/* 
    Created on : 12 mars 2014, 13:35:59
    Author     : sMoron
*/


input[type=image][title=Valider]
{
	background: url(static-greencheck-17.png);
}

input[type=image][title=Supprimer]
{
	background: url(static-garbage-17.png);
}

input[type=image][title=Invalider]
{
	background: url(static-redcross-17.png);
}

input[type=image][title=Valider][disabled]
{
	background: url(static-checkoff-17.png);
	cursor: default;
}

input[type=image][title=Supprimer][disabled]
{
	background: url(static-garbageoff-17.png);
	cursor: default;
}

input[type=image][title=Invalider][disabled]
{
	background: url(static-crossoff-17.png);
	cursor: default;
}

