#bodyPan{
	text-align:left;
	width:360px;
	height:260px;
	margin:auto;
	z-index:1001;
}
/*----Login Panel----*/
#loginPan{width:359px;height:199px;background:#000;}
#loginPan h2{
width:230px; 
height:81px; 
display:block;color:#FFFFFF; 
font:30px/80px Georgia, "Times New Roman", Times, serif; padding:0 0 0 64px; margin:0 0 0 18px;}

#loginPan h2 span{background:#fff; color:#017FC0;}

#loginPan form{width:321px;height:76px; background:#000; color:#FFFFFF; 
position:relative; 
border:1px dashed #FFFFFF; 
margin:0 0 0 18px; 
padding:6px 0 0;
}
#loginPan form label{width:80px; height:22px; display:block; float:left; padding: 0 0 0 20px; margin:9px 0 0;}
#loginPan form input{width:130px; height:18px; font-size:12px; display:block; float:left; margin:9px 12px 0 0;}

#loginPan form input.button{cursor:hand;width:57px; height:50px; display:block; position:absolute; top:9px; right:16px; background:url(images/btn_login.gif) 0 0 no-repeat #FCF6E6; border:none; color:#fff; margin:9px 0 0; font:16px/52px Georgia, "Times New Roman", Times, serif; text-align:center; padding:0px;}

#loginPan ul{width:323px; height:25px; margin:6px 0 0 18px;}
#loginPan ul li{width:166px; height:25px; float:left;}
#loginPan ul li.nonregister{width:156px; height:25px; float:left; background:url(images/not-memberbg.gif) 0 0 no-repeat #FEFEFE; color:#fff; font-weight:bold; line-height:25px; text-align:center;}
#loginPan ul li.register{width:165px; height:25px; float:left; background:url(images/new-registerbg.gif) 0 0 no-repeat #FEFEFE; color:#fff; font-weight:bold; line-height:25px; margin:0 0 0 1px;}
#loginPan ul li.register a{width:141px; height:25px; display:block; background:url(images/arrow1.gif) 95% 60% no-repeat; text-decoration:none; padding:0 0 0 25px;}
#loginPan ul li.register a:hover{background:url(images/arrow2.gif) 95% 60% no-repeat; text-decoration:none;}
#loginBottomPan{width:359px; height:50px; background:#000;}