html, body {
	height: 100%;
	margin: 0;
	background-color: #fff; 
	font-family: Arial;
	color: #000;
}
#fwMain {
	display: block; position: absolute;
	width: 1024px; height: 100%;
	left: 50%; margin-left: -512px;
	top: 0px;
}
#fwUpperStripe {
	display: block; position: absolute;
	width: 1024px; height: 166px;
	top: 0px; left: 0px;
	background: url(images/FW-STRIP.jpg) no-repeat;
}
#fwUpperLogo {
	display: block; position: absolute;
	width: 400px; height: 75px;
	top: 180px; left: 312px;
	background: url(images/FW-LOGO.png) no-repeat;
}
#fwUpperInfo {
	display: block; position: absolute;
	width: 1024px; height: 35px;
	top: 275px; left: 0px;
	background: #00b2df;
	text-align: center;
	color: #fff;
	line-height: 35px;
	font-size: 1.1em;
}
#fwUpperInfo span {
	padding: 0px 20px;
}
#fwMainDataWrapper {
	display: block; position: absolute;
	width: 1024px; height: 360px;
	top: 340px;left: 0px;
}
.fwPanel {
	display: block; position: absolute;
	height: 350px;
}
#fwLeftPanel {
	left: 0px;
	width: 127px;
	overflow: hidden;
	display: none;
}
#fwMiddlePanel {
	left: 127px;
	width: 770px;
	/*background: green;*/
}
#fwRightPanel {
	left: 897px;
	width: 127px;
	background: blue;
}
#tblPanel {
	width:100%; height:80px;
}	
.tdPanel {
	text-align: center;
	vertical-align: top;
	width: 25%;
}
.activeArrow {
	background: url(images/arrowDown.png) no-repeat;
	background-position-x: 50%;
	background-position-y: 93%;
}
.btnPanel {
	padding: 0px 8px;
	cursor: pointer;
	color: #000;
}
.spnPanelActive {
	border: 2px solid #71c9df;
	border-style: none solid solid solid;
	color: #00b2df;
}
.tabbedDiv {
	width: 764px; height: 264px;
	display: none;position: absolute;
	top: 80px; left: 0px;
	overflow-y: scroll;
	border-image: url(images/wLdVc_1.png) 2 round;
}
.activeTabDiv {
	display: block;
}
.niceTxt {
	padding: 15px;
	text-align: justify;
	font-size:0.8em;
}
#fwFooter {
	display: block; position: absolute;
	width: 100%; height: 60px;
	left: 0px; top: 355px;
}
#tblFooter {
	width: 100%;
	text-align: center;
	font-size: 0.6em;
}
#showTermsOfUse {
	float: right;
}
#showPrivacyPolicy {
	float: left;
}
.link {
	cursor: pointer;
}
.smallestTD {
	width: 1px;
}
#tblFactoringPanel {
	width: 100%; height: 200px;
	display: block; position: absolute;
	top: 80px;
	font-size: 0.9em;
}
#tblFactoringPanel tr td {
	border:2px solid #666;
	border-style: none none solid none;
}
.noBrdr{
	border-style: none none none none!important;
}
.lftPanelBtns {
	cursor: pointer;
}
.activeLeftTab {
	color: #00b2df;
}
#messageWrapper,#messageWrapperZ {
	display: none; position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 999;
}
#messageWrapper,#messageWrapperZ {
        z-index: 10000;
}
#messageBox,#messageBoxZ {
	display: block; position: absolute;
	width: 500px; height: auto;
	top: 25%; left: 50%; margin-left: -250px;
	border: 2px solid #999;
	text-align: center;
	z-index: 10009;
	background: #fff;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#messageBoxZ {
	width: 1000px; margin-left: -500px;
	top: 8%; height: 500px;
	overflow-y: scroll;
}
#messageBox p{
	text-align: center;
	padding: 15px;
}
#messageBoxZ p{
	text-align: left;
	padding: 15px;
}

#ContactUsTab {
	background: #d8ecf4;
}
.tblContactUs {
	width: 50%;height: 80%;
	float: left;
	padding: 10px;
}
.tdLabel {
	width: 90px;
	vertical-align: top;
}
#message {
	resize: none;
	height: 100%;
	width: 100%;
	outline-color: #00b2df;
}
.txtN {
	width: 100%;
	line-height: 2em;
	font-size: 1.1em;
	outline-color: #00b2df;
}
#tblContactUsGo {
	width: 100%;height: 20%;
	text-align: center;
}
#btnContactUsSend {
	width: 100px;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #666;
	display: inline-block;
	color: #fff;
	padding: 5px;
	background: rgb(212,228,239);
	background: -moz-linear-gradient(top,  rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,228,239,1)), color-stop(100%,rgba(134,174,204,1)));
	background: -webkit-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 );
}
#btnContactUsSend:active {
	border: 1px solid #666;
}
.indentT {
	text-indent: 10px;	
}
