@charset "UTF-8";
/* CSS Document */
/*--------------------------------------form----------------------------------------*/


form{
	position:relative;
	overflow:auto;/*serve per contenere i float con i browser più moderni*/
	margin:0;
	padding:0;
}

fieldset{
	position:relative;
	width:460px;
	float:left;
	border:1px solid #666;
	padding:0 5px 5px;
	margin:0 0 10px 0;
}
	
*:first-child+html legend{/*solo per ie7*/
	margin-left:-7px;
}
	
legend{
	border:none;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	text-decoration: none;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
}

label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:140px;
	height:20px;
    line-height:20px;
}


input{
	float:left;
	border:1px solid #333;
	margin:5px 0 0 5px;
	padding:0 3px;
	width:305px;
	height:18px;
	background:#111;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}

input#zipcode{
	width:100px;
}

input#city{
	width:135px;
}

input#state{
	width:32px;
}
	
textarea{
	float:left;
	border:#212121 solid 1px;
	padding:0;
	width:457px;
	height:171px;
	background:#111;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
.butt{
	margin:7px 0 0 0;
	padding:0;
	width:80px;
	height:21px;
	line-height:14px;
	border:none;
	background: #fff;
	vertical-align:middle;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color:#000;
	}
	
label.small{
	width:30px;
	height:15px;
    line-height:15px;
	}
	
label.medium{
	width:280px;
	height:15px;
    line-height:15px;
	}
	
input.radio{
	background:none;
	border:none;
	width:auto;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
textarea.info{
	height:95px;
	border-color:#212121;
	background:#111;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#666;
	}

	
label.small{
	width:65px;
	height:15px;
    line-height:15px;
	}

