#login_box {
	border:1px solid #e4e4e4;
	margin:0 auto;
	text-align:center;
	width:75%;
	height:auto;
	padding:40px 0px 40px 0px;
}
#login_box h2 {
	font-size:27px;
	font-weight:600;
	color:#333;
	padding:0 0 19px 0;
	border-bottom:2px solid #333;
	width:397px;
	text-align:left;
	margin:0 auto 32px;
}
#login_box {
	padding:85px;
}
#login_box table {
	width:390px;
	margin:0 auto;
}

#login_box table > tbody {
	background-image:url(/images/common/dot.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#login_box table > tbody > tr > td > dl > dt {
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:inherit;
	padding:4px 10px;
}

#login_box table > tbody > tr > td > dl > dd {
	text-align:right;
	padding:5px 10px;
}

#login_box table > tbody > tr > td > dl > dd > input {
	width:180px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	/*height:20px;*/
	vertical-align:middle;
	padding:0px 5px 2px 5px;
}

#login_box table > tfoot > tr > td > dl > dt {
	float:left;
	text-align:center;
	font-weight:bold;
	padding:5px 10px;
}

#login_box table > tfoot > tr > td > dl > dd {
	padding:5px 10px;
}

#btn_login {
	background:#84a413;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	vertical-align:baseline;
	font-size:14px;
	width:55px;
	height:55px;
	text-align:center;
	text-shadow:1px 1px 0px #717171;
	cursor:pointer;
}
#btn_login:hover {
	-webkit-transition:background-color 0.5s, -webkit-transform 1s;
	transition:background-color 0.5s, transform 1s;
	
	background-color:#e9e9e9;
	color:#417f22;
}