body{
  margin:0;
  font-family:Verdana, Geneva, sans-serif;
 }
div.hidden { 
	display: none; 
} 

div.show   { 
	display: block; 
} 
#wrapper{
	width:1000px;
	margin:0 auto;
	padding-top:20px;
}
#top{
	float:left;
}
#topup{
	height:90px;
	width:1000px;
	background:url(images/topbg.png);
}

#login{
	padding-top:20px;
	height:100%;
	padding-right:10px;
	text-align:right;
	color: #000000;
   	font: 12px "Arial", sans-serif;
}
#login a, a:visited, a:active {
	color: #000000;
   	font: 12px "Arial", sans-serif;
	text-decoration: none;
}
#login a:hover {
	color: #000000;
   	font: 12px "Arial", sans-serif;
	text-decoration: underline;
}

#userbox{
	background:url(images/username_box.png);
	padding-top:11px;
	height:23px;
	width:150px;
	padding-left:30px;
	color:#777;
	font-size:11px;
	border:none;
}

#passbox{
	background:url(images/password_box.png);
	padding-top:11px;
	height:23px;
	width:150px;
	padding-left:30px;
	color:#777;
	font-size:11px;
	border:none;
}

#loginbutton{
	width:100px;
	height:34px;
	margin:0px;
	padding:0px;
	background:url(images/login_box.png);
	border:none;
}

#loginbutton:hover{
	background:url(images/login_box_h.png);
}

#forgotww{
	font-size:11px;
	color:#bbb;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

#logo{
	margin-left:2px;
}

img{
	border:none;
}

#topdown{
	width:100%;
	height:35px;
	background:url(images/topbgbottom.png);
	font-weight:bold;
	padding-top:16px;
	text-align:center;
}

#topdown a{
	color:#fff;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #fff;
	font-size:11px;
}

#topdown a:hover{
	text-decoration:underline;
}

#content{
	width:1000px;
	margin-top:10px;
}

#left{
	width:330px;
}


.leftbox_top{
	background:url(images/leftbox_top.png);
	width:330px;
	height:5px;
}
.leftbox_bottom{
	background:url(images/leftbox_bottom.png);
	width:330px;
	height:5px;
	margin-bottom:10px;
}

.leftbox{
	background:url(images/leftbox_main.png);
	width:320px;
	font-size:12px;
	color:#666;
	padding:5px;
}

.leftbox h1{
	width:310px;
	margin:5px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	border-bottom:1px dotted #666;
	padding-bottom:2px;
	margin-bottom:10px;
}

.leftbox a{
  color:#666;
  text-decoration:none;
  font-weight:bold;
}

.profileleft img{
	margin-left:5px;
}

.profileleft ul{
	padding-left:10px;
	margin-left:10px;
}

.leftbox li{
	 list-style-image:url(images/list_style.png);
	 margin-bottom:5px;
}

.leftbox a:hover{
	border-bottom:1px dotted #666;
}

.leftbox p{
	font-size:11px;
}

.leftbox strong{
	font-size:12px;
}

#right{
	width:665px;
}

.righttop{
	width:635px;
	padding-left:30px;
	color:#666;
	padding-top:16px;
	height:34px;
	background:url(images/right_top.png);
	font-size:12px;
	margin-bottom:5px;
}

#right p{
	margin:5px;
	font-size:12px;
	color:#777;
}

#right table{
	font-size:12px;
}

#right a{
	 color:#666;
}


.topbox{
	width:320px;
	height:50px;
	background:url(images/topbox.png);
	padding:5px;
	font-size:12px;
	color:#999;
	margin-bottom:5px;
}

.topbox a{
	color:#999;
	font-style:italic;
	text-decoration:none;
}

.topbox a:hover{
	color:#666;
}

#footer{
	width:1000px;
	height:50px;
	color:#666;
	padding-top:30px;
	font-size:12px;
	text-align:center;
	background:url(images/footer.png);
}
