﻿body {
    margin: 0px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px 0px 0px;
    background-color: #3399cc;
    width: 1000px;
    height: 568px;
}
.maincontent
{
    background-image: url('images/layout/09FPG008_RedemptionPage_v6_01.jpg');
    background-repeat: no-repeat;
    background-color: #3399cc;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 568px;
    border: solid 2px #0066cc;
		position:relative;
}
.copyright
{
    height: 28px;
    width: 950px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 2px #0066cc;
    border-left: solid 2px #0066cc;
    border-right: solid 2px #0066cc;  
    background-color: White;
}
.contentpane
{
    float: right;
    left: 372px;
    margin-top: 48px;
    width: 628px;
    height: 520px;
}
.leftentry
{
    float: left;
    width: 290px;
}
.leftentry img
{
    margin-top: 1px;
    margin-bottom: -4px;
}
.rightentry
{
    float: right;
    width: 315px;
}
.submitentry
{
    padding-top: 10px;
    clear: both;
}

#popUpDiv 
{
    position:absolute;
    background-image: url('images/layout/tpix.png');
    /*background-color:#eeeeee;*/
    width:300px;
    height:300px;
    padding: 10px;
    /*border: Solid 2px #0066cc;*/
    z-index: 9002;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;

}

.innerpop
{
    font-family: Tahoma;
    font-size: 8pt;
    background-color: White;
    width: 280px;
    padding: 10px;
    height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
}

#blanket 
{
    background-color:#111;
    opacity: 0.20;
    filter:alpha(opacity=20);
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}
.closepop
{
    z-index: 9003;
    left: -8px;
    top: -8px;
    position: absolute;
}
 a#facebook {
height:47px;
width:122px;
position: absolute;
display:block;
bottom:5px;
right: 10px;
}
#footer {
width:1000px;
height:40px;
line-height:40px;
background:#fff;
border:2px solid #06c;
border-top:0;
margin:0 auto 20px auto;
font-family:arial, helvetica, sans-serif;
font-size:9px;
color:#acacac;
}
 
#footer p {
display:inline;
margin:0 8px;
}
 
#footer p a {
color:#007ac3;
text-decoration:none;
}