@CHARSET "UTF-8";
a.button {
	background: url(../assets/images/bg-button.gif) no-repeat;
	display: block;
	color: #555555;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	width: 191px;
	overflow: hidden;
	line-height: 29px;
}
a.button:hover {
	color: #0066CC;
	background-image: url(../assets/images/bg-button-hover.gif);
}
a.button span {
	float: none;
	display: block;
	text-indent: 35px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	white-space: nowrap;
}
a.button span.add {		
	background-image: url(../assets/images/icon-add.png);
}
a.button span.edit {
	background-image: url(../assets/images/icon-edit.png);
}
a.button span.images {
	background-image: url(../assets/images/icon-images.png);
}
a.button span.export-excel {
	background-image: url(../assets/images/icon-export-excel.png);
}
a.button span.view {
	background-image: url(../assets/images/icon-view.png);
}