/* CSS Document *//*



*/



/* the main layout */



#contentForm {

  display: block;

  width: 500px;

  margin: 20px auto;/*this line will center the page*/

  padding: 15px;

  border: 1px solid #D9FBF7;

  background-color: white;

}
.button2{
background-image:url('images/btnenviar.png'); background-repeat:no-repeat; height:45px; width:275px; border:#FFF; cursor:pointer;}


/* 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;

	padding: 2px;

	font-size: 1em;

	color: #CCC;

	border: 1px solid #ccc;

	margin: 5px 0;

	background-color: #FFF;

}   



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: 140px;

  height: 40px;

  margin-left: 150px;

}



span.required{

  font-size: 13px !important;

  color: red !important;

}



.errormsg {

  display: block;

  width: 90%;

  height: 22px;

  line-height: 22px;

  color: #FFFFFF;

  font-weight: bold;

  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;

  padding: 3px 10px 3px 40px;

  margin: 10px 0;

  border-top: 2px solid #FF0000;

  border-bottom: 2px solid #FF0000;

}



.msgSent {

  font-size: 20px;

  text-align: center;

}

.cajax{height: 30px; background-color:#E0F5F3;

	width:200px; color:#666;}

.cajax2{height: 30px;

	width:258px; background-color:#E0F5F3; color:#666; cursor:pointer;}

.cajax3{height: 90px;

	width:495px; background-color:#E0F5F3; color:#666;}

.cajax4{height: 30px;

	width:50px; background-color:#E0F5F3; color:#666;}

.textform{
	display: block;
	font-size: 15px;
	line-height: 1.3em;
	color: #333;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px
}
