

/* ####################################### */
/* ############## =ENQUIRIES ############# */
/* ####################################### */

/* MAIN LAYOUT
------------------------------------------------*/
.f1 {
	width: 250px;
	overflow: hidden;
	
	background	: transparent url(/images/body_bg_wrap.gif) repeat-x scroll left -60px;
	padding		: 10px;
	border-top	: #0CBFFF solid 1px;
	/*
	background: transparent url(/images/body_bg_wrap.gif) repeat-x scroll left top;
	padding: 10px 20px;
	border: 1px solid #006699;
	*/
	margin: 6.2em 0 4em;
}

.f1 .fs-container {
	margin-bottom: 2px;


}

.f1 .fs-container fieldset {
/*	border: 1px solid #006699;*/
	border: 0;
/*	border-top: 1px solid #e1e1e1;*/
}

.f1 .f-block {
	display: block;
	clear: both;
	margin: 0 0 1.0em 0;
	width: 95%;
}


/* ITEMS
------------------------------------------------*/
.f1 .fs-container fieldset legend {
	font-size: 1em;
	color: #193962;
	font-weight: bold;
}

.f1 .f-block label {
	float: left;
	margin-right: 30px;
	padding: 0.2em 0;
	font-size: 0.9em;
}

.f1 .f-block input {
/*	font-size: 1.4em !important;*/
	float: left;
	width: 242px;
	border: 1px solid #999;
	margin-top: 5px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	background: #fff url(/images/form_input_bg.gif) repeat-x top left;
	padding: 0.3em 0.2em;
	vertical-align: middle;

}

.f1 .f-block textarea {
	width: 242px;
	height: 150px;
	border: 1px solid #999;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	background: #fff url(/images/form_input_bg.gif) repeat-x top left;
	padding: 0.3em 0.2em;
}

/* SUBMIT AREA
------------------------------------------------*/
.f-submit-unit {
	padding: 0 !important;
	margin: 0 !important;
}

.f-submit-unit button {
	width: 100px;
	/*padding: 5px;*/
	background: #02bbfe url(/images/button_bg.gif) repeat-x right top;
	color: #fff;
	border: 1px solid #333;
	cursor: pointer;
}

.f-submit-unit button:active {
	background: #e7e7e7;
	color: #999;
	border: 1px solid #666;
}

/* HIGHLIGHTING
------------------------------------------------*/

.f1 .f-block input:focus,
.f1 .f-block textarea:focus {
	border: 1px solid #02BCFF;
	background: #fff url(/images/form_input_bg_hover.gif) repeat-x top left;
}

.f-required {
	background: url(/r/i/f/f-required.gif) no-repeat 0px top;
}

.e-panel-c div.f1 {
	/*line-height: 1.2em;*/
}


.e-panel-c .f1 .f-block label {
	padding-top: 10px;
}

.e-panel-c div.f-required {
	background: none;
}

.e-panel-c div.f-required input {
	background: url(/images/f-required.gif) no-repeat right top;
}

.e-panel-c div.f-missing input {
	border: #8a1e02 solid 1px;
}


.e-panel-c div.f1 div.fs-container textarea {
	margin-top: 30px;
	font-weight: normal;
	font-size: 1.1em;
}

.e-panel-c div.f1 div.fs-container fieldset legend {
	font-weight: normal;
}

.e-panel-c div.f1 div#__fsc_your_details fieldset legend {
	font-weight: bold;
}


.e-panel-c div.ccbox-outer {
	margin: 10px 0px -41px 0px;
}

.e-panel-c div.ccbox {
	width: 271px;
	margin: 0;
}





/* SPECIAL CASES
------------------------------------------------*/

.f-area label {
	position: absolute;
}



