@import url('text.css');
@import url('errors.css');

label {
	font: bold 10px "Arial", Thaoma;
	color: #747474;
	text-transform: uppercase;
	display:block;
	float:left;
	padding-right: 5px;
	width: 80px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

#container {
	padding: 0;
	width:545px;
	margin: 0;
	float: left;
	height: 500px;
}
#campi{
	float:left;
	width:260px;
	padding:0;
	margin-right: 5px;
}
#check{
	float:left;
	width:535px;
	padding:0;
}
div.row {
	clear: both;
	padding-top: 5px;
  }

div.row span.label {
	float: left;
	width: 90px;
	text-align: right;
  }

div.row span.formw {
	float: left;
	width: 165px;
	text-align: left;
} 

fieldset {
	border:0;
	padding: 0px;
	float: left;
	position: relative;
	width: 535px;
	margin-top: 30px;
}
	
input, textarea, .options {
	font: 12px "Arial", Thaoma, verdana;
	padding: 0.2em;
	border: 1px solid #ccc;
}
textarea{
	width: 415px;
}

.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	float: left;
	width: 350px;
	padding-top: 20px;
}

.options label {
	font: .9em "lucida sans", verdana, sans-serif;
	color: #000;
	text-transform: none;
}

input[type="submit"] {
	background: #950b00;
	color: #CCCCCC;
	float: left;
	margin-right: 5px;
	border: 0;
}
#innerform {
	float: left;
	padding: 5px;
	width: 530px;
}

input[type="reset"] {
	color: #CCCCCC;
	float: left;
	background-color: #de7067;
	border: 0;
}

.clearthis {
	clear: both;
}
 
