#DatePicker {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #C80030;
    float: right;
    height: auto;
    margin-top: -130px;
    position: absolute;
    width: 260px;
    z-index: 99;
	display: none;
}

#DatePicker .ui-datepicker select.ui-datepicker-year{
	color: black;
    width: auto;
}

#DatePicker .ui-widget-header{
	background: none #C80030;
	font-weight: normal;
}
#DatePicker .ui-corner-all {
    border-radius: 0px;
}

#DatePicker .calendarCloser{
	margin-top: 5px;
}
#DatePicker .ui-datepicker-calendar{
	margin-top: 5px;
}
#DatePicker .ui-datepicker-inline {
    background-color: white;
	border: none;
    width: 248px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}

#DatePicker .ui-datepicker-header{
	height:20px;
	border: none;
}
#DatePicker .ui-icon {
	height:20px;
}

#DatePicker  .ui-datepicker-prev{
	color: transparent;
	background-image: url(../img/btns/calendarPrev.html);
}
#DatePicker  .ui-datepicker-next{
	color: transparent;
	background-image: url(../img/btns/calendarNext.html);
}
#DatePicker .ui-datepicker-title{
	
}

#DatePicker table{
	top: 550px;
	width: 55px;
	height: 20px;
	border: none;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}