/* the main layout */

#contentForm {
	display: block;
	width: 260px;
	border: 1px solid black;
	background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
	margin: 0;
	font-size: 17px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #ccc;
	margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/enviar.jpg) no-repeat left top;
	width: 90px;
	height: 33px;
	float:right;
	margin-right:30px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
	width: 330px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	background-color: #FF9D9D;
	margin-left: 5px;
	text-align: center;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
.form_dos {
	float: left;
	width: 530px;
	position: absolute;
	margin-left: 95px;
	margin-top: 45px;
	
}
.form_dos_gracias {
	float: left;
height: 70px;
width: 500px;
position: absolute;
margin-top: 210px;
margin-left: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
text-align: center;
vertical-align: middle;
line-height: 22px;
padding: 10px;
}
.campo_val_uno {
	width: 500px;
	height: 175px;
	padding-left: 5px;
	float:left;
}
.campo_val {
	width: 500px;
	height: 40px;
	padding-left: 5px;
	float:left;
}

.campo_val_dos {
	width: 245px;
	height: 40px;
	padding-left: 5px;
	float:left;
	
}


.form_uno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 260px;
	height: 25px;
	line-height: 25px;
}
.form_dato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	width: 260px;
	height: 2px;
}
