@import url(../../../plugins/jquery/themes/ui.datepicker.css);

#join_form_table {
	width: 460px; 
	margin-left: auto;
	margin-right: auto;
	/*border-top: 1px solid #CC6600;*/
	border-left: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	background-color: White;
}

#join_form_table td,
#join_form_table th {
	padding: 5px;
	border-right: 1px solid #CC6600;
	vertical-align: middle;
}

#join_form_table th {
	text-align: center;
	font-weight: bold;
}

#join_form_table th.label {
	text-align: right;
	width: 200px;
	white-space: nowrap;
}

#join_form_table th.block {
	background-color: #FFEFCC;
	font-size: 15px;
	border-bottom: 1px solid #CC6600;
	border-top: 1px solid #CC6600;
	text-align:left;
	
}

#join_form_table tr.headers {
	background-color: #999999;
}

#join_form_table th.header {
	color: #F1F9E3;
	font-size: 14px;
}

#join_form_table th.bottom_controls {
	border-top: 1px solid #CC6600;
}

.form_mandatory {
	color: #556B2F;
}

.form_info_icon,
.form_warn_icon {
	cursor: help;
	vertical-align: middle;
}

#FloatDesc {
	border: 1px solid black;
	padding: 3px;
	background-color: #F2FCF9;
	width: 300px;
}

/* * * * Inputs * * * */

.input_text,
.input_date,
.input_area,
.input_pass,
.input_select,
.input_select_couple,
.input_select_multi
{
	/*background-image: url( ../images/body_backgr.gif );*/
	border: 1px solid #999999;
	width: 240px;
	margin-right: 5px;
	background: #FFF9EC;
	padding:5px;
}

.counter {
	float: left;
	position: relative;
}

.input_num {
	background-image: url( ../images/body_backgr.gif );
	border: 1px solid #999999;
	width: 40px;
	margin-right: 5px;
}

.input_range_0,
.input_range_1 {
	background-image: url( ../images/body_backgr.gif );
	border: 1px solid #999999;
	width: 40px;
}

.input_range_1 {
	margin-right: 5px;
}

.input_erroneus {
	border: 1px solid red;
}

.input_area,
.input_select_multi {
	height: 90px;
}

.form_row_special {
	text-align: center;
}

.form_error_cont {
	border: 1px solid red;
	padding: 3px;
	color: #556B2F;
	width: 220px;
}

label.input_radio_label {
	margin-right: 4px;
}

.join_txt {
	width: 450px;
	float: right;
	border: 1px solid #CC6600;
	padding: 10px;
	margin-left: 10px;
	background-color: White;
}
