@charset "utf-8";
/* CSS Document */
@import 'reset.css';

a {text-decoration:none; outline:none; color:#333;}
a:hover {text-decoration:none; outline:none;}

/*
	# LAYOUT ###################
*/
body
{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height:normal;
	color: #2e2e2e;
	background-color: #39b6d6;
	background-image: url(../images/bglogin_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}
html, body {height: 100%;}

.overallBox {width: 600px; height: 600px; margin: 100px auto 0 auto;}
.errorMsg {color: #FF0000;}

#wapper1 {
	margin:30px auto;
	width:450px;
	height:400px;
	position:relative;
	background-image: url(../images/bg_login3.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.content { display: block; padding: 105px 50px 0 50px;}
.content ul li {clear: both; display:block; margin-bottom: 5px; height:30px; text-align: left;}
.content ul li span {display: block; height: 30px;}
.content ul li.row_button {margin-top: 10px; padding-left: 120px;}
.content ul li.row_pwd {margin-top: 35px;}
.content ul li.row_center {text-align: center;}

.left {float:left; display:block; width: 120px; padding-top: 5px;}
.left1 {float:left; display:block; width: 120px;}
.right {float:right; display:block; margin-right: 5px;}
.copyright {color:#f2f2f2; margin-top: 40px;}
.copyright1 {color:#f2f2f2; margin-top: 130px;}
.imgCode {height: 27px; padding: 1px; border: #D0D0D0 1px solid; border-radius: 5px;}

input[type="text"], input[type="password"] {width: 225px; padding: 5px 5px; border: #ACACAC 1px solid; border-radius: 5px; font-size: 14px;}
input[type="checkbox"] {vertical-align: bottom; margin-bottom: 2px;}

input[type="submit"], input[type="button"] {background-color: #7EAA0F; color: #fff; border: none; padding: 6px 10px; cursor: pointer; border-radius: 5px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	min-height: 30px;
	min-width: 120px;
	text-transform: uppercase;
}
input[type="submit"]:hover, input[type="button"]:hover {background-color: #73880a;}

