input[type=image]
{
	cursor: pointer;
}
/*input.btn
{
	cursor: pointer;
	font-size: 12px;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
}

span.buttons
{
	height: 18px;
	margin: 0px 7px 0px 7px;
}

.buttons a, 
.buttons button
{
    display:block;
    float:left;
    margin:0px 0px 0px 0px;
    background-color:#f5f5f5;
	border:1px solid #CFC0C4;
    font-family: monospace;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
	background: url(img/grad.png) repeat-x scroll 0px -5px;
    color: #FFFFFF;
    cursor:pointer;
    padding:2px 7px 3px 7px; 
}
.buttons button img, .buttons a img
{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


button:hover, .buttons a:hover
{
	background: url(img/grad.png) repeat-x scroll 0px -45px;
	padding:2px 7px 3px 7px;
}
*/
.buttonLink
{
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
	color: #293D6B;
}
span.buttonLinkHover
{
	color: #fc830b;
}