/*****************
* buttons
******************/
.button {
/*	float: left;	*/
/*	height: 2.4em;	*/
/*	background: #003300;	*/
	}

/* top right bottom left */
.button-text {
	color: #FFFFFF;
	padding: 0.7em;
	font-size: 0.8em;
	font-weight: bold;
	white-space: nowrap;
	}
.button-text span {
	font-size: 0.8em;
	font-weight: normal;
	}
.button-text a:link, .button-text a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	background: transparent;
	}
.button-text a:hover, .button-text a:active, .button-text a:focus {
	text-decoration: underline;
	color: #003300;
	border: none;
	background: #CCFFCC;
	}