html, body {
  margin: 0;
  padding: 0;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Diseņo principal */

.contentForm {
  display:inline-block;
  width: 460px;
}

/* y ahora la forma misma de formato */
.TitulosPrincipales {
	display:block;
	text-align:left;
	font-size:40px;
	line-height:38px;
	text-transform:uppercase;
	color:#527613;
	}


.label {
  font-size:11px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#666;
  text-transform:uppercase;
}

input, textarea, select {
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  width:440px;
  margin:0 0 10px 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/submit.jpg) no-repeat left top;
  width: 442px;
  height: 28px;
}

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

.errormsg {
  display: block;
  width:392px;
  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;
}
