#register_form {
	display:block;
	margin-top:30px;
	font-size:14px;
	font-weight:bold;
	font-family:"Courier New",Courier,monospace,"Times New Roman",Times,serif
}

ul.errorlist {
	list-style:none;
	direction:ltr;
}

.right-form {
	float:right;
	width:150px;
	height:22px;
	padding:1px;
}

.left-form {
	margin-right:155px;
	width:150px;
	height:22px;
	padding:1px;
}

.left-form input {
	direction:ltr;
	border:#c3deb8 solid thin;
	background-color:#eff8eb;
	color:#327614;
	font-size:14px;
	width:200px;
}

#captcha {
	margin-left:190px;
}


