@charset "utf-8";
/* CSS Document */
body
{
	background:url(images/bg.jpg) repeat-x;
	margin-bottom:-50px;
}

.logo{
	width:300px;
	height:90px;
	/*margin-left:550px;*/
}
.login_div{
	width:508px;
	height:244px;
	margin:25px auto;
}
.signdiv{
   width:463px;
   height:193px;
   float:left;
   margin:30px 0px 0px 0px;
}
.wrapper
{
	width:1000px;
	margin:0 auto;
}
.wrapper_new {
	width:1000px;
	margin:0 auto;
}
.wrapper1
{
	width:490px;
	margin-top:50px;
	border:#666 5px solid;
	height:250px;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	
}
.wrapper2 {
	width:490px;
	margin-top:50px;
	border:#666 5px solid;
	height:250px;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	
}
.advance
{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	text-align:center;
}
.login
{
	width:350px;
	height:50px;
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	margin:25px 0px 0px 115px;
	color:#fff;
}
.logout{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
}
.sess
{
	height:auto;
	width:auto;
	color:#0e9eda;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.main{
	width:1000px;
	height:auto;
	background:#fff;
	border:#CCCCCC 1px solid;
	box-shadow:0px 0px 5px #6d6a6a;
	margin:50px auto;
	padding:20px;
}
.main form{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
}
.main form a{
	color:#666;
	text-decoration:none;
}
.main form a:hover{
	text-decoration:none;
}
.home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	float:right;
}
.back{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
}
.black_overlay
{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
}
.white_content 
{
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
}
.mainbox {
	width:1385px;
	height:auto;
	margin:0 auto;
}
.home_rightbox {
	height:580px;
	width:250px;
	background:#FFFFFF;
	float:left;
	margin:0px 0 0 10px;
	border:#666666 5px solid;
}
.home_main{
	width:750px;
	height:547px;
	background:#fff;
	border:#CCCCCC 1px solid;
	box-shadow:0px 0px 5px #6d6a6a;
	margin:0px 0 0 10px;
	padding:20px;
	float:left;
	overflow-y:auto;
}
.home_main form{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
}
.home_main form a{
	color:#666;
	text-decoration:none;
}
.home_main form a:hover{
	text-decoration:none;
}
.home_leftbox {
	height:580px;
	width:250px;
	background:#FFFFFF;
	float:left;
	margin:0px 0 0 0px;
	border:#666666 5px solid;
}
.headline{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}