@charset "UTF-8";
/* CSS Document */
div,body,html{
	padding:0;
	margin:0;
}
h1{
	font-size: 2.0em;
	color: #999;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 700; 
	font-style: normal;
}

h2{
	font-size: 1.5em;
	color: #999;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 700; 
	font-style: normal;
}


#enrollmemberform{
	position:absolute;
	padding:24px;
	background:#FFF;
	width:914px;
	height:auto;
	margin:auto;
	margin-top:400px;
	
	box-shadow: 2px 2px 2px #aaa;
}

#memtable{
		position:absolute;
	padding:24px;
	background:#FFF;
	width:866px;
	height:auto;
	margin-left:26px;
	margin-top:400px;
	
	box-shadow: 2px 2px 2px #aaa;
}

#memtable_info{
		position:absolute;
	padding:24px;
	background:#FFF;
	width:866px;
	height:auto;
	margin-left:26px;
	margin-top:400px;
	
	box-shadow: 2px 2px 2px #aaa;
}

#chosenmember{
		position:relative;
	padding:24px;
	width:866px;
	height:auto;
	margin-left:26px;
	margin-top:25px;
	
}
#offersemptymessage{
	font-size: 0.7em;
	color: #999;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
}

#memtable table{
	font-size: 1.6em;
	color: #444;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
}
#memtable table th{
	color:#C30;
	font-weight:400;
	text-align:left;
}
#memtable table td img{
	padding-left:20px;
}
#memtable table td{
	border-left: 1px solid white;
}

#memtableinfo_tab{
	font-size: 1.6em;
	color: #444;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
}
#memtableinfo_tab th{
	color:#C30;
	font-weight:400;
	text-align:left;
}
#memtableinfo_tab td img{
	padding-left:20px;
}
#memtableinfo_tab td{
	border-left: 1px solid white;
}

#enrollmemberform table{
	font-size: 1.4em;
	color: #444;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
}
.tabletitle{
	font-size: 1.4em;
	color: #C30;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	margin-bottom:13px;
}

#background{
	position:absolute;
}
#topimage{
	position:relative;
	margin-left:26px;
	padding-top:171px;
}
#mainbuttons{
	position:absolute;
	margin-top:490px;
	margin-left:180px;
}
#maincontent{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.mbutton{
	margin-top:41px;
}
#enrollformbuttons{
	float:right;
}

.memberoffer{
	margin-top:15px;
	margin-left:35px;
	width:940px;
	height:auto;
}
.offer{
	float:left;
	margin-top:15px;
	margin-right:10px;
	width:200px;
	height:auto;
	
}
.offerreq{
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	color:#999;
}
.offertype{
	font-family: helvetica, arial, sans-serif;
	font-size:45px;
	color:#222;
}
.offertext{
	font-family: helvetica, arial, sans-serif;
	font-size:24px;
	color:#000;
}
.offerimage{
	float:left;
}
.offerdivline{
	float:left;
	height:220px;
	width:1px;
	margin-left:14px;
	margin-right:14px;
	background:#999;
}
.offerredeem{
	float:left;
	height:50px;
	width:150px;
}
#killfloat{
	clear:both;
}

#hdivider{
	width:80%;
	text-align:center;
	height:1px;
	background-image:url(commonassets/hline.jpg);
	margin:auto;
	margin-top:25px;
}

#hdividerlight{
	width:80%;
	text-align:center;
	height:1px;
	background-image:url(commonassets/hlinelight.jpg);
	margin:auto;
	margin-top:25px;
}
#memextrainfo{
	position:absolute;
	padding:15px;
	width:530px;
	height:auto;
	background-color:#e5e5e5;
box-shadow: 2px 2px 2px #aaa;
}
#memextrainfo table{
	font-family: helvetica, arial, sans-serif;
	font-size:20px;
	color:#333;
}
.lightgrey{
	background-color:#e5e5e5;
}
.greylab{
	color:#666;
}
#backbutton{
	position:absolute;
	left:25px;
	top:80px;
}
#greeting{
	font-family:"Times New Roman", Times, serif;
	font-size:50px;
	color:#000;
	width:auto;
	text-align:center;
	position:relative;
	padding-top:25px;
	
}

#subgreeting{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#000;
	font-style:italic;
	width:auto;
	text-align:center;
	position:relative;
}

#hline{
	position:relative;
	width:916px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	background-color:#000;
	height:1px;
}
