@charset "utf-8";
/* CSS Document */

a.oval_gray_button{
	background: transparent url(oval-gray-left.gif) no-repeat top left;
	display: block;
	float: left;
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 25px) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.oval_gray_button, a:visited.oval_gray_button, a:active.oval_gray_button{
	color: #494949; /*button text color*/
	font-weight: bold;
}

a.oval_gray_button span{
	background: transparent url(oval-gray-right.gif) no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 12px below to match value of 'padding-left' value above*/
}

a.oval_gray_button:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.oval_gray_button:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #000;
	font-weight: bold;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; 
	width: 100%;
}