div#c div#register_c {
	padding: 25px 0 5px 10px;
	border-bottom: 1px solid #D4CEC2;
}

div#c div#register_c h2 {
	margin: 0 0 25px 0;
	color: #ae8842;
	font-size: 36px;
	font-weight: normal;
}

div#c div#register_c div {
	margin: 0 0 20px 0;
	width: 980px;
}

div#c div#register_c div div.left {
	width: 190px;
	float: left;
	padding: 1px 5px 0 0;
	text-align: right;
}

div#c div#register_c div div {
	margin: 0 0 5px 0;
}

div#c div#register_c div div.right input {
	border: 1px solid #cabea7;
}

div#c div#register_c div div.right input#register_submit_btn {
	border: none;
}

div#c div#register_c div div.right input#register_email_public {
	border: 0;
}

div#c div#register_c div div.right {
	width: 600px;
	float: left;
	color: #000;
	font-size: 12px;
}

div#c div#register_c div div.right strong {
	color: #ae8842;
	font-weight: normal;
}

div#c div#register_c div div.right p.error {
	color: #F00;
}

div#c div#register_c div#login div.right input {
	width: 175px;
}


div#c div#register_c div div.right label#register_password2_label {
	margin-left: 20px;
	color: #000;
	font-size: 14px;
}

div#c div#register_c div div.right input#register_email_public {
	margin-left: 20px;
	color: #000;
	font-size: 14px;
}


div#c div#register_c div div.right label#register_email_public_label {
	color: #000;
	font-size: 14px;
}



