/* Form Styles*/	
.captionClass {
	font:normal 11px tahoma;
	text-align:right;
	vertical-align:text-top;
	color:#313A4C;
}

.dividerClass {
	padding:0px 10px;
	font:bold 11px tahoma;
	color:#ffffff;
	background:#EB9825;
}

.inputClass {
	font:normal 11px tahoma;
	color:#313A4C;
}

.bt_submit{
	width:90px;
	padding:0px;
	margin:10px 0px;
}


/*form_comp_tbl*/
form.form_comp_tbl{
	padding:0px;
	margin:0px;
	width:100%;
	float:left;
}

table.comp_tbl{
	padding:0px;
	font-family:tahoma;
	font-size:11px;
	width:100%;
	float:left;
	color:#333333;
}

table.comp_tbl td{
	padding:0px 0px 0px 0px;
	margin:0px;
}

table.comp_tbl td.search{
	padding:5px 1px;
}

table.comp_tbl label{
	font-weight:normal;
}

table.comp_tbl input.search_textbox{
	width:180px;
	border:1px solid #999999;
}

table.comp_tbl select.search_textbox{
	width:170px;
	border:1px solid #999999;
}

input.textbox{
	border:1px solid #999999;
	width:100px;
}

textarea.textarea{
	border:1px solid #999999;
	width:100px;
	height:30px;
}

select.select{
	border:1px solid #999999;
	width:102px;
}

input.textarea{
	height:92px;

	border:1px solid #999999;
	width:100px;
}

input.buttons,img.buttons{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 1px;
	float:right;
}

input.search_bt{
	padding:0px 0px 0px 0px;
	margin:0px 4px 0px 0px;
	float:right;
}

label.quick_contact{
	font-weight:normal;
	color:#191919;
	float:right;
	text-align:right;
}

/*end of form_comp_tbl*/

/* end of Form Styles*/