/* ----------gnavi---------- */
nav #gnavi6 {
	background: #0e0d6a url(../../images/gnavi_bg_selected.png) repeat-x center top
	}
#category {
	background: #333333 url(../../contact-us/images/categoly_bg.jpg) repeat-x center center;
	}


button[type="submit"].disabled, button[type="submit"]:disabled {
			background-color: rgba(255, 255, 255, 0.3) !important;
			box-shadow: none !important;
			cursor: default;
			opacity: 0.25;
		}

.recaptcha-submit[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.recaptcha-submit:not([disabled]) {
    cursor: pointer;
    opacity: 1;
}