<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding: 0px;
	background: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	height: 388px;
	width: 688px;
}

.header {
	height: 59px;
	background: url(../images/popup_header.jpg) repeat-x;
}

.content {
	margin-top: -5px;
}
.partner_box {
	float: left;
	width: 330px;
	height: 98px;
	margin: 0 0px 10px 12px;
}

.partner_logo {
	width: 110px;
	height: 98px;
	margin-right: 6px;
	float: left;
}	

.partner_text {	
	float: left;
	padding-top: 30px;
	font: 14px Arial;
}

.partner_text a {
	text-decoration: none;
	color: #bc230f;
}

.partner_text a:hover {
	text-decoration: underline;
}

.partner_text a:visited {
	color: #bc230f;
}

.fieldName {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: right;
}

.fieldTextLeft {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: left;
}

.fieldInput {
	border: 1px solid #000;
	font: 13px Arial, Helvetica, sans-serif;
	width: 350px;
}

.fieldInputNS {
	border: 1px solid #000;
	font: 13px Arial, Helvetica, sans-serif;
	
}
.fieldInput:focus {
	background-color: #f5ffd3;
}

.button {
	height: 19px;
	border: 1px solid #000;
	background: url(../images/leftNav_mover.gif) repeat-x;
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	color: #fff;
}

#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px}
	
#msgcontent {
	display:block; 
	background:#f3e6e6;
	border:2px solid #924949; 
	border-left:none; 
	padding:5px;
	min-width:155px; 
	max-width:255px;
	font-size: 11px;}


.clearBoth {
	clear: both;
}

.statusmsg {
	margin: auto;
	margin-top: 10px;
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #3c3c3c;
	width: 90%;
	background-color: #ABE57A;
}

.msgAlert {
	display:block; 
	background:#f3e6e6;
	border:2px solid #924949; 
	padding:5px;
	min-width:155px; 
	max-width:255px;
	font-size: 11px;
}

.emailSent {
	display:block;
	align: center;
	text-align:center;
	font-size: 18px;
	font-weight:bold;
	width: 100%;
	margin-top: 80px;
/*	border: 1px solid #0f0;*/
}	
	

</pre></body></html>