@charset "utf-8";

/*
 * 
 * Style - Login
 * Version: 3.0
 */

/* ---------- Login ---------- */

div.login {
	width: 520px;
	height: 302px;
	padding: 110px 160px 0px 160px;
	margin: 60px auto 0px auto;
	overflow: hidden;
	background: url(../img/login.png) 0px 0px no-repeat;
}

div.login table {
	width: 520px;
	height: 220px;
}

div.login th {
	height: 32px;
	padding-right: 6px;
	font-weight: normal;
	text-align: right;
	color: #999;
}

div.login .captcha {
	width: 90px;
	text-transform: lowercase;
	ime-mode: disabled;
}

div.login .captchaImage {
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
}


div.login .loginButton {
	width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 16px;
    background: #e25a00;
}

div.login .powered {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	text-align: right;
	font-size: 9px;
	color: #999999;
}

input.text {
	width: 225px;
	height: 32px;
	line-height: 32px;
	padding: 0px 4px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
	font-size: 24px;
	color: #666;
}

input.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
}