.pwebcontact_toggler.modal.green {
        border-top: none;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 25px;
        color: #fff;
        background: #669934;
        text-shadow: none;
        border: 2px solid #669934;
}
.pwebcontact_toggler.modal.green:hover, .pwebcontact_toggler.modal.green.active {
        background: #0057a4;
        border: 2px solid #0057a4;
        color: #fff;
}
#sbox-window.pwebContactWindow.green {
  
}
#sbox-window.pwebContactWindow.green #sbox-content {
	background: #fff;
}
body #sbox-overlay {
    background: #000;
    opacity: 0.6 !important;
}
form.pwebcontact_form.modal.green {
	    color: #0057a4;
	font-weight:bold;
}
form.pwebcontact_form.modal.green .pwebcontact_msg.success {
	 color: #0057a4;
}
form.pwebcontact_form.modal.green .pwebcontact_msg.error {
	color: red;
}
form.pwebcontact_form.modal.green a, .pwebcontact_form.modal.green .qq-upload-button {
    color: #0057a4;
    text-decoration: underline;
    background: none;
}
form.pwebcontact_form.modal.green a:hover, .pwebcontact_form.modal.green .qq-upload-button-hover {
	text-decoration: underline;
}
form.pwebcontact_form.modal.green input.inputbox, form.pwebcontact_form.modal.green select.inputbox, form.pwebcontact_form.modal.green textarea.inputbox {
    background: #fff;
    color: #0057a4;
    padding: 0px;
    border: 1px solid #0057a4;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #bbb, 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 5px #bbb, 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 5px #bbb, 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
form.pwebcontact_form.modal.green input.invalid, form.pwebcontact_form.modal.green select.invalid, form.pwebcontact_form.modal.green textarea.invalid {
}
form.pwebcontact_form.modal.green input.inputbox:focus, form.pwebcontact_form.modal.green select.inputbox:focus, form.pwebcontact_form.modal.green textarea.inputbox:focus {
	border-color: #0057a4 !important;
	outline: none;
}
form.pwebcontact_form.modal.green input.button {
        border-top: none;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        box-shadow: none;
        height: 34px;
        padding: 4px 29px;
        background: #669934;
        border-radius: 25px;
        color: #fff;
        text-shadow: none;
        border: 2px solid #669934;
}
form.pwebcontact_form.modal.green input.button:hover {
        background: #0057a4;
    border: 2px solid #0057a4;
	        color: #fff;
}
form.pwebcontact_form.modal.green .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.green .pwebcontact_knob {
	background: #5bb75b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form.pwebcontact_form.modal.green .pwebcontact_knob:hover {
	background: #51a351;
}
form.pwebcontact_form.modal.green .qq-upload-drop-area, form.pwebcontact_form.modal.green .qq-upload-extra-drop-area {
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background: #5bb75b;
}
form.pwebcontact_form.modal.green .qq-upload-drop-area-active {
	background: #51a351;
}
