/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* ORANGE */
a.ovalbutton_orange{
background: transparent url('../images/oval-orange-left-std.gif') no-repeat top left;
display: block;
float: left;
font: bold 11px Tahoma; /* Change as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton_orange, a:visited.ovalbutton_orange, a:active.ovalbutton_orange{
color: #494949; /*button text color*/
}

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

a.ovalbutton_orange:hover{ /* Hover state CSS */
background: transparent url('../images/oval-orange-left-over.gif') no-repeat top left;
}

a.ovalbutton_orange:hover span{ /* Hover state CSS */
background: transparent url('../images/oval-orange-right-over.gif') no-repeat top right;
color: black;
}


/* WRAPPER FOR ALL */

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
margin:10px 0;
text-align:center;
}

.btn {
	width:130px;
}