/* -- Join Form -- */

.form_join_section
{
	width: 490px;
	margin: 4px auto;
}

.form_join_section textarea
{
	width: 240px;
	height: 120px;
}

.join_form_captcha
{
	padding: 4px;
	text-align: center;
}

.form_join_step_label
{
	color: #5B5B5B;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

.form_join_cap
{
	width: 480px;
	font-weight:bold;
	font-size:17px;
	color:#e38e11;
	padding:15px 0 3px 5px;

}

.form_join_top
{
	background: #fff url('../../img/join_sec_top.gif') no-repeat;
    width: 480px;
   	height: 24px;
   	clear: both;
}

.form_join_bottom
{
	background: #fff url('../../img/join_sec_bottom.gif') no-repeat;
    width: 480px;
    height: 24px;
    clear: both;
}

.form_join_fields_container
{
   	background: #E5F3F6;
   	width: 454px;
   	clear: both;
}

.form_join_label
{
	width: 40%;
	padding-left: 25px;
	font-weight: bold;
	color: #5B5B5B;
}

.form_join_input
{
	width: 60%;
	text-align: left;
	color: #5B5B5B;
}

.form_join_submit_cont
{
	width: 480px;
	text-align: right;
	padding: 10px 30px;
}