BODY {
	text-align: center;
}
DIV#warning {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 297px;
	height: 353px;
	background: url(../image/worning.gif) bottom center no-repeat;
	margin-top: -136px;
	margin-left: -148px;
}

DIV#warning P {
	margin: 14px 0;
	display: block;
	padding-top: 74px;
	padding-left: 18px;
	padding-right: 18px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #3C3C3C;
	text-align : center;
}

DIV#warning P A:link, DIV#warning P A:visited, #submitbutton {
	margin-top: 17px;
	color : #0E3288;
	font-weight: bold;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
}

DIV#warning P A:active, DIV#warning P A:hover {
	color : #D32132;
	font-weight: bold;
	text-decoration: none;
}

LABEL {
	display: block;
	padding-top: 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #3C3C3C;
}

INPUT, SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #3C3C3C;
	border: 1px solid #E4D3B4;
}

#yearofbirth {
	width: 4em;
}

#monthofbirth, #dayofbirth {
	width: 2em;
}

#dateofbirthcheck TABLE {
	width: 10em;
}

#warning-logo {
	position: absolute;
	top: -67px;
	left: 50px;
	background: url(../image/warning_logo.jpg) bottom center no-repeat;
	width: 180px;
	height: 81px;
}