@charset "utf-8";
/* CSS Document */

body{ width:100%; margin:0px; padding:0px; font-family:"Segoe UI", Arial, Tahoma; font-size:13px; color:#333333;}
#main-container{ margin:0px;}
#header
{
   // background:#eeeeee; 
   background: url(../Images/headerbg.jpg) no-repeat center top #FFF;
}
#headerin{height:75px; width:100%; margin:0px auto;}
	.logo{ width:243px; height:51px; float:left; margin-top:22px;}
	.weladmin{padding: 3px 10px 7px 10px;float: right;font-size: 16px;color: #000000;margin-top: 35px;}
	.log a{background: url(../images/loginbg.jpg) repeat-x; padding:3px 10px 7px 10px; float:right; font-size:16px; 
	color:#FFF !important; margin-top:35px; text-decoration:none;}
	.log a:hover{ color:#F00 !important; }
#banner{ height:521px; border-top:1px solid #4b4b4b; background:url(../images/banner-1.jpg) no-repeat center top; position:relative; }
	.logform{ width:278px; height:242px; background:url(../images/transbg.png); position:absolute; 
	z-index:100; margin-left:200px; margin-top:100px; 
	padding:20px; font-size:15px; color:#050d18;   
				-webkit-border-radius: 7px;
				-moz-border-radius: 7px;
				border-radius: 7px;}
	.logf1
{
    width: 250px;
    height: 25px;
    border-radius: 3px 3px 3px 3px;
    background-color: White;
    border: 0px solid #FF0000;
    color: Black;
    font-size: 20px;
    font-family: Segoe UI,Segoe UI Light,Segoe UI Mono;    
}		
	.cformf1{ width:227px; height:24px; border:1px solid #e0e0e0; margin-bottom:12px; font-size:12px; color:#878787; padding:0px 5px;}				
#middle{ width:1000px; }
#footer{ background:#eeeeee;  border-top:3px solid #d7d7d7; }
#footerin{ height:54px; width:1000px; margin:0 auto; text-align:center; font-size:13px; color:#404040; padding:10px 0px;}

.clearb{ clear:both;}