@charset "utf-8";

html,body{
	background: #f2f2f2;
}

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

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

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


.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;
	border: none;
	background: #009688;
	border-radius: 2px;

}

.login h1{
	height: 50px;
	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;
}

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;
}