.dpDiv {
  display: block; 
  z-index: 2000; 
  position:absolute;/*must have*/
  top:0;/*must have*/
  left:0;/*must have*/ 
}
.dpTable {
	border			: #A86B2E 0px solid;
	font-size		: 11px;
	width			: 146px;
	color			: #FFFFFF;
	font-family		: Verdana;
	background-color: #FFFFFF;
	text-align		: center;
}
.dpTR {}
.dpTitleTR {}
.dpDayTR {
	font-weight		: bold;
}
.dpTodayButtonTR {}
.dpTD {
	border			: #ECE9D8 0px solid;
	color			: #A86B2E;
	height			: 20px
}
.dpTDdisable {
	border			: #ECE9D8 0px solid;
	color			: #CCCCCC;
	height			: 20px;
	background-color: #FFFFFF;
}
.dpDayHighlightTD {
	border			: #AAAAAA 0px solid;
	cursor			: pointer;
	color			: #666666;
	background-color: #E8E2BF;
}
.dpTDHover {
	border			: #888888 0px solid;
	cursor			: pointer;
	color			: #666666;
	background-color: #E8E2BF;
}
.dpTitleTD {}
.dpButtonTD {}
.dpTodayButtonTD {}
.dpDayTD {
	border			: #AAAAAA 0px solid;
	color			: #666666;
}
.dpTitleText { /*month*/
	font-size		: 11px;
	color			: #666666;
}
.dpDayHighlight {
	color			: #A86b2E;
}
.dpButton {
	padding			: 0px;
	font-size		: 10px;
	background-color: #FFFFFF;
	color			: #666666;
	font-family		: Verdana;
	text-decoration : none;
}
.dpTodayButton {	
	font-size		: 10px;
	background-color: #FFFFFF;
	color			: #666666;
	font-family		: Verdana;
}

.dpDiv IFRAME
{
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:relative;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
 width:144px;/*must have for any big value*/
 height:128px/*must have for any big value*/;
}