@charset "utf-8";
/* CSS Document */

/* rounded buttons */
.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background: url(../images/bg/button.gif) no-repeat right top; 
	padding-right:30px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	}

.round span { 
	background: url(../images/bg/button.gif) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block;
	padding-left:30px; line-height:27px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
	a.round {
		color: #fff !important;
		text-decoration: none;
		}

	a.round:hover {background-position:right -155px;}
	a.round:hover span {background-position:left -155px;}
	
/* end rounded buttons */
