@charset "utf-8";
/* ---- CSS
Free Design (http://freedesign.com)
Titulo: Free Design
Autor: Michel Eduardo
Fecha: Ago 2009
---- */

form { margin:15px 0;}
.labelField { margin-bottom:10px;}
label { display:block; font-size:15px; color:#0097B5; margin-bottom:3px;}
.textField:focus, .textBox:focus, .textSelect:focus { border:solid 1px #0097B5; color:#333;}
.textField { background:url(../images/input-form.png) repeat-x left center; height:15px; width:450px; border:solid 1px #CCC; padding:5px; color:#666;}
.textBox { background:#FBFBFB url(../images/input-form.png) repeat-x left top; height:100px; width:450px; border:solid 1px #CCC; padding:5px; color:#666;}
.textSelect { background:url(../images/input-form.png) repeat-x left top; height:30px; width:460px; border:solid 1px #CCC; padding:5px; color:#666;}
label.error{
	color:red;
	width:442px;
	background:#faa url(../images/icon_stop.png) no-repeat right;
	padding:5px 10px;
	display:none;
}

#thanks{font-family: "Tahoma", Verdana, Geneva, Helvetica, Arial, Sans-Serif; font-size:15px; font-weight:normal; padding:25px 10px 25px 100px; background:#EEE url(../images/SymbolCheck.png) no-repeat left center; margin:20px 0;}