.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:#000;
    background:#D6C2EA;
	cursor:hand;
}
.dateChooser td:hover {
    color:#000;
    background:#D6C2EA;
	cursor:hand;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660099;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}

p.form{
	align: center;
	padding: 5px;
}
