#leftPan form {
	width:222px;
	height:173px;
	position:relative;
	margin:0 auto;
	background:url(../images/formbg.gif) 0 0 no-repeat #ABA894;
	color:#fff;
}
#leftPan form input {
	width:143px;
	height:17px;
	margin:3px 0 2px 35px;
}
#leftPan form label {
	width:143px;
	height:18px;
	margin:2px 0 0 35px;
	font:12px/15px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#leftPan form input.button {
	width:51px;
	height:17px;
	float:left;
	background:url(../images/button.gif) 0 0 no-repeat #FEFEFE;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	border:none;
	padding:0 10px 0 0;
	margin:3px 10px 2px 28px;
}
#leftPan form h2 {
	width:150px;
	height:47px;
	display:block;
	background:url(../images/memberbg.gif) 0 0 no-repeat #D5D2BC;
	color:#fff;
	font-size:18px;
	line-height:47px;
	padding:0 0 0 65px;
}
#leftPan form #register {
	width:100px;
	height:24px;
	float:left;
	margin:3px 0 0;
}
#leftPan form #register a {
	display:block;
	background: url(../images/arrow4.gif) 100% 50% no-repeat #ABA894;
	color:#fff;
	font-size:14px;
	padding:0 5px 0 0;
	text-decoration:none;
}
#leftPan form #register a:hover {
	text-decoration:underline;
}