* {
	font-size: 11px;
	font-family: Arial, Helvetica;
	color: #000;
}

input, textarea, select { margin: 2px 2px 2px 2px; }

label, .blank_label {
	display: block;
	position: relative;
	float: left;
	
	line-height: 20px;
	width: 100px;
	height: 20px;
	text-align: right;
}

.main_form {
	width: 400px;
	margin: 0 auto 0 auto;
}

.input_error {
  background-color:#e6e6e6;
  border-color:#ff0000;
  border-style: solid;
  border-width:2px;
}

.asterisco {
	color: #ff0000;
}

.box_error {
	display: block;
	width: 250px;
	height: 50px;
	border: 1px dotted #ff0000;
	text-align: justify;
	padding: 10px;	
	margin: 5px auto 15px auto;
	background-color: #fbbebe;
}



/*
body { 
	margin:0; padding:0; 
	width: 440px;
}

label, input { margin: 5px 0 5px 0; }

label, .blank {
	display: block;
	position: relative;
	float: left;
	
	font-size: 12px;
	color: #a20b35;
	width: 130px;
	height: 20px;
	clear: left;
	text-align: right;
	padding-left: 10px;
}

input.text {
	position: relative;
	float: left;
	border:1px solid #ccc; 
	width:200px; 
	height: 20px;
	background:#fff;
	clear: right;
	font-size: 11px;
	margin-left: 5px;
	padding-left: 5px;
	color: #666;
}

input.btn{
	position: relative;
	float: left;
	width: 150px;
	height: 30px;
	font-size: 10px;
	clear: right;
	margin-left: 5px;
 }

img {
	position: relative;
	float: left;
	width: 200px;
	height: 50px;
	margin-left: 5px;
}

.error, .sent {
	position: relative;
	margin: 10px auto 0 auto;
	width: 90%;
	text-align: center;
}

.nodisplay {
	display: none;
}

*/