.overlay {
    background: url("../img/overlay.png") repeat scroll left top transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    display: none;
}

.box {
    height: auto;
    left: 100%;
    position: fixed;
    right: 30%;
    top: 155px;
    width: 562px;
    z-index: 10001;
}
/* Original Popup CSS */

.skip-button {
    background-image: url("../img/popout/close-button.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: -15px;
    top: -10px;
    width: 44px;
}

#popup-main {
    background: url("../img/popout/bg-image.jpg") no-repeat scroll center top transparent;
    border-radius: 10px 10px 10px 10px;
    height: 292px;
    width: 556px;
}

#popupForm {
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: 64px;
    width: 484px;
}
/* New Popup CSS */
/*.skip-button {
    background-image: url("../img/popout/close-button.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 44px;
}
#popup-main {
    background: url("../img/popout/gudi-pwada.png") no-repeat scroll center top transparent;
    border-radius: 10px 10px 10px 10px;
    height: 360px;
    padding-top: 16.8em;
    width: 556px;
    height: 124px;
}
#popupForm
{
    margin: 0 auto;
    position: relative;
    top: 64px;
    width: 484px;
}*/

.logo-footer {
    float: left;
    height: 53px;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 20px;
    width: 240px;
}

.continive {
    float: right;
    height: 73px;
    margin-top: 19px;
    padding-right: 20px;
    width: 271px;
}

.text {
    color: #311708;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.textbox {
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #c3c3c3 inset;
    color: #646464;
    margin: 10px 5px;
    padding: 5px 10px;
    width: 170px;
}

#popupForm .CountryCode {
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #c3c3c3 inset;
    margin-left: 6px;
    margin-top: 0px;
    padding: 6px 4px;
    width: 100px;
}

#popupForm .title {
    background: url("../img/popout/pop-up-copy-2_03.png") no-repeat scroll center bottom transparent;
    color: #0B70CF;
    font-family: Times New Roman;
    font-size: 26px;
    font-weight: bold;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 19px;
    text-align: center;
    width: 455px;
    text-transform: capitalize;
    line-height: 29px;
    float: none;
}

input.error {
    border: 1px solid red !important;
}

#popupForm .codetext {
    border: 1px solid #9A9A9A;
    height: 22px;
    margin: 0 0 0 13px;
    width: 46px;
}

.popup-submit {
    background: none repeat scroll 0 0 #ED3338;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 5px 1px #ED3338 inset;
    color: #fff;
    float: right;
    font-weight: bold;
    padding: 8px 24px;
    margin-right: 28px;
}

.popupTagline {
    color: #303030;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    padding: 4px 0;
    margin-top: 3px;
    text-align: center;
    width: 100%;
}
