div.calendar{
  width: 350px; 
  height:300px;
  text-align: center;
  position: relative;
}
/*
*>.calendar{
  width: auto;
}
*/
iframe.calendar{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.calendar .subheader{
  padding-top: 7px;	
}
.calendar select{
  font-size: 11px;
	width:90px;
	overflow:hidden;
	margin:3px;
}
.calendar .dateContainer{
  width: 336px; 
  height:176px;
  margin: 5px auto;
}
.calendar .day, .calendar .date{
  width: 48px;
  line-height: 25px;
  float: left;
  text-align: center;
	overflow:hidden;
}
.calendar .subheader img{
  margin: 0 23px;
}
.calendar div.todayIsMsg{
	height:25px;
	overflow:hidden;
}