/* ------------------------------------------------------------------------------------------ FORMULARIO DE CONTACTO ------------------------ */

body{
	background-color:transparent;
	font-size:10px;
	text-align:left;
	font-weight:normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#formulario {
	position:relative;
	z-index:5;
	color: #004B64;
	width: 584px;
	padding: 5px;
	margin: 0;
	background: transparent;
}

#formizq, #formder { width: 275px; float: left; }

#formizq { padding: 0 10px 0 0; }

#formder { padding: 0 0 0 10px; }

#campo {
	width: 280px;
	margin: 0 15px 0 0;
	padding: 2px 0 3px 0;
	float: left;
}

#zonabt {
	width: 280px;
	position: relative;
	float: left;
}

#btenvio {
	width:200px;
	height:35px;
	position: absolute;
	top: 10px;
	left: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #001E32;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#001E32), to(#004B64));
	background: -webkit-linear-gradient(#001E32, #004B64);
	background: -moz-linear-gradient(#001E32, #004B64);
	background: -ms-linear-gradient(#001E32, #004B64);
	background: -o-linear-gradient(#001E32, #004B64);
	background: linear-gradient(#001E32, #004B64);
	-pie-background: linear-gradient(#001E32, #004B64);
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	float:left;
}

#zonamensajef {
	background-color:transparent;
	background: url(../gfk/formok.png) top left no-repeat;
	width:560px;
	float:left;
}

.result_ok {
	background-color: orange;
	font-weight:bold;
	color:#fff;
	padding: 5px 15px 4px 15px;
	border: 1px dotted #001E32;
}

.result_fail {
	background-color: #ff0000;
	font-weight:bold;
	color:#fff;
	padding: 5px 15px 4px 15px;
	border: 1px dotted #660000;
}

.error {
	width: 257px;
	background-color:#004B64;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	padding: 5px;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
	color: #fff;
	float: left;
}

.contacto{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
	border: 1px dotted #001E32;
	padding: 5px;
	background-color:transparent;
	float: left;
}

.contacto label{
	display: block;
	font-weight: bold;
}

.contacto div{
	margin-bottom: 3px;
}

.contacto input[type='text'], .contacto textarea {
	padding: 4px 5px 0 0;
	width: 260px;
	border: 1px solid #004B64;
	border-right: 2px solid #004B64;
	border-bottom: 2px solid #004B64;
	resize: none;
}

.contacto input[type='text']:focus, .contacto textarea:focus{
	border: 3px solid orange;
}

.contacto input[type='submit']{
	background-color:transparent;
	width:200px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	color:#ccc;
}

.contacto input[type='submit']:hover, .contacto input[type='submit']:active{
	color:#fff;
	background: #001E32;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#001E32), to(#004B64));
	background: -webkit-linear-gradient(#004B64, #001E32);
	background: -moz-linear-gradient(#004B64, #001E32);
	background: -ms-linear-gradient(#004B64, #001E32);
	background: -o-linear-gradient(#004B64, #001E32);
	background: linear-gradient(#004B64, #001E32);
	-pie-background: linear-gradient(#004B64, #001E32);
	behavior: url(http://www.nuvoiluminacion.com.ar/js/pie/PIE.htc);
}