#tool-bar, caption {
	background-image: url("../img/bg-table-head-green-ligth.jpg");
	background-position: top left;
	background-repeat: no-repeat;	
}

input[type=checkbox], 
.button, 
button{
	background-color: #84BC01;
	color: #000;
}
.button:hover, .button:focus, button:hover, button:focus{
	background-color: #97D101;
	color: #111;
}
