@charset "utf-8";
/* CSS Document */


#ok {
 font-family: 'BlueHighwayDTypeRegular';
	font-size:16px;
   color:#00AED9;
   text-align: center;
   margin: 0 auto;
   font-weight: bold;
   width: 400px;
	border: 1px dotted #00AED9;
	padding: 30px;
	margin-top: 10px;
}
#error {
 font-family: 'BlueHighwayDTypeRegular';
	font-size:16px;
   color:#F00;
   text-align: center;
   margin: 0 auto;
   font-weight: bold;
   width: 400px;
	border: 1px dotted #F00;
	padding: 10px;
}

.cont_left {float: left;
width: 450px;

margin: 10px 0px 0 10px;
font-family: 'BlueHighwayDTypeRegular';}

.cont_right {float: right;
width: 450px;

font-family: 'BlueHighwayDTypeRegular';
text-align: center;
color: #333;
font-size: 16px;
line-height:19px;
margin: 10px 10px 0 0;}

.cont_left2 {float: left;
width:210px;

margin: 10px 0px 0 10px;
font-family: 'BlueHighwayDTypeRegular';}

.cont_right2 {float: left;
width: 210px;

font-family: 'BlueHighwayDTypeRegular';
text-align: center;
color: #333;
font-size: 16px;
line-height:19px;
margin: 10px 10px 0 0;}

.div_formulario {
	position: relative;
	
	overflow: hidden;
	width: 400px;
	padding: 0px 10px 10px 10px;
 font-family: 'BlueHighwayDTypeRegular';
	font-size: 15px;
	color: #fff;
	margin: 0px auto;
}

 .formulario {
	 width: 400px;
	margin: 10px 0 0 7px;
	z-index: 1000;
	
}

.formulario2 {
	width: 220px;
	float: left;
	margin: 10px 0 5px 7px;
	z-index: 1000;
	
}

.formulario3 {
	width: 220px;
	float: left;
	margin: 10px 0 5px 7px;
	z-index: 1000;
	
}
input {
	padding:  1px 0 1px 15px;
	width:240px;
	height: 27px;
	background: url(../images/bg_input.png) no-repeat;
	font-size:13px;
	background-color: #fff;
	border: 1px solid  #333;
	color: #000;
	text-shadow: #ffF 0.1em 0.1em 0.2em;
 font-family: 'BlueHighwayDTypeRegular';
	z-index: 1000;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.input2 {
	padding:  1px 0 1px 15px;
	width:100px;
	float: left;
	height: 22px;
	background: url(../images/bg_input.png) no-repeat;
	font-size:13px;
	background-color: #fff;
	border: 1px solid #009d4e;
	color: #000;
	text-shadow: #ffF 0.1em 0.1em 0.2em;
 font-family: 'BlueHighwayDTypeRegular';
	z-index: 1000;
}
label {
	width: 140px;
	padding-top: 2px;
	float: left;
	text-align: left;
 font-family: 'BlueHighwayDTypeRegular';
	color: #333;
	text-shadow: #ffF 0.1em 0.1em 0.2em;
	font-size:15px;
	font-weight: bold;
	text-transform: uppercase;
	
	
}

.label2 {
	width: 80px;
	padding-top: 2px;
	float: left;
	text-align: center;
 font-family: 'BlueHighwayDTypeRegular';
	color: #000;
	text-shadow: #ffF 0.1em 0.1em 0.2em;
	font-size:14px;

}


textarea {
	width: 240px;
	border: none;
	padding:  10px 0 1px 15px;
	background: url(../images/bg_textarea.png) no-repeat;
	height: 82px;
	font-size:14px;
	overflow: auto;
	font-size:13px;
	background-color: #fff;
	border: 1px solid #333;
	color: #000;
	text-shadow: #ffF 0.1em 0.1em 0.2em;
	 font-family: 'BlueHighwayDTypeRegular';
	 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.enviar {
	position:relative;
float: right;
right: 40px;
margin-top: 10px;
	padding-bottom: 10px;
	z-index: 999999999999999999999999999999999;
 font-family: 'BlueHighwayDTypeRegular';

}
.hide {
	display: none;
}
#button {
	background: url(../images/icon_enviar.png) no-repeat;
	border: 0px;
	width: 125px;
	height: 53px;
	
}
