/* CSS Document */
#form form{
	font-family: "Trebuchet MS", Verdana;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
	font-size: x-small;
	
	margin-left: 10%;
	
}
#form input {
	font-family: "Trebuchet MS", Verdana;
	font-size: x-small;
	color: #333333;
	border: 1px solid #999999;
	left: 30%;
	
}
#form label{
	font-family: "Trebuchet MS", Verdana;
	color: #666666;
	text-align: justify;
	background-color: #EFECCB;
	width: 38%;
	line-height: 200%;
	font-size: x-small;
	vertical-align: top;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
#form textarea{
    font-family: "Trebuchet MS", Verdana;
	font-size: x-small;
	color: #333333;
	border: 1px solid #999999;
}
#cuerpo .botones{
	font-family: "Trebuchet MS", Verdana;
	font-size: x-small;
	color: #000000;
	text-align: center;
	font-weight: bold;
	
}