@charset "utf-8";
/* CSS Document */

.containerDivJSDPV { 
	position:relative; 
	width: 320px; 
	height: 214px; 
}
.containerDivBgMDY {
	background-image:url(../images/iPhone_DatePicker_MDY.png);
}
.containerDivBgYMD {
	background-image:url(../images/iPhone_DatePicker_YMD.png);
}
.innerDivJSDPV { 
	top: 9px; 
	left: 24px; 
	position:absolute; 
	width: 272px; 
	height: 195px; 
	overflow:hidden;
} 
.firstColumnJSDPV { 
	top:-195px; 
	width: 70px; 
	height: 300%; 
	float:left;
}
.secondColumnJSDPV { 
	top:-195px; 
	width: 144px; 
	height: 300%; 
	float:left;
}
.thirdColumnJSDPV { 
	top:-195px; 
	width: 42px; 
	height: 300%; 
	float:left;
}
.rowDivJSDPV { 
	width: 100%; 
	height: 39px; 
	text-align:center; 
	vertical-align:middle; 
	line-height:1.5; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:19px; 
	font-weight:bold;
}
.spacerDivJSDPV { 
	width: 8px; 
	height: 100%; 
	float:left;
}