* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#pnlDataPrenotazione {
	border: 1px solid #f3be8b;
	border-top: none;
	background: #f2e4c8;
	margin-left: 10px;
	color: #754719;
	font-size: 12px;
	padding: 2px 0px 10px 10px;
}
#pnlDataPrenotazione table {
	color: #754719;
	font-size: 12px;

}
#pnlDataPrenotazione select {
	margin: 2px 4px 8px 0px;
	border-top: 1px solid #a97646;
	border-left: 1px solid #a97646;
	border-bottom: 1px solid #f3be8b;
	border-right: 1px solid #f3be8b;
}
#submit {
	border: 1px solid #000000;
	background: #f0f0f0;
	margin-right: 20px;
}