/* CSS Document */
fieldset{
	/*border: 1px solid #781351;*/
	width: 450px;
	margin-left: 30px;
	background-color:#e3e3e3;
}

legend{
	color: #000000;
	font-weight:bold;
	background: #e3e3e3;
	border: 1px solid #999999;
	padding: 2px 6px
} 

label{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
 
input{
	background: #ffffff;
	width: 300px;
	height: 18px;
}

.submit input{
	color: #000;
	background: #e3e3e3;
	border: 2px outset #999999;
	margin-left: 10px;
	width: 100px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
} 
textarea {
    float:left;
    width:300px;
    height:100px;
	background: #ffffff;
}
input.btn {  
	color:#050;  
	font: bold small 'trebuchet ms',helvetica,sans-serif;  
}
select {
 	background: #ffffff;
	width:200px;
}
#limpia {clear:both;}
