/* Formularios en Autos Cubero*/

form.consulta{
	width:390px;
	margin:15px 0;
	padding:35px 20px 0 20px;
	background: url(../img/ni/form.gif) no-repeat right top;
}

form.consulta ol li{
margin-bottom:10px;
display:block;
}

form.consulta ol li label{
  display:block;
  line-height: 1.8;
  width:100px;
  float:left;
}

form.consulta ol li input, form.consulta ol li textarea{
width:12em;
border:1px solid #688A81;
background-color:#F3F3F3;
}
form.consulta ol li textarea, .litextarea{
width:12em;
height:10em;
}

.boton{
	display:block;
	width:80px;
	height:15px;
  	border: 0;
	text-indent:-1000em;
	background: transparent url(../img/btenviar.gif) no-repeat center center;
	cursor: pointer; /* hand-shaped cursor */
	overflow:hidden;
	line-height: 0px;
}
