.pwebcontact_toggler.modal.light {

}
.pwebcontact_toggler.modal.light:hover, .pwebcontact_toggler.modal.light.active {
      
}

#sbox-window.pwebContactWindow.light {
        background: #333;
}
#sbox-window.pwebContactWindow.light #sbox-content {
        background: #fff;
}
form.pwebcontact_form.modal.light {
        background: url('../../images/contact.jpg') left bottom no-repeat;
        color: black;
}

form.pwebcontact_form.modal.light .pwebcontact_msg.success {
        color: #00D311;
}
form.pwebcontact_form.modal.light .pwebcontact_msg.error {
        color: red;
}

form.pwebcontact_form.modal.light input.inputbox, form.pwebcontact_form.modal.light select.inputbox, form.pwebcontact_form.modal.light textarea.inputbox {
        background: #fff;
        color: #000;
        border: 1px solid #aaa;
        outline: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 5px #bbb;
        -moz-box-shadow: 0 0 5px #bbb;
        box-shadow: 0 0 5px #bbb;
}
form.pwebcontact_form.modal.light input.invalid, form.pwebcontact_form.modal.light select.invalid, form.pwebcontact_form.modal.light textarea.invalid {
        -webkit-box-shadow: 0 0 5px #f00;
        -moz-box-shadow: 0 0 5px #f00;
        box-shadow: 0 0 5px #f00;
}
form.pwebcontact_form.modal.light input.inputbox:focus, form.pwebcontact_form.modal.light select.inputbox:focus, form.pwebcontact_form.modal.light textarea.inputbox:focus{
        border-color: #002991 !important;
        outline: none;
        -webkit-box-shadow: 0 0 5px #0048ff;
        -moz-box-shadow: 0 0 5px #0048ff;
        box-shadow: 0 0 5px #0048ff;
}


form.pwebcontact_form.modal.light input.button {
        padding: 4px 15px;
        border: none;
        color: #fff;
        font-weight: normal;
        cursor: pointer;
        background: #00367f;
        background: #00367f -webkit-gradient(linear, 0 0, 0 100%, from(#005ad3), to(#00367f));
        background: #00367f -webkit-linear-gradient(#005ad3, #00367f);
        background: #00367f -moz-linear-gradient(#005ad3, #00367f);
        background: #00367f -ms-linear-gradient(#005ad3, #00367f);
        background: #00367f -o-linear-gradient(#005ad3, #00367f);
        background: #00367f linear-gradient(#005ad3, #00367f);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 5px #bbb;
        -moz-box-shadow: 0 0 5px #bbb;
        box-shadow: 0 0 5px #bbb;
}
form.pwebcontact_form.modal.light input.button:hover {
        background: #0144a0;
        background: #0144a0 -webkit-gradient(linear, 0 0, 0 100%, from(#0065ec), to(#0144a0));
        background: #0144a0 -webkit-linear-gradient(#0065ec, #0144a0);
        background: #0144a0 -moz-linear-gradient(#0065ec, #0144a0);
        background: #0144a0 -ms-linear-gradient(#0065ec, #0144a0);
        background: #0144a0 -o-linear-gradient(#0065ec, #0144a0);
        background: #0144a0 linear-gradient(#0065ec, #0144a0);
}

form.pwebcontact_form.modal.light .pwebcontact_area {
        background: #ccc;
        border: 1px solid #aaa;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 3px #bbb inset, 0 0 5px #bbb;
        -moz-box-shadow: 0 0 3px #bbb inset, 0 0 5px #bbb;
        box-shadow: 0 0 3px #bbb inset, 0 0 5px #bbb;
}
form.pwebcontact_form.modal.light .pwebcontact_knob {
        background: #0144a0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
}
form.pwebcontact_form.modal.light .pwebcontact_knob:hover {
        background: #0065ec;
}