/* CSS Document */
form#chronoform_Reclamacion{
width:600px;
}
/*div#mws-main article.mws-post{width:900px}*/
 
 
select {
	width:300px;
}
input[type="submit"][id*="enviar"]{
	width:100px;
	font: bold 12px verdana,arial;
	border:1px outset #0066FF;
	-moz-box-shadow:inset 0px 1px 0px 0px #FF3333 ;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FF3333;
	box-shadow:inset 0px 1px 0px 0px #FF3333;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;

}
input[type="submit"][id*="enviar"]:hover{
	
	background-color:#FFCC99;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFCC99), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #FFCC99 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC99', endColorstr='#ededed');
	background-color:#FFCC99;

}
input[type="submit"][id*="enviar"]:active{
	
	position:relative;
	top:1px;

}
input[type="checkbox"][id*="acepto"]{
margin-left:20px !important;
}
label{font: bold 12px verdana, arial; color:#666;}




