.pwebcontact_toggler.modal.green {
	border-top: none;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
	text-shadow: none;
	border-radius: 5px;
}
.pwebcontact_toggler.modal.green:hover, .pwebcontact_toggler.modal.green.active {
    background: #91b68d;
}
#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: #333333;
	font-weight:bold;
}
.pwebcontact_msg.success {
        color: #000000;
        background: #fff;
        float: left;
        width: 100%;
        position: absolute;
        height: 98%;
        z-index: 222;
        margin-left: -10px;
}
form.pwebcontact_form.modal.green .pwebcontact_msg.error {
	color: red;
}
form.pwebcontact_form.modal.green a, .pwebcontact_form.modal.green .qq-upload-button {
	text-decoration: underline;
	background: none;
}
.pwebcontact_form.modal.green .qq-upload-button {
        color: #ffffff;
        text-decoration: underline;
        background: #8fb68c;
        text-align: center;
        padding: 10px;
        border-radius: 5px;
}
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: #333333;
        padding: 5px 0px 7px 0px;
        border: 1px solid #adadad;
        outline: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: none;
}
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: #000000 !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;
    padding: 6px 45px;
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
	color: #ffffff;
	text-shadow: none;
	border-radius: 5px;
}
form.pwebcontact_form.modal.green input.button:hover {
    background: #91b68d;
}
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;
}
