html, body {
    background:url("images/top_bg.png") repeat-x scroll left top #FFFFFF;
    margin:0 auto;
    padding:0;
}

#header {
    height: 35px;
}

#advertisement {
    text-align:center;
    border:solid 1px gray;
    margin-left:100px;
    margin-right:100px;
    padding:10px
}


#content {
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:22px;
}

#content .optinbox {
    background:none repeat scroll 0 0 #EDEDED;
    border:1px solid #AAAAAA;
    padding:20px 10px;
}

#content-optinbox form{
    text-align: center;
}

#content .bottom-shadow {
    background:url("images/bottom-shadow.gif") no-repeat bottom center transparent;
    margin-top:-6px;
}

.privacypolicy {
    font-size:12px;
    line-height:16px;
}

#image-box {
    background: #EFEFEF;
    border-left:1px solid #ADADAD;
    border-right:1px solid #ADADAD;
    width:317px;
    margin-bottom:-2px;
    text-align:center;
}

.bordered-box-top {
    background: url('images/opt-in-box-top.png') no-repeat scroll 0pt 100% transparent;    
}

.bordered-box-bottom {
    background: url('images/opt-in-box-bottom.png') no-repeat scroll 0pt 100% transparent;
}

#optinbox {
    margin-left:-13px;
    position:relative;
}

#optin-top {
    background: url('images/optin-top.png') no-repeat scroll 0pt 0pt transparent;
    height:145px;
    
}

#optinbox .boxwrapper {
    background-color: #EFEFEF;/* url('images/side-arrow.png') no-repeat scroll 0pt 0pt #EFEFEF;*/
    border:1px solid #ADADAD;
    border-top:none;
    border-bottom:none;
    margin-left:13px;
    margin-right:21px;
    margin-top:0px;
    padding-top:12px;
    padding-left:12px;
    padding-right:10px;
}

#optin-arrow {
    position:absolute;
    right:6px;
    top:120px;
}

#border-under-optin {
    margin-left:13px;
    margin-top:-2px;
}

.next-to-arrow {
    margin-right:90px;
    margin-bottom:7px;
}

.shinebutton {    
    background-color:transparent;
    background-image:url("images/shine_button.gif");
    background-position:center center;
    border:medium none;
    height:63px;
    width:233px;    
}

input[type=text] {
    width: 190px;
    border: 3px solid rgb(51, 51, 51);
    font-size: 16px;
    padding: 6px 3px;
    margin-bottom:5px;
}


.shinebutton:hover {
    
    background-image:url("images/shine_button_hover.gif");
    cursor: pointer;
}
