﻿.iconTextLeft {
	height: 22px;
	width: 28px;
	vertical-align: middle;
	background-image: url(gfx/nsquest/main/icon_but_left.png);
	background-repeat: no-repeat;
	text-align: center;
	/* NEW */
	display: block;
	padding: 0 0 0 0;
}
.iconTextBg {
	background-image: url(gfx/nsquest/main/icon_but_bg.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	/* NEW */
	white-space: nowrap;
}
.iconBg {
	background-image: url(gfx/nsquest/main/icon_but.png);
	background-repeat: no-repeat;
	/* NEW */	
	height: 22px;
	width: 30px;
	text-align: center;
	display: block;
}
.iconTextRight {
	background-image: url(gfx/nsquest/main/icon_but_right.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 9px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #439CBF;
}
