#corpo #form a:focus{ outline:none
}
#form {
	width: 500px;
	border: 1px solid #92C6F5;
	padding-left: 3px;
	margin-top: 15px;
	background-color: #FFF;
	padding-top: 5px;
	position: relative;
}
#form input  {
	color: #333333;
	background-color: #F7F6F2;
	font-weight: bold;
	border: 1px solid #AEAEAE;
}
#corpo  #form .inputnobg{
	color: #333333;
	padding: 2px;
	background-color: #EFEFEF;
	text-decoration: underline;
	border: 1px solid #CCC;
}

#form checkbox {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	background-color: #F7F6F2;
}
#form option {
	color: #333;
	background-color: #F7F6F2;
	border: 1px none #F8F8F8;
	font-weight: bold;
}
#form textarea {
	background-color: #F7F6F2;
	border: 1px solid #aeaeae;
}
#form .check {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}


#form_aziende {
	width: 550px;
	border: 1px solid #92C6F5;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	padding: 5px;
}
#form table{
	background-color: none;
}



#form img    {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#form p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#form .bold {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
#form .italic {
	font-style: italic;
	font-size: 11px;
}
#form .boxredirect {
	background-color: #FFF;
	border: 2px solid #CBE3FA;
	margin-right: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 10px;
}
#form  .img_no_brd_floatleft{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}
#form   .img_no_brd_floatright{
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 3px;
}

