body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: relative;
    color: #9a9a9a;
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#dollar-popup{
    
    text-align: left;
   

}
.popup-top{
    position: relative;
}
.popup-top{
    width:800px;
    height:63px;
    background:  url("../images/lightbox-top.png") no-repeat;
}
.popup-bottom{
    width: 800px;
    height: 15px;
    background:  url("../images/lightbox-bottom.png") no-repeat;
}
.popup-left{
    width: 300px;
    float:left;
    padding: 40px ;
}
a#close-link{
    float:right;
    margin: 20px 20px 0px 0px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    display:block;
    text-decoration: none;
    width: 65px;
    height: 20px;
    padding-top:10px;
    padding-left: 5px;
    z-index: 10;
    background: url("../images/close.gif") no-repeat;
}
a#close-link:hover{
    background-position: -81px 0;
}
.popup-middle{
    background-color: #fff;
	width: 798px;
}
.popup-right{
    width: 400px;
    float: left;
	text-align:center;
}
.clear-both{
    clear:both;
}

