label{
	text-align:left;
}

.tab_search .tabsearch_input{
	width:69px;
	margin:0;
	padding:2px 17px 8px 19px;
	display:block;
	float:right;
	border:none;	
	background:url(../images/ico_search_white.png) no-repeat 0 2px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer; 
}
.tab_search .tabsearch_input:focus{
	width:64px;
	/*background:#FAFAFA url(../images/ico_search.png) no-repeat 5px center;
	color:#333;*/
	background-size: auto 20px;
	-moz-background-size: auto 20px;
	-o-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	-khtml-background-size: auto 20px;
	-ms-background-size: auto 20px;
	color:#32353a !important /*gg*/;
	margin-right:5px;
	background:#eceaea;
	border:solid 1px #fff;
	-webkit-box-shadow: inset 2px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset -2px 1px 5px 0px rgba(0, 0, 0, 0.2); 
}

/**/

.search_input{
	width:70%;
	border:solid 2px #d5d7da;
	padding:5px 5px 4px 8px;
	margin:0;
	float:left;
	background:#fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.12);  
	color:#bebebe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}
.search_input:focus{
	color:#333;
}

.search_button{
	width:30px;
	height:28px;
	margin:0 0 0 6px;
	padding:0;
	float:left;
	cursor:pointer;
	/*background:url(../images/ico_search.png) no-repeat center;*/
	border:none;	
	position:relative;
	font-family:"aia_icons";
	font-size:25px; 
	line-height:40px; 
	color:#FBB826;
	position:relative;
	top:-5px;
	background:none;
}


/* ==== */

.parking_form{
	margin:0;
	padding:0;
	font-size:10px;
	color:#fff;
	font-weight:bold;	
	text-align:left
}
.parking_form_col1, .parking_form_col2{
	width:132px;
	margin:0;
	padding:2px 0 10px 0;
	float:left;
}
.parking_form_col2{
	float:right;
	width:126px;	
}
.parking_label{
	display:block;
	float:none;
	margin:3px 0 1px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.parking_date, .parking_time, .searchtab_select, .searchtab_input, .search_map, .input_map, .searchtab_select_sm, .searchtab_input_wide{
	width:90px;
	margin:0 0 6px 0;
	padding:2px 5px;
	float:left;
	background:#eceaea;
	border:solid 1px #fff;
	-webkit-box-shadow: inset 2px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset -2px 1px 5px 0px rgba(0, 0, 0, 0.2); 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	color:#3c3c3c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer; 
}
.search_map{
	float:none;
	width:140px;
	height:80px;
	overflow-x:hidden;
	overflow-y:auto;
}
.search_map .airport, .search_map .airline{
	padding:1px 2px;
}
.search_map .airport:hover, .search_map .loc{
	background:#CFCFD1;
}
.search_map.grey_bg .airline:hover, .search_map.grey_bg .loc{
	background:#f0f0f0;
}

.input_map{
	float:none;
	width:95px;
	margin:0 0 30px 0;
}

.parking_time{
	width:87px;
}
.ui-datepicker-trigger{
	float:left;
	cursor:pointer;
	margin:0 0 0 3px;
	position:relative;
	top:-1px;
}
.search_box .ui-datepicker-trigger{
	margin-right:20px;
}

/*.time_selector{
	width:20px;
	height:22px;	
	background:url(../images/time.png) no-repeat center;
	cursor:default;
}*/

.submit, button, .book_parking_spot, .map_button, .book_parking_spot_sm{
	width:115px;
	margin:5px 0 0 0;
	padding:3px 0;
	float:none;
	display:block;
	border:none;
	cursor:pointer;
	text-align:center;
	background:#f7bc39;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3f3f3f;
	font-weight:bold;
}
.submit:hover, button:hover, .map_button:hover{
	background:#0e52a1;
	color:#fff;
}

.parking_date:focus, .parking_time:focus{
	color:#222;
}

.parking_note{
	margin:0;
	padding:0 0 8px 0;
	font-size:10px;
	color:#fff;
	line-height:12px;
	display:block;
}

.book_parking_spot, .book_parking_spot_sm{
	width:99%;
	margin:4px 0 0 0;
	padding:6px 0;
	background:#0e52a1;
	color:#fff;
	font-size:13px;
}
.book_parking_spot:hover, .book_parking_spot_sm:hover{
	background:#0760c8;
	color:#fff;
	text-decoration:none!important;
}
.book_parking_spot_sm{
	/*width:auto;*/
	/*padding:5px 25px;*/
	float:right;
	width:170px;
	text-align: center;
	/*margin:47px 0 0 56px;*/
}

/**/

.search_tab_content, .search_box, .formarea{
	margin:0 0 18px 0;
	padding:8px 5px 8px 5px;
	background:#434549;
	display:none;
	position:relative;
}
.search_tab_content{
	margin:13px 0 0 0;
   
}

.search_tab_content_fix{
	margin-bottom:11px;
	top:-7px;
}

.search_tab_content_inner,.search_tab_content_home {
    display:block;
    height:23px;
    padding:8px 0% 8px 0%;
    background:none;
}

.formarea, .search_box{
	display:block;
}
.formarea{
	background:none;
	padding:0;
}

.searchtab_label, .searchtab_label_width, .formlabel_width, .formlabel_width_80{
	width:auto;
	margin:0;
	padding:2px 0 0 5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	color:#fff;
}
.searchtab_label_width{
	width:60px;
	margin-bottom:15px;
}
.formlabel_width{
	width:100px;
}
.formlabel_width_80{
	width:80px;
}
.searchtab_select, .searchtab_input, .searchtab_input2, .searchtab_select_sm, .searchtab_input_wide{
	width:85px;
	min-width:50px;
	margin:0 6px;
	background:#fff;
	border:solid 1px #fff;
	-webkit-box-shadow: inset 2px 1px 4px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset -2px 1px 4px 1px rgba(0, 0, 0, 0.2);
	cursor:pointer; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.searchtab_input{
	width:75px;  
}
.searchtab_input_wide{
	width:19%;
}
.searchtab_select, .searchtab_select_sm{
	width:18%;
    min-width:80px;
	height:22px;
}

.search_tab_content_inner .searchtab_select {
    width:29.5%;
    margin:0;
    margin-right:2.8%;
    
}

.search_tab_content_inner .searchtab_input {
    width:29.5%;
    height:16px;
    margin:0;
    padding-left:8px;
}

.search_tab_content_inner .searchtab_input::-webkit-input-placeholder { 
  color:#3c3c3c;
  opacity:1;
}
.search_tab_content_inner .searchtab_input::-moz-placeholder { /* Firefox 19+ */
  color:#3c3c3c;
  opacity:1;
}
.search_tab_content_inner .searchtab_input:-ms-input-placeholder { /* IE 10+ */
  color:#3c3c3c;
  opacity:1;
}
.search_tab_content_inner .searchtab_input:-moz-placeholder { /* Firefox 18- */
  color:#3c3c3c;
  opacity:1;
}

.search_tab_content_home {
    /*width:545px;*/
    top:-3px;
    margin-top:0;
    margin-bottom:5px;
}
.search_tab_content_home .searchtab_select {
    width:29.3%;
    margin:0;
    margin-right:2.8%;
    
}
.search_tab_content_home .searchtab_input {
    width:29.3%;
    margin:0;
    height:16px;
    padding-left:8px;
}

.search_tab_content_home .searchtab_input::-webkit-input-placeholder { 
  color:#3c3c3c;
  opacity:1;
}
.search_tab_content_home .searchtab_input::-moz-placeholder { /* Firefox 19+ */
  color:#3c3c3c;
  opacity:1;
}
.search_tab_content_home .searchtab_input:-ms-input-placeholder { /* IE 10+ */
  color:#3c3c3c;
  opacity:1;
}
.search_tab_content_home .searchtab_input:-moz-placeholder { /* Firefox 18- */
  color:#3c3c3c;
  opacity:1;
}

.searchtab_select_sm{
	width:79px;
}
.search_tab_close{
	width:16px;
	height:16px;
	display:block;
	cursor:pointer;
	background:#f7bc39;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	text-align:center;
	color:#434549;
	font-size:15px;
	line-height:17px;
	margin:3px 0 0 2px;
	font-weight:bold;
	position:absolute;
	top:7px;
	right:5px;
	line-height:100%;
}
.search_tab_content_home .reset_filters,.search_tab_content_inner .reset_filters{
    width:16px;
	height:16px;
	display:block;
	cursor:pointer;
	background:#f7bc39;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	text-align:center;
	color:#434549;
	font-size:15px;
	line-height:17px;
	margin:3px 0 0 2px;
	font-weight:bold;
	position:absolute;
	top:7px;
	right:3px;
	line-height:100%;
}
.search_tab_close:hover{
	background:#fff;
}

.searchtab_submit{
	width:auto;
	margin:0 0 0 10px;
	padding:3px 10px;
	background:#f7bc39;
	border:none;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	cursor:pointer;
	text-align:center;
	color:#434549;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
.searchtab_submit:hover{
	background:#fcd06f;
}


.search_line{
	padding:8px 0 0 0;
}

/* ==== */

.field_spacer{
	height:36px;
}

.label_autowidth, .label, .label_static, .tools_label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:2px 8px 0 0;
	float:left;
}
.label, .tools_label{
	width:100px;
	padding-right:0;
}
.label_static{
	width:77px;
	padding-right:0;
	text-transform:uppercase;
}
.text_autoheight_holder .label_autowidth{
	color:#5a5a5a;
}

.input, .select, .select_wide, .textarea, .textarea_wide, .currency_select, .currency_input, .input_spacer, .input_spacer_date, .textarea_upload, .fake_file, .input_securitycode, .input_sm, .select_med, .tools_input, .tools_select, .input_securitycode_sm, .tools_input_date, .search_field, .profile_textarea, .profile_input{
	width:160px;
	margin:0 0 5px 0;
	padding:2px 3px;
	float:left;
	background:#fff;
	border:solid 1px #fff;
	-webkit-box-shadow: inset -1px 1px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset -1px 1px 5px 0px rgba(0, 0, 0, 0.27); 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5c5c5c;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
/*.input{
	width:63%;
}*/
.search_box .input{
	width:290px;
}
.input_sm{
	width:120px;
	margin-bottom:14px;
}
.input_spacer, .input_spacer_date, .input_securitycode{
	width:177px;
	margin-bottom:12px;
}
.input_spacer_date{
	width:152px;
	margin-right:3px;
}

.input_securitycode{
	width:190px;
	margin-right:10px;
}
.input_securitycode_sm{
	width:82px;
}

.select, .select_med, .tools_select{
	width:167px;
	height:20px;
	cursor:pointer;
}
.select_med{
	width:420px;
}
.select_wide{
	width:455px;
	height:20px;
	cursor:pointer;
	margin-bottom:15px;
}

.textarea{
	width:359px;
	height:80px;
}
.profile_textarea{
	width:388px;
	height:90px;
	margin:0 0 11px 0;
}
.profile_editor{
	width:396px;
	margin:0 0 11px 0;
	float:left;
}
.textarea_wide{
	width:97%;
	min-width:393px;
	height:70px;
}
.textarea_upload{
	width:465px;
	height:70px;
}

.textarea_holder, .form_box{
	width:475px;
	float:left;
	margin:0 0 22px 0;
	position:relative;
}

option{
	padding:1px 2px;
}

.security_code, .security_code_inline, .security_code_float, .security_code_float_sm{
	display:block;
	margin:0 0 6px 0;
}
.security_code_inline{
	float:left;
	width:136px;
	margin-right:5px;
}
.security_code_float, .security_code_float_sm{
	float:left;
	width:100px;
	margin:0 16px 6px 5px;
}
.security_code_float_sm{
	width:73px;
	margin:0 5px 0 0;
	padding:2px 0;
	background:#fff;
}

.contact_column_right .input{
	width:116px !important;
}

.text_checkbox{
	position:relative;
	top:3px;
}

.checkbox{
	margin:5px 5px 0 8px;
	float:left;
}
.chk{
	margin:4px 30px 0 0;
	float:left;
}

.checkbox_label{
	float:left;
	width:auto;
	padding:3px 8px 0 0;
	color:#fff;
	font-weight:bold;
	font-size:9px;
}
.chk_label{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 10px 0 0;
}

.bold_table td .chk_label{
	width:80%;
	padding-right:0;
}


.tracker_label{
	width:auto;
	margin:0;
	padding:1px 7px 0 0;
	float:left;
	font-weight:bold;
	font-size:11px;
}
.tracker_input{
	width:146px;
	margin:0;
	padding:2px 3px;
	float:left;
	background:#fff;
	border:solid 1px #fff;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.12);  
	color:#bebebe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
}

.input:focus, .select:focus, .select_wide:focus, textarea:focus, .tracker_input:focus, .currency_input:focus, select:focus, .input_spacer:focus, .input_securitycode{
	color:#333;
	border:solid 1px #999;
}


/* ==== */

.currency_converter{
	position:relative;
	margin:0 0 20px 0;
	padding:0;
}
.currency_converter_icon{
	position:absolute;
	z-index:10;
	top:50%;
	left:50%;
	width:36px;
	height:36px;
	display:block;
	margin:-18px 0 0 -18px;
	font-family:"aia_icons";
	font-size:32px; 
	line-height:36px;
	background:#FEB926;
	-webkit-border-radius: 18px;
	border-radius: 18px; 
	color:#fff;
	text-align:center;
}
.currency_form1, .currency_form2{
	width:48.7%;
	margin:0;
	padding:0;
	float:left;
	background:#434549;
}
.currency_form2{
	float:right;
}
.currency_form_inner{
	padding:18px 0 18px 20px;
}

.currency_label{
	width:100px;
	margin:0;
	padding:2px 0 0 0;
	float:left;
	font-weight:bold;
	color:#fff;
	font-size:11px;
}
.currency_select, .currency_input{
	-webkit-border-radius: 0;
	border-radius: 0;
}
.currency_input{
	width:117px;
}
.currency_select{
	width:125px;
	height:20px;
	cursor:pointer;
}

.map_search_box_col, .map_search_box_col1{
	width:165px;
	margin:0;
	padding:0;
	float:left;
}
.map_search_box_col1{
	width:120px;
}

.map_button{
	width:auto;
	padding:3px 20px;
	margin:0;
}

.grey_bg{
	background:#c8c8c8;
}

.formarea label{
	color:#555555;
}
.formarea label:first-child{
	padding-left:0;
}


.fake_file{
	/*background:url(../images/select_arrow.png) no-repeat 85px 2px;*/
	z-index:40;
	position:relative;
	width:360px;
}
.fake_browse{
	width:100px;
	padding:2px 0;
	position:relative;
	z-index:40;
	background:#bdbdbd;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3d3d;
	font-weight:bold;
	cursor:pointer;
	margin:0 0 0 5px;
	border:none;
}
.tools_page .fake_browse{
	background:#868686;
	color:#fff;
}
.file{
	position:absolute;
	top:-2px;
	left:0;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	zoom: 1;
	z-index:55;
	border:none;
	cursor:pointer;	
	width:100%;
	height:30px;
}

.fake_file_sm{
	width:259px!important;
}

.form_box, .fileholder{	
	overflow:hidden;
	margin:0 0 5px 0;
}
.file_section{
	margin:0 0 22px 0;
}
.fileholder{
	width:50%;
	position:relative;
}

.input_full{
	width:98%;
	float:none;
}


.gal_label{
	cursor:pointer;
	width:96px;
	margin:1px 0 4px 0;
	padding:0;
	float:right;
	text-align:right;
	color:#fbfbfb;
	font-family:"din_med", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
}

.gal_options_sub .gal_label{
	font-size:12px;
	text-transform:none;
}

/**/

.gal_label{
	position:relative;
	margin-right:19px;
	margin-right:0\9;
}

.gal_checkbox{
	margin:2px 0 0 5px;
	padding:0;
	float:right;
	cursor:pointer;
	
	display:none;	
	display:inline-block\9;	
}

.gal_checkbox + label span {
    display:block;
    width:14px;
    height:14px;
    margin:0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
	position:absolute;
	z-index:10;
	top:2px;
	right:-20px;
	
	display:none\9;
}

.gal_checkbox:checked + label span {
    background:url(../images/check_radio_sheet.png) -15px top no-repeat;
}

/*.gal_checkbox{
	margin:2px 0 0 5px;
	padding:0;
	float:right;
	cursor:pointer;
}*/


.popup_button, .cancel_button{
	width:138px;
	margin:6px 12px 0 0;
	padding:3px 0;
	float:left;
	cursor:pointer;
	text-align:center;
	border:none;
	background:#f7bc39;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#3f3f3f;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
.popup_button:hover{
	background:#fbc346;
}
.cancel_button{
	background:#cbcbcb;
}
.cancel_button:hover{
	background:#dad7d7;
}


/**/

.survey-options{
	position:relative;
	margin:0 0 27px 0;
	padding:0 0 0 28px;
}
.num-options{
	width:22px;
	height:22px;
	display:block;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background:#0057a4;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size:11px;
	line-height:22px;
	text-align:center;
	-webkit-border-radius: 11px;
	border-radius: 11px; 
}
.topheader{
	font-size:13px;
	line-height:17px;
	color:#0057a4;
	font-weight:bold;
	margin:0 0 6px 0;
	padding:3px 0 0 0;
}
.topheader span{
	font-weight:normal;
	font-style:italic;
	font-size:10px;
	color:#545454;
}
.txt-options{
	margin:0;
	padding:0 0 0 2px;
}
.survey_label{
	width:auto;
	margin:0;
	padding:4px 0 0 2px;
	float:left;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	color:3515151;
}
.survey_label span{
	font-weight:normal;
	font-style:italic;
}
.survey_table{
	width:100%;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}

.survey_textarea{
	width:536px;
	height:70px;
	margin:0 0 5px 0;
	padding:2px 3px;
	float:none;
	background:#fff;
	-webkit-box-shadow: inset -1px 1px 3px 0px rgba(0, 0, 0, 0.24);
	box-shadow: inset -1px 1px 3px 0px rgba(0, 0, 0, 0.24); 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5c5c5c;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:none; 
}

.survey_submit, .submit_wide{
	width:542px;
	display:block;
	float:none;
	cursor:pointer;
	border:none;
	background:#feb925;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#434549;
	margin:20px 0 10px 0;
	padding:4px 0;
}
.survey_submit:hover, .submit_wide:hover{
	background:#0057a4;
	color:#fff;
}

.submit_wide{
	width:372px;
	margin-left:160px;
}

.full .survey_submit{
	width:99%;
}


/**/

.tools_page .label_autowidth{
	color:#515151;
}

.label_readonly{
	width:auto;
	float:left;
	color:#0057a4;
	font-weight:bold;
	padding:2px 40px 0 0;
}

.tools_label{
	width:160px;
	color:#515151;
	text-transform:uppercase;	
}
.tools_page .label, .tools_page .label_autowidth{
	color:#515151;
	text-transform:uppercase;	
}
.tools_input, .tools_select, .tools_input_date, .search_field, .profile_input{
	width:363px;
	margin:0 0 11px 0;
}
.tools_select{
	width:371px;
}
.tools_input_date{
	width:340px;
	margin-right:2px;
}
.search_field{
	width:300px;
}
.profile_input{
	width:388px;
}

.field_info{
	font-family:"aia_icons";
	color:#969696;
	font-size:30px;
	line-height:21px;
	float:left;
	margin:0;
	cursor:pointer;
	position:relative;
	display:block;
}
.field_info:hover{
	color:#fff;
}
.field_info_bubble{
	width:380px;
	position:fixed;
	z-index:100;
	margin:-90px 0 0 -13px;
	padding:15px 35px 13px 8px;
	font-size:12px;	
	font-style:italic;
	border:solid 1px #aeaeae;
	background: #fec942;
	background: -moz-linear-gradient(top,  #fec942 0%, #fda116 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec942), color-stop(100%,#fda116));
	background: -webkit-linear-gradient(top,  #fec942 0%,#fda116 100%);
	background: -o-linear-gradient(top,  #fec942 0%,#fda116 100%);
	background: -ms-linear-gradient(top,  #fec942 0%,#fda116 100%);
	background: linear-gradient(to bottom,  #fec942 0%,#fda116 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec942', endColorstr='#fda116',GradientType=0 );
	display:none;
	color:#5f5f5f!important;
	font-family:Arial, Helvetica, sans-serif;
}
.field_info_bubble_arrow{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #fda116 transparent transparent transparent;
	position:absolute;
	z-index:20;
	bottom:-7px;
	left:17px;
	display:block;
}
.field_info_close{
	font-family:"aia_icons";
	color:#8f7a45;
	font-size:16px;
	line-height:16px;
	position:absolute;
	display:block;
	z-index:20;
	top:6px;
	right:6px;
	font-style:normal;
}

/**/

.form_alert{
	font-family:"aia_icons";
	font-size:25px;
	color:#828281;
	float:right;
	padding:7px 19px 0 0;
}
.form_alert_message{
	float:right;
	font-style:italic;
	font-weight: bold;
	font-size:12px;
	padding:10px 10px 0 0;
}

.verify_button{
	width:100px;
	margin:9px 0 0 10px;
	padding:2px 0;
	float:right;
	text-align:center;
	cursor:pointer;
	border:none;
	background:#b7b6b4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3f3f3f;
	font-weight:bold;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.verify_button:hover{
	background:#828281;
	color:#fff;
}

.spaced input{
	margin-bottom:11px;
}

/**/

.blue_buttons, .blue_submit, .grey_button, .edit_button{
	margin:8px 0 0 8px;
	padding:4px 20px;
	border:none;
	cursor:pointer;
	background:#0057a4;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight:bold;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}
.blue_buttons:hover, .blue_submit:hover{
	background:#0266be;
}

.blue_submit{
	float:left;
	margin-left:0;
}
.grey_button, .edit_button{
	background:#787878;
}
.grey_button:hover, .edit_button:hover{
	background:#8a8a8a;
}
.edit_button{
	padding:2px 15px;
	float:left;
	margin:0;
}

/**/

.form_section{
	margin:0 0 26px 15px;
	padding:4px 0 0 29px;
	position:relative;
}
.numbering_dot{
	width:22px;
	height:22px;
	display:block;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background:#0057a4;
	color:#fff;
	text-align:center;
	font-size:11px;
	line-height:22px;
	font-weight:bold;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
}

.formline{
	position:relative;
	display:block;
}

.label-left{
	float:left;
	margin:6px 0 0 5px;
}