@CHARSET "ISO-8859-1";

.link-button
{
	background: url(../images/button.png) no-repeat right;
	line-height: 24px;
	display: block;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	padding-right: 8px;
	cursor: pointer;
}
.link-button b
{
	background: url(../images/button.png) no-repeat left;
	line-height: 24px;
	display: block;
	display: inline-block;
	padding-left: 8px;
	padding-right: 4px;
	margin-left: -8px;
}


.button
{
	border: 1px solid #AAA;
	background: url(../images/table-header.gif) #FFF repeat-x bottom;
	color: #2568AF;
	cursor: pointer;
}

.button.submit
{
	border-bottom: 2px solid #33AB2D;
}


.button.cancel
{
	border-bottom: 2px solid #DB7B16;
}


a.edit-button
{
	width: 16px;
	height: 18px;
	background: url(../images/icons/edit.gif) no-repeat left;	
	text-decoration: none;
	padding-left: 14px;
}

a.delete-button
{
	width: 16px;
	height: 18px;
	background: url(../images/icons/cancel.gif) no-repeat left;	
	text-decoration: none;
	padding-left: 14px;
}

