.overlay {
    background: url("../img/popout/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;
}
.skip-button {
    background-image: url("../img/popout/close-button.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 44px;
}
#popup-main {
    background: url("../img/popout/bg-image.jpg") no-repeat scroll center top transparent;
    /*border: 3px solid #9A9A9A;*/
    border-radius: 10px 10px 10px 10px;
    height: 292px;
    width: 556px;
}
.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;
    height: 26px;
    margin: 0px 5px;
    padding: 4px 5px 4px 10px;
    width: 150px;
    vertical-align: top;
}
#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: 140px;
}
#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;
}
select.error {
    border: 1px solid red !important;
}
#popupForm .codetext {
    border: 1px solid #9A9A9A;
    height: 22px;
    margin: 0 0 0 13px;
    width: 46px;
}
#popupForm
{
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: 64px;
    width: 510px;
}

.popup-submit{
    background: none repeat scroll 0 0 #891918;
    border:none;
    border-radius: 4px;
    box-shadow: 0 0 5px 1px #891918 inset;
    float: right;
    padding: 8px 24px;
    font-weight: bold;
    color: #FFF;
}
.popupTagline{
    color: #891918;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    padding: 4px 0;
    text-align: center;
    width: 100%;
}