@charset "utf-8";

/*
 * Copyright 2013-2018 vverp.com. All rights reserved.
 * Support: http://www.vverp.com
 * License: http://www.vverp.com/license
 * 
 * Style - Login
 * Version: 4.0
 */

/* ---------- Login ---------- */

.login {
	width: 360px;
	height: 302px;
	padding: 110px 160px 0px 160px;
	margin: 60px auto 0px auto;
	overflow: hidden;
}

.login table {
	width: 100%;
	height: 180px;
}

.login th {
	height: 30px;
	padding-right: 6px;
	font-weight: normal;
	text-align: right;
}

.login .captcha {
	width: 120px;
	text-transform: uppercase;
	ime-mode: disabled;
}

.login .captchaImage {
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
}

.login .homeButton {
	width: 37px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	/*background: url(../images/login.png) 0px -420px no-repeat;*/
}

.login .loginButton {
	width: 356px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background: #2878b8;
	border-radius: 2px;
	/*background: url(../images/login.png) -37px -420px no-repeat;*/
}

.login h1{
	height: 35px;
	line-height: 35px;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
}

.login .powered {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	text-align: right;
	font-size: 9px;
	color: #999999;
}

.login .link {
	height: 30px;
	line-height: 30px;
	padding-right: 7px;
	text-align: right;
	color: #888888;
}

.login .link a {
	color: #888888;
	margin: 0px 3px;
}

fieldset {
	line-height: 30px;
	padding: 0px 10px;
	margin: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

fieldset strong {
	font-weight: bold;
}

input.textLogin{
	height: 32px;
	line-height: 32px;
	width: 350px;
	padding:2px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 2px;
}