﻿/*=============>> PASS GUARANTEE LANDING PAGE CSS <<============*/
/*=============================================================*/
#passGuaranteeMain {
    width:966px;
    height:auto;
    text-align: left;
}
.passGuaranteeTop {
    float:left;
    width: 100%;
    height: 142px;
    background: url(/images/legal/legal-bg-top.jpg) top left no-repeat;
}
.passGuaranteeCopy {
    float:left;
    width:100%;
    height:auto;
    background: url(/images/legal/legal-bg-repeat.jpg) top left repeat-y;
    position: relative;
}
.passGuaranteeCopy .inner {
    float:left;
    width: 700px;
    margin:0 0 0 120px;
    _margin:0 0 0 60px;
}
.passGuaranteeCopy  .titleImg {
    float:left;
    clear:both;
    margin:0 250px 15px 0;
}
.passGuaranteeCopy .sealImg {
    position: absolute;
    top: -30px;
    right: 70px;
}
.passGuaranteeCopy p {
    float:left;
    width:100%;
    font:12px Arial;
    color:#333333;
    margin: 0 0 15px 0;
}
.passGuaranteeCopy p a{
    font:12px Arial;
    color:#9999cc;
    text-decoration: underline;
}
.passGuaranteeBottom {
    float:left;
    width: 100%;
    height: 132px;
    background: url(/images/legal/legal-bg-btm.jpg) top left no-repeat;
}

/*=============>> MONEY BACK LANDING PAGE CSS <<============*/
/*=============================================================*/
#moneyBackMain {
    width:966px;
    height:auto;
    text-align: left;
}
.moneyBackTop {
    float:left;
    width: 100%;
    height: 142px;
    background: url(/images/legal/legal-bg-top.jpg) top left no-repeat;
}
.moneyBackCopy {
    float:left;
    width:100%;
    height:auto;
    background: url(/images/legal/legal-bg-repeat.jpg) top left repeat-y;
    position: relative;
}
.moneyBackCopy .inner {
    float:left;
    width: 700px;
    margin:0 0 0 150px;
    _margin:0 0 0 65px;
}
.moneyBackCopy  .titleImg {
    float:left;
    clear:both;
    margin:0 0 15px 0;
}
.moneyBackCopy .sealImg {
    position: absolute;
    top: -30px;
    right: 70px;
}
.moneyBackCopy p {
    float:left;
    width:100%;
    font:12px Arial;
    color:#333333;
    margin: 0 0 15px 0;
}
.moneyBackCopy p a{
    font:12px Arial;
    color:#9999cc;
    text-decoration: underline;
}
.moneyBackBottom {
    float:left;
    width: 100%;
    height: 132px;
    background: url(/images/legal/legal-bg-btm.jpg) top left no-repeat;
}


html, body 
{
	padding: 0px; 
	margin:0px; 
	font:11px Verdana; 
	color:#000000; 
	text-align:justify;
}
#money_back_htm
{
	width:784px; 
	height:597px; 
	background:url(/images/details/moneyback_bg.jpg) no-repeat top left; 
	margin:0px;
}
#money_back_htm_inner 
{
	padding:190px 80px 0 100px;
}

