#loginPan {
	width:359px; 
	height:199px; 
	background:url(../images/formbg.gif) 0 0 repeat-y;
}

#loginPan h2 {
	width:240px; 
	height:81px; 
	display:block; 
	background:url(../images/login.gif) 0 50% no-repeat #fff; 
	color:#5EA000; 
	font-size: 1.5em;
	line-height: 80px;
	padding:0 0 0 64px; 
	margin:0 0 0 18px;
}

#loginPan h2 span {
	background:#fff; 
	color:#017FC0;
}

#loginPan form {
	width:321px; 
	height:76px; 
	background:#FCF6E6; 
	color:#705D20; 
	position:relative; 
	border:1px dashed #BFB492; 
	margin:0 0 0 18px; 
	padding:6px 0 0;
}

#loginPan form label {
	width:91px; 
	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 {
	width:49px; 
	height:52px; 
	display:block; 
	position:absolute; 
	top:6px; 
	right:16px; 
	background:url(../images/button.gif) 0 0 no-repeat #FCF6E6; 
	border:none; 
	color:#fff; 
	margin:9px 0 0; 
	font-size: 14px;
	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 {
	font-size: 0.9em;
	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 {
	font-size: 0.9em;
	width:165px; 
	height:25px;
	line-height:25px; 
	float:left; 
	background:url(../images/new-registerbg.gif) 0 0 no-repeat #FEFEFE; 
	color:#fff; 
	font-weight:bold; 
	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:25px; 
	background:url(../images/form-bottombg.gif) 0 0 no-repeat;
}