﻿@charset "utf-8";
/* CSS Document */

/*-----------Form Styles--------------*/

.form_item {
 /*border:1px #CCCCCC solid;*/
	height:auto;
	font-size:1.2em;
	line-height: 22px;
	padding-right:45px;
}

.form_element {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em; 
	float: left;
	/*margin-left:30px;
	margin-top:8px;
	margin-bottom:8px;*/
	width:100%;
	color:#333;
	padding-left:20px;
}

.form_element label {
	/*width:300px;*/
	padding:0px 0px 0px 10px;
	font-size:1em;
	/*font-weight:bold;*/	
	display: block;
	float: left;
	line-height: 25px;
	vertical-align: middle;
}
.form_element .check_label {
	/*width:150px;*/
	padding:0px 10px 0px 0px;
	float:none;
	display:inline;
	line-height: 22px;
	vertical-align: middle;
}
.form_element .radio_label {
	/*width:150px;*/
	padding:0px 10px 0px 0px;
	float:none;
	display:inline;
	line-height: 22px;
	vertical-align: middle;
}

.form_element select {
	/*width:150px;*/
	/*border:1px solid #013374; border-right:none;*/ color:#686868; font-size:1em;	
}
.form_element input[text]{
border:1px solid #013374;  color:#686868; font-size:1.1em;
}

.cf_inputbox {
border:1px solid #013374;  color:#686868; font-size:1.1em;
}

.cf_textarea{padding-bottom:4px;} 
/*.cf_captcha{ padding-top:8px;}*/
.cf_fileinput{
	width:auto!important;
}

.delete_icon { float:right; /*border-left:1px #CCCCCC solid; padding:10px;*/}

.delete_icon1 { float:right; border-left:1px #CCCCCC solid; border-bottom:1px #CCCCCC solid; padding:10px;}

.button { text-align:center; border:none; margin-top:10px; }

.no_delete { border:none;}

.cf_button1 {
	width:70px!important;
}
.radio { width:20px!important;}

.float_left { float:left;}
.cfclear { clear:both; font-size:0px; line-height:0px;}
/*.cf_text { font-size:1.2em;}*/
.cf_placeholder { font-size:1em; }
.cf_button {
	background:none;
	text-align:center;
	width:100%;
	padding-top:10px;
}
.cf_text{color:#FFFFFF;font-weight:bold;font-size:12px;padding-left:10px;background:url(../../../../../images/black_header_bg.jpg) repeat-x;height:32px; text-align:center; width:554px}
.form-border{border-left:solid #9F9F93 6px;border-right:solid #9F9F93 6px;background-color:#EEEEE8;}
/*.width1 { width:571px;}*/

.captcha_info{
padding-left:250px;
font-size:10px;
}

.captcha_img{
padding-left:260px;
}