#register {
	background-color:#380143;
	background-image:url(../images/search_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #6B0181;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:auto;
	margin-bottom:11px;
	padding:2px 0 0 15px;
	color: #FFFFFF;
}

#register h3 {
	margin-bottom: 12px;
}

.security
{
	padding-bottom: 5px;
	float: left;
	width: 100%
}

.security ul {
	margin-top: 5px;
}

.security ul li {
	width: 33%;
	float:left;
	display:inherit;
}

.security ul li label {
	margin:0;
	padding:0 2px;
	text-align:right;
	width:105px;
}

.personal {
	float: left;
	width: 44%;
}

.address {
	float: right;
	width: 56%;
}

.personal label {
	display:block;
	margin:5px;
	text-align:left;
	width:87px;
	
}

.address label{
	display:block;
	margin:5px;
	text-align:left;
	width:87px;
}

.other {
	width: 100%;
	padding-bottom: 5px;
}

.other label {
	display:block;
	margin:5px;
	text-align:left;
	width:87px;
}

.link_buttons {
	text-align: center;
	margin: 10px 0;
}
