/* Register */
.register-top{
	background:url(images/register/register-top.jpg) no-repeat 0 0;
	width:428px;
	padding:235px 0 0 0;
	margin:0 auto 10px auto;	
}
.register-center{
	background:url(images/register/register-center.gif) repeat-y 0 0;
	width:428px;
	float:left;
}
.register-bottom{
	background:url(images/register/register-bottom.gif) no-repeat 0 100%;
	width:428px;
	padding:0 0 15px 0;
	float:left;
}
.register-content{
	margin:-170px 0 0 30px;
	width:400px;
	position:relative;
	overflow:hidden;
}
.register-content div{
	padding:0 0 6px 0;
	overflow:hidden;
	width:400px;
}
.register-content div label{
	xfont-size:1.2em;
	color:#6e5036;
	width:120px;
	padding:0 10px 0 0;
	text-align:right;
	float:left;
}

input.join-button{
	xbackground:url(../imgs/join-button.gif) no-repeat 0 0;
	width:205px;
	height:84px;
	float:left;
	margin:0px 0 0 80px;
	display:inline; 
}

.items{
	width:633px;
	overflow:hidden;
}


p.emailalreadyregistered
{
	color: #ff0000;	
	border: solid 1px #b03a3a;
	background-color: #f2c1c1;
	width: 360px;
	padding: 5px;
}