<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: url("../images/body_bg.png") repeat scroll center top transparent;
    margin:0px;
    padding:0px;
    color:#777777;
	font-family: helvetica;
}
a {
	color: rgb(255,150,0);
}
h1 {
    font-size: 45px;
}
h1, h2 {
    padding:0px;
    margin:0px;
    color:black;
}
P {
    margin:0px;
    padding:0px;
}

#logo_wrapper {
    width:980px;
    margin:0px auto;
    padding:0px;
    height:185px;
}
#content_wrapper {
    width:980px;
    margin:0 auto;
}
#content {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px;
    height: auto;
    margin-top: 25px;
    overflow: auto;
    width: 100%;
}
#content p {
    font-size:17px;
	color: rgb(50,50,50);
}
#giftcards {
    background: url("../images/giftcards.png") no-repeat scroll center top transparent;
    height: 238px;
    margin-left: 550px;
    margin-top: 16px;
    position: absolute;
    width: 400px;
    z-index: 10;
}
#site_logo {
    background: url("../images/logo.png") no-repeat scroll center top transparent;
    height: 66px;
    position: relative;
    top: 75px;
    width: 375px;
}
.nav_menu {
    color: white;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 4px;
    opacity: 0.8;
}
.nav_menu:hover {
    opacity: 1;
}

#header {
    background: url("../images/nav_menu_bg.png") repeat-x scroll center top transparent;
    height: 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}
#nav_menu_wrapper {
    
    overflow: auto;
    width:980px;
    margin:0px auto;

}
#nav_menu_wrapper a{
    text-decoration:none;
    color:white;
}
#footer_seperator {
    background: url("../images/footer_seperator.png") no-repeat scroll center top transparent;
    height: 2px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 980px;
}
#apps_block {
    background: url("../images/apps_icon.png") no-repeat scroll center top transparent;
    height: 69px;
    margin: 20px 0;
    width: 981px;
}
#notes_block {
    background: url("../images/notes_block_bg.png") no-repeat scroll center top transparent;
    height: 176px;
    width: 982px;
    padding-top: 15px;
}
.left_col {
    float: left;
    padding: 25px;
    width: 430px;
}
.left_col p {
    line-height:24px;
}
.right_col {
    width:430px;
    padding:25px;
    float: right;
}
.content_seperator {
    background: url("../images/itune_content_seperator.png") no-repeat scroll center top transparent;
    height: 2px;
    width: 423px;
}

.simple_steps_list {
    list-style: none outside none;
    margin: 0 0 60px 50px;
    padding: 0;
}
.simple_steps_list li {
    color: #999999;
    font-family: arial;
    font-size: 23px;
    height: 33px;
    margin: 15px 0;
    padding: 0;
}
.simple_steps_list li img {
    display: block;
    float: left;
}
.simple_steps_list li span {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    padding-bottom: 0;
    position: relative;
    top: 0;
}
#signup_form input[type=checkbox] {

}
#signup_form_submit {
    background: url("../images/signup_button.png") no-repeat scroll center top transparent;
    border: medium none;
    color: transparent;
    cursor: pointer;
    height: 41px;
    margin-left: 71px;
    margin-top: 10px;
    width: 222px;
    opacity: 0.9;
}
#signup_form_submit:hover {
    opacity: 1;
}
#tos_agreement {
    margin: 20px auto;
    width: 318px;
    font-size:14px;
}
#signup_form {
    margin: 20px auto;
}
#signup_form th {
    color:#666666;
    
}
#signup_form a {
    text-decoration:none;
}
#do_you_know_list {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 0;
    overflow: auto;
    padding: 0;
}
#do_you_know_list li {
    float: left;
    list-style: none outside none;
    padding: 15px;
    width: 195px;
}
#footer {
    margin-bottom:40px;
}
/*
#signup_form_bg {
    background: url("../images/signup_form_bg.png") no-repeat scroll center top transparent;
    height:401px;
    
} 
*/

/****************************************************************
 *     proof.php
*****************************************************************/
#proof_content_wrapper {
    padding:25px;
}
#proof_content_wrapper p {
    font-size:13px;
}
.proof_date {
    color: blue;
    margin-bottom: 4px;
    text-indent: 4%;
}

.proof_text {
    margin-bottom: 4px;
    text-indent: 10%;
}

.proof_description {
    color: forestgreen;
}

.proof_code {
    font-weight: 500;
    margin-bottom: 25px;
    text-indent: 10%;
}

/************************************************************************
 *          activation.php
 ***************************************************************************/
.activation_msg {
    padding: 25px 25px 50px;
}




/************************************************************************
 *          faq.php
 ***************************************************************************/
#faq_content_wrapper {
    padding:30px;
}
#faq_content_wrapper p {
    font-size:17px;
}
.question:first-letter, .answer:first-letter {
    color: black;
    font-weight: bold;
}
#faq_content_wrapper p.question {
	color: rgb(79,160,250);
	font-size:18px;
}
.question {
    margin-bottom:10px;
}
.answer {
    margin-bottom:30px;    
}</pre></body></html>