/*
fieldset {
	margin: 1em 0;
	padding: 0 10px;
	width: 180px;
}
label {
	width: 160px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
#Prenotazione li {
	list-style: none;
	padding: 5px;
	clear: both;
}
select {
	width: 100px;
}
input {
	width: 170px;
	margin: 5px 0;
}
input.dp-applied {
	width: 140px;
	float: left;
}
*/
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}

table.jCalendar td.weekend {
	background: #777;
	color: #555;
}

table.jCalendar td.Prenotable {
	background: #fff;
	color: #000;
}

table.jCalendar td.Prenotable:hover {
	background: #f00;
	color: #fff;
}

table.jCalendar td.Prenotable.selected {
	background: #f66;
	color: #fff;
}


