body {
	margin:0 1em 1em 1em;
	color:#000;
	background-color:#FFF;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:small;
	text-align:center;
}
* html body {font-size:12px;}

h2 {
	font-size:1.1em;
	border-top:1px solid #777;
	padding:2px 10px;
}

body #page
{
	width:700px;
	margin:0 auto;
	text-align:left;
	padding-top : 133px;
	background-image:url(header.png);
	background-repeat:no-repeat;
}

form fieldset {
	border:1px solid #7F9DB9;
	margin:1.5em 0;
	padding:1em;
}
form fieldset legend {
	font-weight:bold;
	font-size:1.1em;
}

form label {
	float:left;
	clear:left;
	width:160px;
	text-align:right;
	line-height:1.2em;
	height:1.2em;
	margin:1px 0 0 0;
	padding:4px 0 2px 0;
	font-weight:bold;
}
form .textHolder {
	margin:3px 0 0 170px;
	font-size:1em;
}
form .textHolder input.textField {
	font-size:1em;
	line-height:1.2em;
	width:10em;
}
form .textHolder span {
	font-size:0.8em;
}
form .textHolder input.wTiny {width:5em;}
form .textHolder input.wMed  {width:20em;}
form .textHolder input.wWide {width:30em;}


form .inlineHolder {
	margin:2px 0 2px 170px;
	font-size:1em;
}
form .inlineHolder label {
	float:none;
	clear:none;
	display:inline;
	font-weight:normal;
}

form .multipleIndust  {
	position:relative;
	height:9em;
}
form .multipleResp {
	position:relative;
	height:22em;
}
* html form .multipleIndust, * html form .multipleResp {height:23em;}
form .multipleIndust label,
form .multipleResp label  {
	float:none;
	display:inline;
	font-size:0.9em;
	font-weight:normal;
}
form #industHolder
{
	position:   		relative;
}



#indust1, #indust2, #indust3,
#resp1, #resp2, #resp3 {
	position:absolute;
	/* top:1em; */
		top:0;
}
/*
* html #indust1, * html #indust2, * html #indust3,
* html #resp1, * html #resp2, * html #resp3 {

}
*/
#indust1 {left:2%;	width:30%;}
#indust2 {left:36%;	width:30%;}
#indust3 {left:66%;	width:30%;}

#resp1 {left:0%;	width:33%;}
#resp2 {left:33%;	width:33%;}
#resp3 {left:66%;	width:33%;}

form #levelSelection label {
	font-size:1.1em;
	font-weight:bold;
	float:none;
	display:inline;
	text-align:left;
}
form #levelSelection p {
	padding:0 0 1em 0;
	margin: 0;
}

/* ***** DISCOUNT CODE ****** */
#discountCodeArea {
	margin:1.3em 10em 0.5em 1em;
	font-size:0.9em;
}
#discountValidationText {
	margin:0.2em 0;
	line-height:1.3em;
}


/* ****** PAYMENT ****** */

#paymentBox {
	position:relative;
	height:350px;
}
#paymentBox label {
	float:left;
	clear:left;
	display:inline;
	padding:2px;
	margin:0 0 1px 10px;
	height:1.2em;
	line-height:1.2em;
	text-align:right;
	width:150px;

}
#paymentBox #accountBox {
	float:right;
	clear:right;
	margin:0 0 10px 10px;
	width:260px;
	text-align:center;
}
#paymentBox #accountBox #totalTable {
	width:260px;
	margin:0.5em 0 0 0;
}
#paymentBox #accountBox #totalTable td {
	font-weight:bold;
	font-size:1em;
	text-align:left;
}
#paymentBox #accountBox #totalTable td label {
	margin:0;
}
#paymentBox p {
	margin-left:10px;
}
#paymentBox #payRadio {margin-left:30px;}
#paymentBox input.radioButton {margin-left:5px;}
#paymentBox input.first {margin-left:5px;}

#paymentBox .paymentPanel {
	padding:5px 5px 5px 5px;
	height:180px;
	width:625px;
	position:absolute;
	top:110px;
	left:-999em;
	background-color:#FFF;
}
* html #paymentBox .paymentPanel {top:140px;}


#paymentBox .paymentPanel h3 {
	font-size:1em;
	margin:0 0 0.5em 10px;
}

form #paymentBox input.wTiny {width:3em;}
form #paymentBox input.wMed  {width:10em;}
form #paymentBox input.wWide {width:20em;}

#paymentBox #paymentCreditCard {
	left:0;
}
#paymentBox #ccDate {
	margin-left:80px;
	padding:1px 0;
}
#paymentBox #ccDate select {
/*	border:1px solid #000; */
}
#paymentNote {
	margin-top:195px;
	text-align:center;
	font-weight:bold;
}
#paymentBox address {
	font-style:normal;
	margin:1em 0 1em 1.5em;
}
#paymentBox select
{
	margin:0px 6px 2px 0;
	
}
#paymentBox input.textField {
	margin:0px 0 2px 0px;
	display:inline;
}
#paymentBox #paymentCreditCard label {
	padding:2px 10px 2px 0;
	width:150px;
}

#paymentBox #paymentCreditCard span {
	display:block;
	margin-left:170px;
	padding:2px;
	font-size:0.75em;
}
#paymentBox #paymentCreditCard #cvvlink {
	font-size:0.8em;
	text-decoration:none;
	float:right;
	margin:5px 340px 0 0;
	color:#00F;
}
* html #paymentBox #paymentCreditCard #cvvlink {margin:5px 330px 0 0;}

#cvvlink:hover {
	text-decoration:underline;
}