/* the main layout */



/* and now the form formatting itself */





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

.errormsg {
	display: block;
	width: 80%;
	line-height: 22px;
	color: #FF9D9D;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../imagenes/stop.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid rgba(255, 0, 0, 0.2);
  border-radius: 25px;
  margin-bottom: 24px;
}
.okmsg {
	display: block;
	width: 80%;
	line-height: 42px;
	color: #6C6;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	border: 2px solid rgba(60, 217, 0, 0.2);
  border-radius: 25px;
  margin-bottom: 24px;
}

.msgSent {
	font-size: 20px;
	text-align: center;
}

