#container {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 600px;
	margin: 24px auto;
	position:relative;
	text-align: center;
}

#booking {
	width: 400px;
	margin: auto;
	position:relative;
	text-align: left;
}

#ui-datepicker-div {
	font-size:10px;
}

.ui-datepicker-trigger {
!	vertical-align:middle;
}
#errors {
	display:none;
	color:red;
	text-align: center;	
}
fieldset {
	border: 1px solid grey;
	background-color: #FAFAFA;
	padding: 12px 24px 12px 24px;
}
legend {
	border: 1px solid grey;
	background-color: #FAFAFA;
}
label {
	width: 14em;
	float: left;
}
label.error {
	float: none;
	color: red;
	margin-left: 0.5em;
	width: 12em;
	vertical-align: top;
}

input, select, textarea {
	border: 1px solid grey;
	background-color: #FFFFFF;
}

input.error, select.error {
	border: 1px solid red;
}
input.summary {
	border: 0px;
	background:none;
}
input.small {
	width: 2.2em;
}
p {
	clear: both;
}
select.menuw {
	width: 13em;
}
select#nazione {
	width: 10.8em;
}
.datew {
	width: 6em;
}
.oraw {
	width: 4.2em;
}
.submit {
}

.smallcheck {
	float:left;
}

.smalltext {
	position:relative;
	font-size:10px;
	margin-left: 14px;
}

.smallfooter {
	font-size:10px;
	text-align: center;
}

