/* rounded buttons */

.round {
	cursor:pointer; 
	cursor:hand;
	line-height:27px;
	font-family:tahoma, arial, sans-serif;
	text-decoration:none;
	color:#534010;
	height:27px;
	background:url(images/button.gif) no-repeat right top; 
	padding-right:30px; 
	display:inline-block;
}

.round ins { 
	background:url(images/button.gif) no-repeat left top; 
	height:27px;
	font-size:16px; font-weight:bold;
	font-family:tahoma, arial, sans-serif;
	text-decoration:none;
	color:#534010;
	line-height:27px;
	display:inline-block;
	padding-left:30px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover ins {background-position:left -155px;}
	

/* end rounded buttons */