.hide {
    display: none !important;
}
.clear {
    clear: both;
}
#mask {
    background: rgba(0,0,0,.2);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.vPopup {
    font-family: Arial;
    position: absolute;
    z-index: 100000;
    width: 800px; 
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    margin-left: -400px;
    top: 120px;
    box-shadow: 0 0 20px #999;
}
.vPopup .body {
    padding: 30px;
}
.vPopup .closeBtn {
    background: transparent url('../i/closeBtn.jpg') no-repeat 0 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    margin: 10px;
}
.vPopup h1 {
    font-size: 20px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 18px;
}
.vPopup h1 span {
    font-size: 11px;
    font-weight: normal;
}
.vPopup h1 span i {
    color: #004276;
    outline: medium none;
    cursor: pointer;
}
.vPopup .scene {
    width: 740px;
    font-size: 12px;
    line-height: 1.5;
}
.vPopup .scene .main {
    float: left;
    width: 500px;
}
.vPopup .scene .mainTariff {
    float: left;
}
.vPopup .scene .other {
    display: inline-block;
    padding: 0 0 0 20px;
}
.vPopup .scene .or {
    position: absolute;
    margin: 107px 0 0 -52px;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: #999;
    padding: .2em 0;
    background: #fff;
}
.vPopup .scene .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 0 10px;
}
.vPopup .scene div.submit {
    position: absolute;
    margin-top: -38px;
    width: 500px;
}
.vPopup div.prompt {
    margin-bottom: 15px;
    margin-top: .3em;
}
.vPopup .holder {
    font: 20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.vPopup .holding {
    overflow: visible;
    position: relative;
}
.vPopup .holding .holder {
    color: #999;
    cursor: text;
    left: 8px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.vPopup .holding .holder {
    color: #ddd;
    display: none;
    line-height: 43px;
    padding-left: 1px;
}
.vPopup .holding .holder {
    -moz-user-select: none;
    display: inline;
}
.resultTariff span {
    font-size: 2em;
}
.vPopup div.sidetip p.active {
    display: block;
}
.vPopup div.sidetip {
    margin-top: 4px;
    left: 290px;
    width: 180px;
    position: absolute;
}
.vPopup div.sidetip p {
    background-position: left 2px;
    background-repeat: no-repeat;
    color: gray;
    display: none;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 0;
    padding-left: 20px;
}
.vPopup div.sidetip p.checking {
    background-image: url("../i/spinner-small.gif");
}
.vPopup div.sidetip p.isaok {
    background-image: url("../i/accept.png"); color: #339900;
}
.vPopup div.sidetip p.error {
    background-image: url("../i/error.png"); color: #cc3333;
}

.vPopup  .holding input {
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0 none;
    padding: 8px 6px;
    width: 265px;
}
.vPopup .holding input.focused {
    border-color: rgba(82, 168, 236, 0.75);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}
.vPopup .hasome .holder {
    font-size: 0 !important;
    opacity: 0;
}
.vPopup .holding input:focus + span.holder {
    opacity: 0.6;
}
.vPopup .button {
    background: url("../i/bg-btn.gif") repeat-x scroll 0 0 #ddd;
    border-color: #bbbbbb #bbbbbb #999999;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #f8f8f8;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    font: 12px/15px Helvetica Neue,Arial,"Lucida Grande",Sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 5px 9px;
    text-shadow: 0 1px #f0f0f0;
}
.vPopup .button:active {
    background-image: none;
    outline: medium none;
    text-shadow: none;
}
.vPopup .button:hover, .vPopup .button:focus {
    background-position: 0 -6px;
    border-color: #999999 #999999 #666666;
    color: #000000;
    text-decoration: none;
}
.vPopup .button.disabled {
    background-image: none !important;
    background-color: #eee !important;
    border-color: #dddddd #dddddd #cccccc !important;
    color: #999 !important;
    text-shadow: 1px 1px #fff !important;
    cursor: default;
}
.vPopup .promotional {
    background: url("../i/bg-btn-signup.png") repeat-x scroll 0 0 #ffaa22 !important;
    border: 1px solid #ffaa22 !important;
    box-shadow: 0 1px 0 #fff !important;
    color: #333 !important;
    cursor: pointer;
    font: bold 16px Helvetica Neue,Arial,Sans-serif !important;
    outline: medium none !important;
    padding: .5em .8em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffee66 !important;
}
.vPopup .promotional:hover, .vPopup .promotional:focus {
    background-position: 0 -5px !important;
    color: #111;
}
.vPopup .promotional:active {
    background-image: none !important;
}
.vPopup .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: #fff;
}
/* new alt style */
.ptm-body .vPopup div.item.input input {
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #515151;
    border-radius: 4px;
}
.ptm-body .vPopup div.item.input input:focus {
    background-color: #fff;
    border-color: #515151;
    box-shadow: none;
}
.ptm-body .vPopup input[type="radio"],
.ptm-body .vPopup input[type="checkbox"] {
    margin: 0;
}
@media (max-width: 860px) {
    .ptm-body .vPopup {
        left: 0;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .ptm-body .vPopup .scene {
        width: 100%;
    }
    .ptm-body .vPopup .scene .main,
    .ptm-body .vPopup .scene .mainTariff {
        float: left;
        width: 60% !important;
        margin-right: 0;
        padding-bottom: 15px;
    }
    .ptm-body .vPopup .scene .other {
        float: right;
        padding: 0;
    }
    .ptm-body .vPopup .scene .result {
        text-align: left;
    }
    .ptm-body .vPopup .scene div.submit {
        position: relative;
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    .ptm-body .vPopup .scene .main,
    .ptm-body .vPopup .scene .mainTariff,
    .ptm-body .vPopup .scene .other {
        float: none;
        width: 100% !important;
    }
}