.DatePickerStd.Select {}

.DatePickerStd {font-family: Arial,Helvetica,sans-serif;}

.DatePickerStd select {font-size:11px; text-align:center; float:left;}
.DatePickerStd input {font-size:11px; padding-top:4px; }

.DatePickerStdCalendar { width: 200px; border: 1px solid #A6A6A6; position:absolute; z-index:1000; display:none; }

/* IE 6 Hack. Selects html elements are 'windowed' on IE 6, that means a div can't be basicaly displayed over them.
	An empty iframe appended to a div (the one you want to be over everything) with this css will hide 'windowed' elements. */
.DatePickerStdCalendar iframe
{
	 display:none;
	 display/**/:block;
	 position:absolute;
	 top:0;
	 left:0;
	 z-index:-1;
	 filter:mask();
	 width:200px;
	 height:189px;
}

.DatePickerStd .InputText 
{ 
	border: 1px solid #A6A6A6; 
	color:black; 
	text-align:left; 
	cursor:pointer; 
	width: 200px; 
	background-image:url(Pick.gif); 
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:26px;
}
.DatePickerStd.Disabled .InputText 
{ 	
	background-image:url(PickX.gif); 
	background-repeat: no-repeat;
	background-position: right top; padding-right:26px; 
}

.DatePickerStd .MonthYear { text-align:center; }
.DatePickerStd .Icon { background:url(PickSelect.gif) no-repeat; height: 16px; margin-top:2px; float:left; padding-left:28px; margin-left:2px; }
.DatePickerStd.Disabled .Icon { background:url(PickSelectX.gif) no-repeat; }