@font-face{
    font-family:Neuve;
    src: url(file:///E|/HelveticaNeueLTStd-MdCn.otf);
}

.form{
	Margin:0px;
	font-family:Neuve;
	width:300px;
	z-index:120;color:#91959e;
	font-size:18px;}


#id_form label{ 
margin-top:5px;
}
	#id_form input, select, textarea{border:1px solid #666; font-size:12px; width:299px;color:#000000; margin-top:0px }
	#id_form input, select, textarea, label{display:block;}
	
	/*ESTILO PARA CUANDO SE POSICIONA EL FOCO EN LAS CAJAS*/
	#nombre:focus, #email:focus, #consulta:focus{background-color:#fff; border:1px solid #000}
.cursor{
	
	cursor:pointer;
	background:#91959e;
	font-family:Neuve;
	padding:2px;float:left;
	font-size:16px;
	box-shadow:#000 0px 0px 5px;
}
h1{ font-size:18px;}
	