body {
	text-align: center;
}

.page {
	margin: 0 auto;
	text-align: left;
}


a:link { color : #000000; text-decoration : none; }
a:visited { color : #000000; text-decoration : none; } 
a:active { color : #000000; text-decoration : none; } 
a:hover { color : #663333; text-decoration : underline; } 


.norm_box {
  margin: 0 auto;
	width: 800px;
	padding: 12px;
	height: auto;
}


.inputtext {
	width: 250px;
	font-family: Verdana, Helvetica, Arial;
	padding: 2 3 3 5;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 0;
	/*border: 1px solid #999999;*/
}

.inputtext_alert {
	width: 250px;
	font-family: Verdana, Helvetica, Arial;
	padding: 2 3 3 5;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 0;
	/*border: 1px solid #999999;*/
}

.submit {
	width: 100px;
	font-family: Verdana, Helvetica, Arial;
	padding: 0 15 1 15;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #EFEFEF;
	/*border: 0;*/
}