.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; }
.datepicker tr.controls th { height: 20px; font-size: 11px; }
.datepicker select { font-size: 11px; }
.datepicker tr.days th { height: 14px; }
.datepicker tfoot td { height: 14px; text-align: center; text-transform: capitalize; }
.datepicker th, .datepicker tfoot td { background: #eee; font: 11px/14px Gulim, Verdana, Arial, Helvetica, sans-serif; }
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }

.datepicker tbody td { width: 20px; height: 14px; border: 1px solid #ccc; font: 11px/20px Gulim, Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
.datepicker tbody td.date { cursor: pointer; }
.datepicker tbody td.date.over { background-color: #6c6cff; color: #fff; }
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #a2d92b; color: #fff; }  

input.calendar{
	width: 50px;
}