/*
	Forvac :: Formulario de Contacto
	Forvac.com.mx
	
	Lobo-X
	ic3 © 2008
	ideascreativas3.com.mx
*/

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*** ESTRUCTURA */

#formulario_tabla {
	width: 445px;
	height: 320px;
	margin: 0 auto;
	padding-top: 20px;
/*	background-color: #3a3;*/
}

th {
	width: 70px;
	text-align: left;
	vertical-align: top;
}

.columnaCampos {
	width: 375px;
}

.guionSepara {
	height: 17px;
	font-size: 1px;
}



/*** TEXTOS */
/* etiquetas */
h3{
	color: #144655;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 15px;
	background: url(../images/dot.gif) no-repeat left;
}
h3.error {
	color: #f44b08;
}

/* input::text */
.campo, .campoFixed {
	width: 100%;
	height: 20px;
	color: #707070;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.campo {
	background-color: #e6e6e6;
}
.campoFixed {
	background-color: #fff;
}

/* textarea */
.area, .areaFixed {
	width: 100%;
	height: 99px;
	color: #707070;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.area {
	background-color: #e6e6e6;
}
.areaFixed {
	background-color: #fff;
}

/* input::submit */
.boton, .botonOff {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	background-color: transparent;
}
.boton {
	color: #144655;
}
.botonOff {
	color: #707070;
}

/* mensaje */
.mensaje {
	color: #144655;
	font-size: 12px;
	font-weight: normal;
}

