body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	color: #535353;
}
fieldset {
	/*background-color: #d47007;
	background-image: url(images/fndfield.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;*/
	width: 383px;
	height: 288px;
	padding: 20px 10px 10px 10px;
	text-align: left;
	border: 1px solid #f4820f;
}
legend {
	color: #f4820f;
	font-size: 13px;
	font-style: oblique;
	font-weight: bold; 
}
label,input, textarea, select {
	display: block;
	/*width: 170px;*/
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 90px;
	padding-right: 12px;
	font-size: 1.1em;
	font-weight: bold;
	/*color: #6c4421;*/
}

.caja {
	width: 200px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dedede;
	border: 1px solid #959595;
	color: #535353;
}
#enviar{
	width: 125px;
}

br {
	clear: left;
}

#respuesta{
	width: 383px;
	
	/*background-color: #d47007;
	background-image: url(images/fndfield.gif);
	background-repeat:  repeat-x;
	background-position: left top;*/
	border: 1px solid #f4820f;
	padding: 10px;
	/*color: #6c4421;*/
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}


