@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;	
	position:relative;
}
html {
	height:100%;

}
.log {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
}
.log .admin {
	font-size:16px;
	color:#747474;
	padding-right: 10px;
	font-weight:bold;
}
.log .user {
	font-size:12px;
	color:#747474;
	padding-right: 10px;
	line-height:20px;
}
.log .forget {
	font-size:11px;
	color:#747474;
}
.log .forget a {
	font-size:11px;
	color:#747474;
	text-decoration:none;	
}
.log .forget a:hover {
	text-decoration:underline;
}
.log .input {
	width:177px;
	height:20px;
	border:1px solid #8c9ea8;
}
.copyright {
	font-size:10px;
	color:#8a8a8a;
}


.loginBtn{
cursor: pointer;

margin-right: 10px;
background-color: #ed1c24;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
border: 0;
padding: 2px 10px;
border-radius: 5px;
}