.content_basic_container {
	float: left;
	width: 550px;
	margin-left: 0px;
	margin-top: 0px;
}

.content_basic_container_small {
	float: left;
	width: 500px;
	margin-left: 0px;
	margin-top: 0px;
}

.content_basic_container_no_margin {
	float: left;
	width: 550px;
	margin-left: 0px;
	margin-top: 1px;
}

.basic_component {
	float: left;
	margin-left: 3px;
	font-size: 11px;
}

.basic_component_long_button {
	float: left;
	margin-left: 3px;
	width: 180px;
}

.basic_input_component {
	float: left;
	margin-left: 3px;
	width: 200px;
}

.basic_input_component_rquired {
	float: left;
	margin-left: 3px;
	width: 200px;
	background-image: url(images/required_star.gif);
	background-repeat: no-repeat;
	background-position: center right;
}


#form_content_box {
	float: left;
	width: 561px;
	/*background-image: url(images/error_box_bg.gif);
	background-repeat: repeat-y;*/
	padding: 0;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-top: 1px;
	border: 1px solid red;
}

#form_content_box_no_border {
	float: left;
	width: 548px;
	/*background-image: url(images/error_box_bg.gif);
	background-repeat: repeat-y;*/
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
}

#form_content_box_left {
	float: left;
	/*background-image: url(images/error_box_left.gif);
	background-repeat: no-repeat;*/
	height: 0px;
	width: 6px;
}

#form_content_box_right {
	float: right;
	/*background-image: url(images/error_box_right.gif);
	background-repeat: no-repeat;*/
	width: 6px;
	height: 0px;
}

#form_content_box_bottom {
	clear: both;
	/*background-image: url(images/error_box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;*/
	height: 6px;
	padding: 0;
	margin: 0;
}

#form_content_box_middle {
	padding-top: 6px;
	_padding-top: 0px;
	/*background-image: url(images/error_box_top.gif);
	background-repeat: no-repeat;*/
	margin-left: 1px;
	margin-right: 6px;
}
#form_content_box_text{
		float:left;
	}
#error_content_box {
	float: left;
	width: 548px;
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
}

#error_content_box_left {
	float: left;
	height: 30px;
	width: 6px;
}

#error_content_box_right {
	float: right;
	width: 6px;
	height: 30px;
}

#error_content_box_bottom {
	clear: both;
	width: 548px;
	margin: 0;
}

#error_content_box_middle {
	background-image: url(images/error_box_top.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
}
#error_content_box_text{
	}
	
textarea{
	font-size: 11px;
	border: 1px groove red;
}

.form_input_regular {
	width: 180px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
}

.form_input_regular_medium {
	width: 60px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
}

.form_input_regular_small {
	width: 40px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
}

.form_input_separateEmails {
	width: 300px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
}

.form_input_regular_subject {
	width: 300px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
}

.form_input_regular_textarea {
	width: 300px;
	font-size: 11px;
	height: 120px;
	border: solid 1px red;
}

.form_input_regular_little {
	width: 40px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
}

.form_select_regular {
	width: 181px;
	*width: 183px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
	margin-left: 0px;
	*margin-left: 3px;
}


.form_select_regular_medium {
	width: 80px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
	margin-left: 3px;
}

.form_select_regular_little {
	width: 60px;
	font-size: 11px;
	height: 18px;
	border: solid 1px red;
	margin-left: 3px;
}

.form_select_splitship {
	width: 181px;
	*width: 183px;
	font-size: 11px;
	height: 21px;
	border: solid 1px red;
	float: left;
	margin-top: 2px;
	}

.form_label {
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	width: 100px;
	padding-top: 3px;
	display: block;
}

.form_label_small {
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	width: 50px;
	padding-top: 3px;
	display: block;
}

.form_label_medium {
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	width: 150px;
	padding-top: 3px;
	display: block;
}

.form_label_big {
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	width: 200px;
	padding-top: 3px;
	display: block;
}

.form_label_button{
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	width: 200px;
	padding-top: 3px;
	display: block;
	}

