
/* Contact Form -------------------------------------------------------------------------------------------*/

#contactform 				{ padding: 10px 10px 20px 40px;  }

#contactform label			{ width:20%; display: inline-block; }
#contactform select 			{ margin-bottom: 150px; }
#contactform textarea 			{ vertical-align: top; line-height: 1.7em; height: 150px;	}	
#contactform .indent 			{ padding-left:75%;  margin-top: 15px; } /* posicion boton enviar */
#contactform p 				{ margin-bottom:0;}

#contactform input,
#contactform select,
#contactform textarea 			{ -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px;	border-style:solid;	border-width:1px; margin-bottom: 9px !important; border: 1px solid; width: 65%; padding: 4px; background-color: #f5f5f5; border-color: #ccc #ddd #ddd #ccc; }
			
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus 		{ background:#666; }

/* Contact button */
#contactform .submitbutton		{ color:#000; border:0; float:left; width:85px; height:30px; background:none;	}
#contactform .submitbutton:focus 	{ background:none;	}

/* The button */

a.button				{ outline:none; padding:0px 15px 0px 50px; line-height:60px; text-decoration:none; font-size:24px; background:#b8b8b8; color:#333; text-shadow:1px 1px 1px #f0f0f0; height:60px; float:right; margin:5px 10px 0px 0px;
	-moz-box-shadow:1px 1px 2px #666;
	-webkit-box-shadow:1px 1px 2px #666;
	box-shadow:1px 1px 2px #666;
	opacity:0.8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

a.button:hover		{ opacity:1.0; text-shadow:1px 1px 1px #fff; -moz-box-shadow:1px 1px 2px #fff; -webkit-box-shadow:1px 1px 2px #fff; box-shadow:1px 1px 2px #fff; }

a.smallbutton		{ background:#b8b8b8; font-size:12px; line-height:30px; height:30px; color:#333;float:right; outline:none; text-decoration:none; padding:0px 15px 0px 50px; text-shadow:1px 1px 1px #f0f0f0; margin:5px 10px 0px 0px;
	-moz-box-shadow:1px 1px 2px #666;
	-webkit-box-shadow:1px 1px 2px #666;
	box-shadow:1px 1px 2px #666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	opacity:0.8;
}

a.smallbutton:hover	{ opacity:1.0; text-shadow:1px 1px 1px #fff; -moz-box-shadow:1px 1px 2px #fff; -webkit-box-shadow:1px 1px 2px #fff; box-shadow:1px 1px 2px #fff; }


