/* rounded buttons */
.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background:url(button.gif) no-repeat right top; 
	padding-right:30px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-family:tahoma, arial, sans-serif; 
	color:#534010; 
	font-size:9px; 
	font-weight:bold; 
	text-decoration:none;  
}

.round span { 
	background:url(button.gif) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block;
	padding-left:30px; line-height:27px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover span {background-position:left -155px;}
	
.round2 {
	cursor:pointer; 
	cursor:hand; 
	line-height:20px;
	background:url(button2.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-family:tahoma, arial, sans-serif; 
	color:#534010; 
	font-size:9px; 
	font-weight:bold; 
	text-decoration:none;  
}

.round2 span { 
	background:url(button2.gif) no-repeat left top; 
	height:20px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:20px;
}

	a.round2:hover {background-position:right -155px;}
	a.round2:hover span {background-position:left -155px;}


	
/* end rounded buttons */

