
*{
margin:0;
padding:0;
}
body{
background:white;
font-family:Helvetica,Arial, "sans-serif";
}
#header{
width:100%;
background:url(../images/headin.jpg) repeat;
}
#header-wrap{
width:950px;
margin:auto;
height:122px;
}
#header-wrap h1{
background:url(../images/logo.png) no-repeat;
height:98px;
width:181px;
text-indent:-99999px;
}
#header-wrap  a{
display:block;
height:98px;
width:181px;
}
#wrapper{
width:950px;
margin:0 auto;
}
#content{
width:950px;
height:610px;
margin-top:3px;
}
#wrapper h2{
width:905px;
height:35px;
background:#000;
margin:auto;
font-size:14px;
line-height:35px;
padding-left:20px;
color:#eef4fb;
}
#wrapper .left{
height:35px;
width:12px;
background:url(../images/heading-bar-left.png) no-repeat;
float:left;
}
#wrapper .right{
height:35px;
width:12px;
background:#000;
float:right;
}
#login{
clear:both;
width:382px;
margin:auto;
height:184px;
background:url(../images/login_bg_01.png) no-repeat;
margin-top:70px;
}
#login h3{
color:white;
padding:6px 20px;
font-size:18px;
}
form{
width:322px;
height:125px;
margin:auto;
padding:10px 30px;
}
li{
list-style:none;
background:red;
}
.box{
height:35px;
width:322px;
margin-bottom:10px;
margin-top:50px;
}
label{
display:block;
width:115px;
height:35px;
background:#f2f2f2;
border-radius:5px 0 0 5px;
text-align:center;
line-height:35px;
color:#343434;
font-size:14px;
float:left;
border:none;
}
input{
height:35px;
width:204px;
border-radius:0 5px 5px 0;
border:none;
border-left:1px solid #e3e2e2;
}

.button{
width:84px;
height:28px;
background:url(../images/button-login.png) no-repeat;
border:none;
float:right;
margin-top:17px;
cursor:pointer;
}


#footer{
width:100%;
height:45px;
background:#303030;
padding-top:20px;
}
#footer-wrap{
width:950px;
margin:auto;
color:#fff;

}
#footer-wrap p.cpyrt{
width:950px;
text-align:center;
font-size:10px;
}
#footer-wrap p.author{
width:950px;
text-align:center;
font-size:10px;
}
#footer-wrap a{
font-size:10px;
color:#fff;
}
.popup
{
   position: fixed;
   width: 100%;
   opacity: 0.9;
   top:0px;
   min-height:200px;
   height:100%;
   z-index: 100;
   background: #FFFFFF;
   font-size: 20px;
   text-align: center;
   display:none;
   
}
#login_form
{
	position:absolute;
	width:200px;
	top:100px;
	left:45%;
	background-color:#DDD;
	padding:10px;
	border:1px solid #AAA;
	display:none;
	z-index:101;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #aaa;
}
#loginform{
position:relative;	
	
}
#loginform #forgot 
{
  color:#fff;	
  position: absolute;
  bottom: 7px;
  left: 32px;
}
#loginform a#forgot 
{
	
	text-decoration:none;
	font-size:14px;
}

#loginform a:hover#forgot
 {
	text-decoration:underline; 
 }





