/*datepicker*/
.calendar_table {
	table-layout: fixed;
	width: 120px;
	font-family: Verdana;
	font-size: 8;
	margin: 0px;
	text-align: center;
}
.selected_day {
	background-color: red;
	cursor: hand;
}

.unselected_day {
	cursor: hand;
}

.calendar_month {
	font-family: Verdana;
	font-size: 8;	
}

.calendar_year {
	font-family: Verdana;
	font-size: 8;	
}

/* Error */
.error {
	background-color: red;
}	

