
/* Color: green
=============================== */
.b-check .button,
.b-check .file-button,
.b-check .reset-button {
	background: #5da000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#86c430, #5da000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#86c430, #5da000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#86c430, #5da000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#86c430, #5da000); /* Standard syntax */
	border:1px solid #86c430;
	color:#fff;
	-ms-transition:all 0.15s;
	-moz-transition:all 0.15s;
	-webkit-transition:all 0.15s;
	transition:all 0.15s;
}
.b-check .button:hover,
.b-check .file-button:hover,
.b-check .reset-button:hover {
	background:#fff;
	color:#5da000;
}

/* Custom Color: lightgreen - start */
.b-check .button2,
.b-check .file-button2,
.b-check .reset-button2 {
	background: #bbb; /* For browsers that do not support gradients */
	border:1px solid #bbb;
	color:#fff;
	-ms-transition:all 0.15s;
	-moz-transition:all 0.15s;
	-webkit-transition:all 0.15s;
	transition:all 0.15s;
}
.b-check .button2:hover,
.b-check .file-button2:hover,
.b-check .reset-button2:hover {
	background:#fff;
	color:#777;
}
/* Custom Color: lightgreen - end */

.b-check .bar {
	background-color:#5da000;
}
.b-check .ratings input[type=radio] + label:hover,
.b-check .ratings input[type=radio] + label:hover ~ label,
.b-check .ratings input[type=radio]:checked + label,
.b-check .ratings input[type=radio]:checked + label ~ label {
	color:#5da000;
}