a.mioButton, span.mioButton {
    /* Sliding right image */
    display:block;
    display:inline-block;
    background: transparent url('/templates/buttons/cssButtons/009/right.png') no-repeat scroll top right; 
	/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}
a.mioButton:hover,  span.mioButton:hover{
	    background: transparent url('/templates/buttons/cssButtons/009/right_hover.png') no-repeat scroll top right;
}
a.mioButton span,  span.mioButton span {
	display:block;
	height:40px;
	/* Background left image */ 
	background: transparent url('/templates/buttons/cssButtons/009/left.png') no-repeat; 
	line-height: 36px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding-left:18px;
	padding-top:4px;
} 
a.mioButton:hover span,  span.mioButton:hover span{
	background: transparent url('/templates/buttons/cssButtons/009/left_hover.png') no-repeat;
	text-decoration:none;
}