@charset "utf-8";
/* CSS Document */
#form1 tr {
	color: #999;
	margin-top: 25px;
}
#form1 table tr td strong {
	color: #F36;
	font-size: 1.2em;
}
#form1 table tr td     {
	font-size: 1.1em;
	color: #CCC;
}
#form1 table tr td #message {
	font-size: 1.1em;
}
.campo {
	height: 22px;
	margin-left: 5px;
}
.boton{
	font-family:Verdana, Helvetica;
	font-weight:bold;
	color:white;
	background:#666;
	border:0.5px solid #333;
	width:150px;
	height:25px;
	font-size: 0.7em;
	cursor: auto;
}
.boton:hover{
	color:#900;
	background:#999;
	border: 1px solid #333;
}
#form1 table tr td label a{
	color: #CCC;
}
#form1 table tr td label a:hover{
	color: #C00;
	background:#999;
	border: 1px solid #333;
}
#form1 p {
	color: #CCC;
	font-size: 0.7em;
}
#form1 p strong {
	color: #F36;
	font-size: 1.2em;
}#form1 h5       {
	color: #D41F00;
}
