.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid #651515;
}
.dateChooser th {
    background: #bd989d;
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 0px;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}
.select-free{
	border:5px solid #d7b8bc;
	margin-top:-135px;
	margin-left:9px;
}
#chooserSpan
{
	position:relative;
}

