div#endorseButton {
    height: 26px;
    width: 200px;
 	margin: 0px 0px 10px 0px;
   /* margin: 5px;
	padding: 5px;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 0px 0px; */

	border: 1px solid #DDDBDB;

	font: 14px Trebuchet MS, Verdana, Arial, San Serif;
	line-height: 26px; 
/*	color: #FF5500; */
color: #000033;
    text-align: center;

    background-image: url(/private/incl/gradient-off.gif);
    background-repeat: repeat;

	position:relative;
	top:5px;
}


div#endorseButton a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	font: 14px Trebuchet MS, Verdana, Arial, San Serif;
	line-height: 26px; 
	font-weight: bold;
/*      color: #FF5500; */
color: #000033;
}

div#endorseButton a:link {
    background-image: url(/private/incl/gradient-off.gif);
	font: 14px Trebuchet MS, Verdana, Arial, San Serif;
	line-height: 26px; 
	font-weight: bold;
/*      color: #FF5500; */
color: #000033;
}
div#endorseButton a:visited {
    background-image: url(/private/incl/gradient-off.gif);
	font: 14px Trebuchet MS, Verdana, Arial, San Serif;
	line-height: 26px; 
	font-weight: bold;
/*      color: #FF5500; */
color: #000033;
}

div#endorseButton a:hover {
	font: 14px Trebuchet MS, Verdana, Arial, San Serif;
	font-weight: bold;
	line-height: 26px; 
/*      color: #FF5500; */
color: #000033;    
background-image: url(/private/incl/gradient-on.gif);
    background-repeat: repeat;
}

div#endorseButton a:active {
	font: 14px Trebuchet MS, Verdana, Arial, San Serif;
	font-weight: bold;
	line-height: 26px; 
/*      color: #FF5500; */
color: #000033;    
background-image: url(/private/incl/gradient-on.gif);
    background-repeat: repeat;
}