.form_label_button_large{
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	width: 280px;
	padding-top: 3px;
	display: block;
	}

.form_label_title {
	margin-right: 5px;
	font-size: 12px;
	font-weight:bold;
	color: red;
	display: block;
}

.right_align{
	float: right;
	}

.form_label_forum {
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	width: 45px;
	display: block;
}

.form_radio_label {
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	display: block;
}

.form_label_text {
	margin-right: 5px;
	font-size: 11px;
	color: #8890A0;
	padding-top: 3px;
	display: block;
}

.inline_label {
	font-size: 11px;
	color: #8890A0;
	margin-left: 3px;
	margin-right: 3px;
}

.inline_component {
	float: left;
	margin-left: 3px;
	padding-top: 3px;
}

.form_section {
	float: left;
	width: 500px;
	border-bottom: solid 1px #DFDFDF;	
}

.error {
	color: #F42B34;
}

.form_error {
	width: 160px;
	padding-top: 3px;
	color: #F42B34;
}





#form_content_box_forum {
	float: left;
	width: 539px;
	background-image: url(images/error_box_bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
}

#form_content_box_left_forum {
	float: left;
	background-image: url(images/error_box_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 6px;
}

#form_content_box_right_forum {
	float: right;
	background-image: url(images/error_box_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
}

#form_content_box_bottom_forum {
	clear: both;
	background-image: url(images/error_box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 539px;
	height: 6px;
	padding: 0;
	margin: 0;
	align : center;
}

#form_content_box_middle_forum {
	background-image: url(images/error_box_top.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
}


#form_content_box_text_forum{
		float:left;
	}
	
#error_content_box_forum {
	float: left;
	width: 539px;
	background-image: url(images/error_box_bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
}

#error_content_box_left_forum {
	float: left;
	background-image: url(images/error_box_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 6px;
}

#error_content_box_right_forum {
	float: right;
	background-image: url(images/error_box_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
}

#error_content_box_bottom_forum {
	clear: both;
	background-image: url(images/error_box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 539px;
	height: 6px;
	padding: 0;
	margin: 0;
}

#error_content_box_middle_forum {
	background-image: url(images/error_box_top.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
}
#error_content_box_text_forum{
	}
	

#content_basic_container_submit_right_no_float {
	float: left;
	width: 181px;
	margin-left: 0px;
	margin-top: 5px;
}

#forum_design_xml{
	width: 500px;
	margin-left: 0px;
	margin-top: 5px;
	}
	
#forum_design_xml textarea{
	background-color: red;
	color: red;
	width: 300px;
	}	
	
#forum_design_xml_textarea{
	width: 400px;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0;
	border: solid 2px #95DAD6;
	}
	
#forum_new_line_design_xml {
	float: left;
	clear:both;
	width: 400px;
	}

#forum_new_line_text_design_xml {
	float: left;
	width: 200px;
	clear:both;
	}

/*added by Razvan Tomescu 14.10.2008 for show cart*/

#form_content_box_cart {
	float: left;
	width: 563px;
	background-image: url(images/error_box_bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
}

#form_content_box_left_cart {
	float: left;
	background-image: url(images/error_box_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 6px;
}

#form_content_box_right_cart {
	float: right;
	background-image: url(images/error_box_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
}

#form_content_box_bottom_cart {
	clear: both;
	background-image: url(images/error_box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 563px;
	height: 6px;
	padding: 0;
	margin: 0;
}

#form_content_box_middle_cart {
	background-image: url(images/error_box_top.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
}
#form_content_box_text_cart{
		float:left;
	}

.basic_component_title {
	float: left;
	margin: 5px 0px 0px 3px;
	font-size: 13px;
	color: #f80000;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}

.link_highlight {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.search_header_title {
	color:#F80000;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

.content_basic_container_margin_bottom {
	float: left;
	width: 500px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.basic_component_button_style_right {
	float: right;
	margin-left: 3px;
	margin-top:5px;
}

#capcha{
	margin-left:3px;
	#margin-left:4px;
	_margin-left:0px;
	margin-top:3px;
}
