.popup-box {
    position: absolute;
    border-radius: 5px;
    background: url('../img/pop_bg2.png') no-repeat;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;
    color: #fff;
    height: 407px;
}
 
.popup-box .close {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;  
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    padding: 1px;
    position: relative;
    margin-top: -13px;
    margin-right: -7px;
    font-size: 14px;
}
 
.popup-box .close:hover {
    color: #cccccc;
}
 
.popup-box h2 {
    padding: 0;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    color: #2f2f2f;
    text-align: center;
}
.popup-box .top {
    padding: 20px;
}
 
#blackout {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}
.pop_photo {
    float: left;
    padding: 35px 20px 10px 10px;
}
.pop_form {
    padding-top: 50px;
    float: left;
}
.pop_form .someform input {
    display: block;
    border: 0;
    margin: 10px 0;
    margin-bottom: 10px;
    padding: 5px;
    height: 40px;
    width: 100%;
    font-size: 22px;
    color: #000000;
}
.pop_form .someform p {
    margin: 0;
    color: #ffffff;
}
.pop_form .someform button {
    background: #59ab30;
    color: #ffffff;
    font-size: 28px;
    border: 0;
    margin: 0;
    padding: 5px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #3b7c1a;
    border-radius: 3px;
}
.pop_form .someform button:hover {
    opacity: 0.9;
}
.popup-box .sublayer {
    background: #ffffff;
    height: 71px;
    width: 100%;
    position: relative;
    margin-top: -67px;
    opacity: 0.85;
    border-radius: 4px;
    z-index: -999;
}
        
            