div.datepicker{
  width: 165px;
  height:auto;
  z-index: 10000;
  text-align: center;
  position: relative;
}
*>.datepicker{
  width: auto;
}
.datepicker .close{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
iframe.datepicker{
  position: absolute;
  left: 0;
  top: 0;
  width: 167px;
	height:187px;
  z-index: -1;
	margin:-1px;
}
.datepicker .subheader{
  margin-top: 20px;
}
.datepicker .close{
  display: block;
  text-align: right;
}
.datepicker select{
  font-size: 11px;
}
.datepicker .dateContainer{
  width: 133px;
  margin: 5px auto;
}
.datepicker .day, .datepicker .date{
  width: 19px;
  line-height: 19px;
  float: left;
  text-align: center;
}
.datepicker .subheader img{
	margin:-4px 3px 0 2px; 
}