/* Buttons */
.clear
{
	overflow: hidden;
	width: 100%;
}

a
{
	color: #C08;
}

.buttonTxt
{
	font-family: arial;
	color: white;
	font-size: 8pt;
}

a.button
{
    background: transparent url('../../../Graphics/Buttons/oval_black1_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 23px;
    margin-right: 0px;
    padding-right: 19px;
    padding-left: 5px;
    text-decoration: none;
}

a.button span
{
	background: transparent url('../../../Graphics/Buttons/oval_black1_span.png') no-repeat;
    display: block;
    line-height: 13px;
    padding: 5px 0px 5px 19px;
}

a.button:active
{
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 19px;
}
