.BW_custom_form > h3,
.BW_fixed-wrapper > h3 {
    background: #80C342;
	padding-left: 20px;
}
.BW_inner_frame {
    border: 1px solid #80C342;
}
.BW_custom_form > h3 > img {
	width: 45px;
	height: 45px;
	top: 3px;
	left: 8px;
}
.BW_custom_form>h3 .btn-text {
	color: #fff;
}
/********************* submit buttons styles *********************/
.BW_custom_form .btnp .pp {
    background:#0053A0;
    webkit-box-shadow: 0px 3px 0px 0px #0053A0;
    box-shadow: 0px 3px 0px 0px #0053A0;
    border:solid 1px #0053A0;
    color:#fff;
    *background:#0053A0;
    *color:#fff;
}
.BW_custom_form input.pp[type="button"]:hover {
    background: #0053A0;
    box-shadow: 0px 3px 0px 0px #0053A0;
    webkit-box-shadow: 0px 3px 0px 0px #0053A0;
    border:solid 1px #0053A0;
    color:#fff;
    opacity: 0.7;
}
/********************** end of submit buttons styles *****************/