.roundparent
{
	text-decoration: none ! important; 
}

.roundparent:hover
{
	text-decoration: none ! important; 
}


.round *
{
	padding: 0;
	margin: 0;
	border: none ! important;
	text-decoration: none ! important; 
}

.round {
	cursor:pointer; 
	cursor:hand;
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	font-weight: 700;
	font-family: Ariel, Helvetica, sans-serif;
	text-decoration: none ! important;
}

.round span
{
	padding: 0 15px;
	display:block; /*opera*/
	display:inline-block; /*ie*/
}

.round span
{
	vertical-align: top;
}
.round img
{
	vertical-align: top;
}

/* SMALL */

.small
{
	text-decoration: none ! important;
	line-height:20px;
	font-size: 12px;	
}

.small span
{
	text-decoration: none ! important;
	height:20px; 
	line-height:20px;
	display:inline-block ! important;	
}

.smallblue span
{
	background:url(../images/buttons/backgrounds/bluesmall.png) no-repeat center top;
	text-decoration: none ! important;
}

.smallorange span
{
	background:url(../images/buttons/backgrounds/orangesmall.png) no-repeat center top;
	text-decoration: none ! important;
}


/* MEDIUM */

.medium
{
	line-height:30px;
	font-size: 15px;	
	text-decoration: none ! important;
}

.medium span
{
	height:30px; 
	line-height:30px;
	text-decoration: none ! important;
	display:inline-block;	
}

.mediumblue span
{
	background:url(../images/buttons/backgrounds/bluemedium.png) no-repeat center top;
	text-decoration: none ! important;
}

.mediumorange span
{
	background:url(../images/buttons/backgrounds/orangemedium.png) no-repeat center top;
	text-decoration: none ! important;
}

/* LARGE */

.large
{
	line-height:56px;
	font-size: 24px;
	text-decoration: none ! important;
	display:inline-block;		
}

.large span
{
	height:56px; 
	line-height:56px;
	text-decoration: none ! important;
}

.largeblue span
{
	background:url(../images/buttons/backgrounds/bluelarge.png) no-repeat center top;
	text-decoration: none ! important;
}

.largeorange span
{
	background:url(../images/buttons/backgrounds/orangelarge.png) no-repeat center top;
	text-decoration: none ! important;
}
