form{
	padding:0;
	margin:0;	
	border: 0;
}

	fieldset{
		border: 0;
		margin: 0;
		padding: 0px 15px;	
	}

		legend{
			border: 0;
			margin: 0;
			padding: 0;	
		}


div.error{
	color:#c80000;
	float:right;
	font-weight:bold;
	font-size:11px;
	margin:0;	padding:0;
	height:15px;
}



.wrapForm p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 13px 0;
	font-size:11px;
	height: 1%;
}


.wrapForm label{
	float: left;
	font-size:11px;
	text-align:left;
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-weight:bold;
	color:#203059;
}

label.checkbox_list_label{
	width:300px;
}

.wrapForm input.text{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	height:20px;
	border:1px solid #80899b;
	background-color:#f1f2f4;
	float:left;
}

.wrapForm input.checkbox{
	clear:both;
}

.wrapForm textarea{
	width: 250px;
	height: 150px;
	border:1px solid #80899b;
	background-color:#f1f2f4;
}

.wrapForm input.submit{
	width:149px;
	font-size:11px;
	color:#ffffff;
	height:23px;
	line-height:23px;
	background:url("../images/torna_su.png") no-repeat;
	color:#ffffff;
	padding:0;
	margin:0;
	border:0;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


