form ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	width:400px;
	display:block;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	height: 50px;
	float:left;
}

select{
	
	color:#000;
	padding: 7px 5px;
	margin: 0;
	width: 150px;
	display: block;
	float: left;
	
	}

label
{
	border:none;
	color:#000;
	font-weight: bold;
	padding: 7px 5px;
	margin: 0;
	width: 150px;
	display: block;
	float: left;
}
input
{
	background:#fff  url(../images_css/sombra.gif) repeat-x top;
	background-color:#dfe4d0;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:5px 0 0 0;
	height:20px;
	width:450px;
}
textarea{ color:#333; font-size:100%; width:368px; background:#fff  url(../images_css/sombra.gif) repeat-x top;background-color:#dfe4d0; font-family:Arial, Helvetica, sans-serif;}
.boton{
	background-image:url(../images_css/enviar.jpg);
	background-repeat:no-repeat;
	height:69px;
	width:69px;
	border: 0;
	float: right;
	padding-right: 350px;
	cursor:pointer;
}
.chico{
	width:175px;
}
.schico{
	width:60px;
}
.chicom{width:200px;}
.mediano{
	width:367px;
}
.grande{ width:550px;}

.buttonSubmit {
	color:#fff;
	width:69px;
	height:26px;
	font-weight:bold;
	padding:2px 5px;
	background-color:#333;
	cursor:pointer;
	border:none;
}
.buttonSubmit:hover  {
	color:#7ea514;
}
