/* 
        author: istockphp.com
*/
#backgroundPopup { 
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;	
    top:0px;  
    left:0px;
}
#toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #790000;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 800px;
    z-index: 2;
}
div.loader {
    background: url("../images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 100px;
    width: 100px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.close {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 13px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 16px;
    position: relative;
    width: 30px;
}

div#popup_content {
    margin: 4px 7px;
}
.topopup {
    float: left;
    margin-top: -56px;
    margin-left: 5px;
}
.topopup:hover{
    text-decoration: none;
}
.ttn {
    margin: 15px auto 10px auto;
    width: 405px;
}
