@charset "utf-8";
/* CSS Document */

label{
	display:block;
	width:150px;
	font-weight:bold;
}
label.big{ width:300px !important; padding-top:3px }
label, input{ float:left }
input{ width:200px }
select{ width:205px }
input.check{ width:15px !important }
p{
	clear:both;
	overflow:hidden;
}
input.boton{
	width:100px !important;
	color:#000 !important;
	margin:0 35px;
}
textarea{
	width:350px;
	height:125px;
}

select, option, input, textarea{ color:#000 !important }

form{ width:365px; margin:0 auto; }

form *{
	color:#FFF;
}
