/*--------------------------
	login.css
--------------------------*/

.headLogoMenu_login {
	height:80px;
	margin-bottom:20px;
	text-align:left;
}
.headLogoMenu_login img {
	margin:10px 0;
}
.headMenu_login {
	width:1200px;
	height:34px;
	background:url(../img/menuBg.gif) repeat-x;
}

.textBox10 table {
	margin:100px auto 0;
	border-collapse:separate;
	border-spacing:10px;
}
.textBox10 td:first-child {
	text-align:right;
}
.textBox10 input {
	height: 20px;
	font-size:16px;
	width: 12em;
	padding: 4px 4px;
}
.textBox10 select {
	height: 26px;
	font-size: 16px;
	padding: 0;
}

#loginBtn {
	width: 392px;
	height: 64px;
	margin:50px auto 0;
}
/*input {
	width: 392px;
	height: 64px;
	background: url('../img/button/loginBtn.png') top no-repeat;
	border:0;
	text-indent: -9999em;
}
input:hover { background: url('../img/button/loginBtn.png') bottom no-repeat; }*/

button {
	width: 392px;
	height: 64px;
	background: url('../img/button/loginBtn.png') top no-repeat;
	border:0;
	text-indent: -9999em;
}
button:hover { background: url('../img/button/loginBtn.png') bottom no-repeat; }

/*
#loginBtn a {
	width: 392px;
	height: 64px;
	display:block;
	background: url('../img/button/loginBtn.png') top no-repeat;
	text-indent: -9999em;
}
#loginBtn a:hover { background: url('../img/button/loginBtn.png') bottom no-repeat; }
*/



/*
#sample { width: 392px; height: 128px; background: url('horiz_sprites.gif') no-repeat; }
#sample li { position: absolute; left: 0; height: 72px; list-style:none; }
	#sample #home { width: 82px; left: 0px; }
	#sample #local { width: 146px; left: 82px; }
	#sample #higher{ width: 162px; left: 228px; }
	#sample #comm { width: 143px; left: 390px; }
	#sample #news { width: 82px; left: 533px; }
#sample li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 72px; text-indent: -9999em; }
*/


form p {
	color:#F0F0F0;
	text-align:center;
	margin:50px auto 10px;
}

