a.ij_buttonCol,
.ij_jobs form input.ij_buttonCol[type=submit],
.ij_register form input.ij_buttonCol[type=submit],
.ij_register form button.ij_buttonCol[type=button]
{
	background-color:#00A19A;
	color: white;
	opacity: 1;
}
a.ij_buttonCol:hover,
.ij_jobs form input.ij_buttonCol[type=submit]:hover,
.ij_register form input.ij_buttonCol[type=submit]:hover,
.ij_register form button.ij_buttonCol[type=button]:hover
{
	background-color:#00A19A;
	color: white;
	opacity: 0.6;
}