
.stdbutton,
.stdButton{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #c4c4c4) );
	background:-moz-linear-gradient( center top, #ededed 5%, #c4c4c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c4c4c4');
	background-color:#ededed;
	
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	
	#text-indent:0;
	border:1px solid #595759;
	display:inline-block;
	color:#2b2b2b;
	#font-weight:bold;
	font-style:normal; 
	text-align:center;
	font-family:serif;
	text-decoration:none;
	
	padding:2px 10px;
	#font-size:1.1em;
	margin:4px 0;
	cursor: pointer;
} 
 
 .stdbutton:hover ,
 .stdButton:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #efefef), color-stop(1, #fdfdfd) );
	background:-moz-linear-gradient( center top, #efefef 5%, #fdfdfd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fdfdfd');
	background-color:#efefef;
}
.stdbutton:active,
.stdButton:active  {
	position:relative;
	top:1px;
}

.stdbutton.selected ,
.stdButton.selected 
	 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b6cdfa), color-stop(1, #b8b8ff) );
	background:-moz-linear-gradient( center top, #b6cdfa 5%, #b8b8ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6cdfa', endColorstr='#b8b8ff');
	background-color:#b6cdfa;
	font-weight:bold;
	
	color:#000000;
}
.stdbutton.link, .stdbutton.underline, .stdbutton.underlined,
.stdButton.link, .stdButton.underline, .stdButton.underlined
	 {
	text-decoration:underline;
	}

.stdInput{
	border:1px solid #595759;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	
}
