.contact_form {
	margin:24px 0 6px 0;
	padding: 0;
}

.contact_form label {
	float: left;	
	display: inline-block;
	width: 100px;
	text-align: right;
	font-size: 11px;
	line-height:1.1em;
	font-weight: bold;
	color:#555;
	margin: 0 10px 0 0;
}

.contact_form .input_field {
	float: left;
	display: inline-block;
	width: 260px;
	text-align: left;

}

.contact_form .day {
	float: left;
	display: inline-block;
	width: 60px;
	margin: 0 4px 8px 0;

}

.contact_form .country {
	float: left;
	display: inline-block;
	width: 188px;
	margin: 0 0 8px 0;

}

.contact_form textarea {
	background:#fff none repeat fixed 0 0;
	border:1px solid #bbb;
	height: 100px;
	padding:4px;
	margin-bottom:8px;
	width:256px;
}

.contact_form .submit_btn {
	background: url(../images/invia_off.gif) top left no-repeat;
	margin: 0;
	width: 75px;
	height: 29px;
	border: 0;
	cursor: pointer;
}

.contact_form .submit_btn:hover {
	background: url(../images/invia_on.gif) top left no-repeat;
}

.contact_form .submit_btn_2 {
	background: url(../images/submit_off.gif) top left no-repeat;
	margin: 0;
	width: 75px;
	height: 29px;
	border: 0;
	cursor: pointer;
}

.contact_form .submit_btn_2:hover {
	background: url(../images/submit_on.gif) top left no-repeat;
}

#mail
{
  display: none;
}

#register
{
  display: none;
}
