#register_container {
	background: url('/images/directory/list_bg.png') repeat-x;
	background-color: #eee8da;
}

#register {
	min-height: 400px;
	padding:15px;
	width: 700px;
}

#register h2 {
	color: #a04343;
	font-size: 14px;
	font-weight: normal;
}

#register h3 {
	font-size: 12px;
	font-weight: normal;
}

#register fieldset {
	margin: 15px;
	border: 1px solid white;
	padding: 10px;
}


#register #left {
	float: left;
	width: 341px;
	background: url('/images/register/left_bg.jpg') no-repeat;
	background-position: bottom;
	background-color: #d7c4a0;
	min-height: 500px;
	margin-top: 40px;
}

#register #right {
	float: left;
	width: 354px;
	background: url('/images/register/right_bg.jpg') no-repeat;
	background-position: bottom;
	background-color: #c1af8e;
	min-height: 500px;
	margin-top: 40px;
}

#register .trial {
	color: red;
}

#register h4 {
	padding: 10px 20px;
	color: white;
	width: 60px;
	font-weight: normal;
	text-align: center;
}

#register #left h4 {
	background-color: #ce9601;
}
#register #right h4 {
    background-color: #c36305;
}


#register legend {
	padding: 5px;
}

#register #left legend {
	color: #ab7c00;
}

#register #right legend {
	color: #b6611e;
}



#register #left li {
	margin-bottom: 10px;
	border: 5px solid white;
	padding: 10px 30px 10px 30px;
	min-height: 50px;
	background-color: #cbb284;
}




#register #right li.input {
	background-color: #ae9059;
	margin: 10px;
	color: white;
	padding: 6px 2px;
}

#register #right li.input input {
	padding: 0;
	margin: 0;
	font-size: 8pt;
}

#register #right label {
	display: block;
	float: left;
	width: 114px;
	text-align: right;
	padding: 2px 3px 0 0;
}


#register #right button {
	display: block;
	padding: 5px 20px;
	margin: auto;
	color: white;
	border: 1px solid #a54a1a;
	background: url('/images/register/button_bg.jpg');
	font-size: 8pt;
}


#register .err {
	color: red;
	margin: 10px;
	font-size: 8pt;
	font-weight: normal;
}


#register .message {
	color: #775701;
}