.splash, .splash-default {
	margin:0 3px 0 0;
	width: 19px;
	height: 19px;
	cursor:default;
}

.check, .check-default {
	margin:4px 0 0 0;
	width: 18px;
	height: 18px;
	float:left;
	cursor:pointer;
}

.splash { background: url(images/splash.png) no-repeat; }
.splash-default { background: url(images/splash-default.png) no-repeat; }

.check { background: url(images/check.png) no-repeat; }
.check-default { background: url(images/check-default.png) no-repeat; }
