
/*-------------------------- GLOBAL --------------------------*/

* html html {
	height: 							100%;
}
body {
	background:							#fff;
	font:								normal 0.7em arial,helvetica,sans-serif;
	color:								#000000;
	margin:								0;
	padding:							0;
	text-align:							center;
}
* html body {
	height: 							100%;
}
img {
	border:								0px;
}
a, a:link {
	color:								#000000;
	text-decoration:					none;
	text-decoration:					underline;
}
a:hover {
	color:								#17404c;
}
.cDiv {
	clear:								left;
}
.cDivBoth {
	clear:								both; 
}
.cDivHidden {
	line-height:						1px;
	font-size:							1px;
	clear:								both;
	height:								0px;
}
* html .cDivHidden {
	margin-top:							-1px;
}
.floatLeft {
	float:								left;
}
.floatRight {
	float:								right;
}
.hide {
	display:							none!important;
}
.show {
	display:							inline!important;
}
.display {
	display:							block!important;
}
.posRel {
	position:							relative!important;
}
.btmMar {
	margin-bottom:						10px!important;
}
.noBtmMar {
	margin-bottom:						0px!important;
}
.btmMarLarge {
	margin-bottom:						16px!important;
}
.topMar {
	margin-top:							13px;
}

.darkBlue p, .litBlue p {
	width: 100%;
}
.leftMar {
	margin-left:						15px;
	text-align:							right;
}

h1, h2, h3, h4, h5, h6, p {
	margin:								0;
	padding:							0;
	text-align:							left;
	font-size:							1em;
}

h2 {
	color:								#ce2127;
	font-size:							22px;
	margin:								0;
}


/*-------------------------- STRUCTURE --------------------------*/

div#globalWrap {
	background:							#fff;
	margin:								0 auto;
	text-align:							left;
	width:								878px;
	padding:							0 0 40px 0;
}

.formWrapper {
	width:								581px;
	background:							#fff;
}

.formHdr {
	width:								581px;
	background:							#e5e5e5;
	height:								46px;
	margin-bottom:						8px;
	padding:							19px 0 0 16px;
	widt\h:								565px;
	heigh\t:							27px;
}

.preFormText {
	background:							#cbdce6;
	width:								579px;
	color:								#010204;
	padding:							13px 70px 11px 15px;
	border-top:							1px solid #e3ecf3;
	border-right:						1px solid #e3ecf3;
	border-left:						1px solid #e3ecf3;
	widt\h:								494px;
}

.termsBlock {
	background:							#cbdce6;
	width:								579px;
	color:								#010204;
	padding:							13px 0px 11px 15px;
	border-top:							1px solid #e3ecf3;
	border-right:						1px solid #e3ecf3;
	border-left:						1px solid #e3ecf3;
	widt\h:								564px;
}

.introTextRed {
	color:								#ce2127;
	font-weight:						bold;
}

.formFields {
	background:							#e3ecf3;
	width:								581px;
	padding:							21px 0px 11px 15px;
	widt\h:								566px;
}

td.logCell_1 {
	width:								95px;
	vertical-align:						middle;
	height:								30px;
}
td.logCell_2 {
	width:								301px;
	height:								30px;
}
td.logCell_3 {
	width:								71px;
}
td.logCell_4 {
	width:								83px;
}

td.regCell_1 {
	width:								164px;
	vertical-align:						middle;
	height:								30px;
}
td.regCell_2 {
	width:								204px;
	height:								30px;
}
td.regCell_3 {
	width:								197px;
	height:								30px;
}

label.terms {
	margin-bottom:						10px;
	display:							block;
}

.litBlue {
	background:							#e3ecf3;
	width:								581px;
	padding:							21px 0px 11px 15px;
	widt\h:								566px;
}
.darkBlue {
	background:							#ccdbe8;
	border-left:						1px solid #e3ecf3;
	border-right:						1px solid #e3ecf3;
	width:								579px;
	padding:							21px 0px 11px 15px;
	widt\h:								564px;
}

.litBlue p, .darkBlue p {
	margin-bottom:						24px;
}

table.fiveCol, table.fourCol, table.twoCol, table.oneCol {
	width:								100%;
}
table.threeCol {
	width:								98%;
}
table.fiveCol tr, table.fourCol tr, table.twoCol tr, table.oneCol tr, table.threeCol tr{
	height:								24px;
	padding:0;
}
table.fiveCol td, table.fourCol td, table.twoCol td, table.oneCol td, table.threeCol td{
	padding:0;
}

table.fiveCol td {
	width:								20%;
	text-align:							left!important;
	padding:0;
}

table.fourCol td {
	width:								25%;
	text-align:							left!important;
	vertical-align:						top;
	padding:0;
}

table.twoCol td {
	width:								50%;
	text-align:							left!important;
	padding:0;
}

table.oneCol td {
	width:								100%;
	text-align:							left!important;
	padding:0;
}

table.threeCol td {
	width:								33%;
	text-align:							left!important;
	padding:0;
}


.btmBorder {
	padding-bottom:						10px;
	border-bottom:						1px solid #000;
}

/* INPUT ELEMENTS */

input, textarea, select {
	font:								normal 1em arial,helvetica,sans-serif;
	color:								#17404c;
}

input.inputLng {
	background:							#fff;
	border:								1px solid #a5acb2;
	width:								184px;
	height:								20px;
	padding:							3px 0 0 3px;
	widt\h:								181px;
	heigh\t:							17px;
}

input.inputShrt {
	background:							#fff;
	border:								1px solid #a5acb2;
	width:								165px;
	height:								20px;
	padding:							3px 0 0 3px;
	widt\h:								162px;
	heigh\t:							17px;
}

select.inputDropdown {
	background:							#fff;
	width:								187px;
	height:								20px;
	border:								1px solid #a5acb2;
}

a.login {
	background:							url(../images/btnLogin.gif) no-repeat 0 0;
	display:							block;
	width:								75px;
	height:								38px;
	
}

a.submit {
	background:							url(../images/btnSubmit.gif) no-repeat 0 0;
	width:								71px;
	height:								18px;
	display:							block;
	margin-top:							8px;
}

a.register {
	background:							url(../images/btnRegister.gif) no-repeat 0 0;
	display:							block;
	width:								93px;
	height:								38px;	
}

input.radio {
	padding:							4px 0 0 0;
}

span.error {
	color:								#f00;
}
