@charset "UTF-8";
/* CSS Document */



sup {
   vertical-align: baseline;
   font-size: 0.8em;
   position: relative;
   top: -0.4em;
}

body {
    margin: 0px 0px;
    padding: 0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}

#container {
position:relative;
width:1000px;
height:705px;
background:url(../images/bkg.jpg) no-repeat #fff;
background-color:#85b2c8;
}

#content {
position:absolute;
top:49px;
left:112px;
}

#blueBar {
position:absolute;
top:447px;
width:776px;
height:105px;
background:#4b97bc url(../images/redeem_bkg.jpg) no-repeat;
color:#fff;
}

#redeemCopy {
position:absolute;
width:537px;
text-align:center;
}

#rotatePics {
position:absolute;
left:566px;
width:220px;
}

.links {
position:absolute;
top:390px;
left:20px;
width:450px;
line-height:normal;
}

.terms {
position:absolute;
top:410px;
left:660px;
width:120px;
font-size:10px;
}

#homeCopy {
position:absolute;
width:450px;
top:1px;
left:1px;
}

#formBox{
position:absolute;
top:25px;
left:468px;
width:290px;
height:auto;
background: url(../images/form-bkg.jpg) no-repeat left top;
padding:22px 0 25px 0;

}

.formCopy {
position:relative;
width:290px;
text-align:center;
color:#fff;
font-size:12px;
font-weight:bold;
z-index:300;
}

#formBox a {
position: relative;
z-index: 500;
}

#confirmCopy {
position:absolute;
width:774px;
top:107px;
left:1px;
}

.congratsBtn {
position:absolute;
left:310px;
}


.wht11 {
	font-size:11px;
	line-height:normal;
	font-weight:normal;
	}
	
#expiredCopy {
position:absolute;
width:774px;
top:124px;
left:1px;
}

#dropDown {
	position:absolute;
	left: 800px;
	top:15px;
}




/* FOOTER */
.copyRight {
position:absolute;
top:560px;
width:400px;
font-size:10px;
}

#footer {
position:absolute;
top:580px;
width:776px;
}

.error {
font-size:11px;
line-height:11px;
color:#ce0000;
}


/* LINKS */
a, a:visited, a:link, a:hover {
   color: #000;
	font-size: 11px;
	text-decoration: underline;
}

a.termsLink, a.termsLink:visited, a.termsLink:link, a.termsLink:hover {
   	color: #000;
	font-size: 10px;
	text-decoration: underline;
}
/*Begin Pop-up classes*/
.popHeadText {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;         
color : #666666;
}

ul {
   margin-top: 0;
   margin-bottom: 0;
}

.popBodyText {
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
color : #666666;
}

.popBodyText a:link, .popBodyText a:visited, .popBodyText a:hover, .popBodyText a:active {
color : #A41E16;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
text-decoration : underline;
}

.bgHorizontalTop { background-color:#DDDDDD; }
.bgHorizontal { background-color:#DDDDDD; }
/*End Pop-up classes*/
