.popup {
    
    background-color: #ffffff;
    color: #888888;
    /*height: 245px;*/
    height: 55%;
    /*left: 100%;*/
    left: 30%;
    /*padding: 20px;*/
    position: fixed;
    /*position: relative;*/
    right: 30%;
    top: 25%;
    /*width: 550px;*/
    width: 60%;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
    /*
    background-color: #ffffff;
    color: #888888;
    height: 345px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 550px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;*/
}


.popup2 {
    background-color: #ffffff;
    color: #888888;
    height: 510px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 15%;
    width: 680px;
    z-index: 1999;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity:0.5;
}

a.close {
    background: url("cancel.png") ;
    /*background: url("cancel.png") repeat scroll left top transparent;*/
    cursor: pointer;
    float: right;
    height: 26px;
    left: 20px;
    position: relative;
    top: -15px;
    width: 26px;
}
