/*CSS formulario*/

#content {
padding: 0 25px;
min-height:500px;
}
* html #content{
height:500px;
}
#content p, #content h3{
text-indent:0;
}

#content01{
padding-top: 1.3em;
text-indent:0;
width:400px;
}

/* Form fields */

#content01 input[type=text]:focus, textarea:focus, select:focus {background: #333 !important;}

#content01 form {	padding-top: 2em;	padding-bottom: 14px;	width:360px;}
* html #content01 form {	padding-top: 2em;	padding-bottom: 14px;	width:370px;}
#content01 form>div {	position: relative;	clear: left; margin-bottom: 8px; }
#content01 label {	float: left;	padding-right: 8px;	width: 90px !important;	text-align: right;	margin-top: 2px;	color: #fff;}
* html #content01 label {	padding-right: 12px;}
#content01 input[type=text], #content01 textarea{width: 250px; background:#0e0e0e;padding: 2px 5px; font-family:"verdana", sans-serif; font-size:11px; border: 1px solid #666; color: #999;}
#content01 textarea{height:100px; width: 250px;}
#content01 input[type=submit] {width:60px; height:20px; padding-bottom:3px; background:#7b9102;border:0pt;color:#000;cursor:pointer;font-weight:bold;text-align:center; float: right; margin-top:12px;}



