html {
	height:100%;
	margin-bottom:1px;
	margin:0px;
	padding:0px;
}
body {
	background:#3e3e3e;
	font:Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0px;
	padding:0px;
}

.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	color:#990000;
	text-align:left;
}
.box {
	width:289px;
	background: url(../images/box-btm.gif) no-repeat bottom;
	padding:0px;
	margin:0px;
}

.boxtop {
	width:269px;
	background: url(../images/box-top.gif) no-repeat top;
	padding:10px;
	margin:0px;
}
.boxinfo {
	color:#FFFFFF;
	font: 13pt Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.inputs {
	width:263px;
	height:30px;
	background-image:url(../images/bg-input.gif);
}
input {outline: none;}
.arrow {
	background:url(../images/arrow.gif) center right;
	height:78px;
}
.arrowtext {
	color:#004b7e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	padding:13px 20px 0px 5px;
}
.texttop {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.text a,
.text a:active,
.text a:visited,
.text a:link {color:#333333;}
.textwht {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:5px;
}
.textwht a,
.textwht a:link,
.textwht a:active,
.textwht a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.textwht a:hover {text-decoration:underline}
form {
	padding:0px;
	margin:0px;
	font-style: italic;
	font-size: 12px;
}


#extra-popup {
	display:none;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 82px;
	width: 100%;
	background: url(../img/popupbackground.gif) repeat-x;
	color: #ffffff;
	z-index: 200;
}
* html #extra-popup, * html #close-popup {
	position:absolute;
}
#inner-popup {
	position: relative;
	width: 950px;
	height: 82px;
	margin: 0 auto;
}
#close-popup {
	display: none;
	position: fixed;
	bottom: 82px;
	right: -1px;
}
#inner-popup .message {
	position: absolute;
	top: 0;
	left: 0;
}
#inner-popup form {
	position: absolute;
	bottom: 6px;
	left: 120px;
	height: 25px;
	width: 500px;
}
#inner-popup form label {
	position: relative;
	top: 1px;
	font-weight: bold;
	font-size: 16px;
}
#inner-popup form input {
	height: 18px;
	width: 132px;
	line-height: 14px;
	margin: 0 0 0 5px;
	padding: 2px 5px;
	border: 0;
	background: url(../img/signupboxback.gif) no-repeat;
	color: #004b7e;
}
#inner-popup form img {
	position: absolute;
	bottom: 1px;
	left: 210px;
}

 
/*--Making IE6 Understand Fixed Positioning--*/
 
*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}
 
*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}
/******************************************************************/
.box .boxtop #icpsignup4329 #SignUp .signupframe tr td {
	color: #FFF;
}
.box .boxtop #icpsignup4329 #SignUp .signupframe tr td {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
#icpsignup4329 #SignUp .signupframe tr td div {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

