
	
 .xlabel, .label 
 {
	clear:both;
	display:block;
	width:500px;
	padding-bottom:5px;
	min-height:10px;
	
	
}
 label .desc{
 display:block;
 float:left;
 width:120px;
 text-align:left;
 font-size:14px;
 
}

.label input,
label input,
label textarea{

  text-align:left;

}
label input,
label textarea{
	border:1px solid #797979;
}
.label input{	
	border:1px solid #797979;
	color:#797979;
	text-align:center;
}

label.err .desc {
  color:rgb(204,102,51);
}

label.err input,
label.err textarea{
  border:solid 1px rgb(204,102,51);
}
.mes_sent{
  color:rgb(204,102,51);
	font-weight:bold;
	height:30px;
	font-size:15px;
}
