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

*+html .formContent .datetime a {
  vertical-align:25%;
}