/* rounded buttons */
.round {
	cursor:pointer; 
	line-height:27px;
	height:27px;
	background: transparent url(/site/css/images/button.gif) no-repeat right top; 
	padding-right:20px; 
	display:inline-block;
}
.round ins { 
	background: transparent url(/site/css/images/button.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left: 20px;
	font-size: 9pt;
	font-weight: bold;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	text-decoration: none;
}
	a.round:hover {background-position:right -155px;}
	a.round:hover ins {background-position:left -155px;}

/* end rounded buttons */
