div#calendar {
    display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;
 	width:200px;
    min-height:175px;
    _height:175px;
    background:#FFF;
    border:2px solid #93CA00;
    padding:10px 0px 10px 0px;
    text-align:center;
}
div#calendar select,
div#calendar input {
    font-size:1em;
    font-family:Arial,Tahoma,sans-serif;
    margin:1px;
}
div#calendar table {
    margin:5px auto 5px auto;
    border:1px solid #93CA00;
}
div#calendar table th {
    width:21px;
    height:21px;
    text-align:center;
    vertical-align:center;
    background:#93CA00;
    color:#FFF;
}
div#calendar table td {
    width:21px;
    height:21px;
    text-align:center;
    vertical-align:center;
    border:1px solid #EFFFCF;
    background:#EFFFCF;
    color:#66A000;
    cursor:pointer;
    font-weight:bold;
}
div#calendar table td.over {
    color:#FFF;
    background:#93CA00;
    border:1px solid #93CA00;
}
div#calendar table td.current {
    color:#FFF;
    background:#F00;
    border:1px solid #F00;
}
div#calendar table td.empty_day {
    background:#FFF;
    cursor:text;
}
div#calendar input.button {
    cursor:pointer;
    font-weight:bold;
    font-size:1.1em;
    font-family:arial,sans-serif;
    margin:2px 3px 0px 3px;
    width:30px;
}

