@charset "UTF-8";
/*			.::  ENQUIRY PAGE  ::.			*/
/*											*/
.tabtbl{
	width:100%;
	height:23px;
}
.t_crn{	width:7px;	}
.t_title{
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:11px;
}
.t_title_i{ color:#cacaca;	}

.tab{
	height:23px;
	margin:0px 3px 0px 0px;
	color:#CCCCCC;
}
.tab div.crn{ 	width:7px;	height:23px; }
.tab div.title{ padding:0px 4px; line-height:23px; font-size:11px; font-weight:bolder; background-color:#999999;}
.tab div.l{background:url(../grx/tc_l_a.gif);}
.tab div.r{background:url(../grx/tc_r_a.gif);}
.activeTab{	color:#FFFFFF; }

#fContHolder{ height:0px; overflow:hidden; }

.fTabCont td.col1{ width:33%; text-align:right; }
.fTabCont td.col2{ width:66%; text-align:left; }
.fTabCont td.colMid{ width:100%; text-align:center; vertical-align:middle; }
.formSubH	{ text-indent:32px; font-size:12px; font-weight:bold; }

.formNav{ /*background-color:#FFFBF0;*/
	position:relative;
	width:379px; height:21px;
	margin:10px auto 4px auto;
}
.formNav .nav{ position:absolute; }

.enqNote{ font-size:10px; color:#FFFF00; }

.rq, .rqTipDisplay, .rqTip { font-weight:bolder; font-size:110%;}
.rq, .rqTipDisplay, .rqTip, .rqRed { color:#FC163E;	}
.rqHelp { font-size:inherit; }

.rqTip{
	cursor:help;
	margin:0px 4px;
}

/* JS SPECIAL CASE */
.rqTipDisplay{
	padding:0px 4px;
	cursor:help;
}

.formTip{
	display:none;
	visibility:hidden;
	position:absolute;
	top:0px; left:0px;
	z-index:200;
	/*width:150px;*/
}
.ftip{
	padding:1px 4px 0px 4px;
	border:1px solid #4b4b4b;
	border-bottom:none;
	font-size:11px;
	color:#4b4b4b;
	background:#e3e3e3;
}
.ftip-title{ }
.ftip-text{ }
.ftip-bottom{
	height:6px;
	background: url(../grx/tip-bottom.gif) no-repeat;
}


.enqTick{ background:url(../grx/green-tick-26.gif) no-repeat 35% 0%; padding:2px 0px 0px 0px; }
.enqTick h2{ margin-top:0px; }


