form {
	background: #F5DEB4;
}

label {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	color: #9B4F08;
}


.campo {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #9C4F09;
	height: 15px;
	border: 1px Solid #84AA00;
	background: #FDF7EC;
}
.textarea{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #9C4F09;
	border: 1px Solid #84AA00;
	background: #FDF7EC;
	scrollbar-face-color: #F5DEB4;
	scrollbar-highlight-color: #F5DEB4;
	scrollbar-3dlight-color: #F5DEB4;
	scrollbar-darkshadow-color: #F5DEB4;
	scrollbar-shadow-color: #F5DEB4;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FDF7EC;
}
#comentario {
	width: 294px;
	height: 60px;
}
.desplegable  {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #9C4F09;
}
.desplegable2  {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #9C4F09;
	width: 144px;
}
.boton {
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 100px;
	height: 16px;
	border: 1px Solid #84AA00;
}
.textarea {
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #9C4F09;
	width: 294px;
	height: 60px;
	border: 1px Solid #84AA00;
	background: #FDF7EC;
	scrollbar-face-color: #F5DEB4;
	scrollbar-highlight-color: #F5DEB4;
	scrollbar-3dlight-color: #F5DEB4;
	scrollbar-darkshadow-color: #F5DEB4;
	scrollbar-shadow-color: #F5DEB4;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FDF7EC;	
}
.submit {
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 100px;
	height: 16px;
	border: 1px Solid #84AA00;
}
.checkbox{}
.radio{}
.cabecera {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial;
	color: #9B4F08;
	text-align: center;
}
.error {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	color: #4F4F4F;
	display: block;
}
.boton2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 30px;
	height: 16px;
	border: 1px Solid #84AA00;
}
.campo2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #9C4F09;
	height: 15px;
	border: 1px Solid #84AA00;
	background: #FDF7EC;
	scrollbar-face-color: #F5DEB4;
	scrollbar-highlight-color: #F5DEB4;
	scrollbar-3dlight-color: #F5DEB4;
	scrollbar-darkshadow-color: #F5DEB4;
	scrollbar-shadow-color: #F5DEB4;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FDF7EC;	
}