button {
	background-color: #4e5053;
	border-bottom: solid 1px #FFCC00;
	border-left : solid 1px #999999;
	border-right : solid 1px #FFCC00;
	border-top : solid 1px #999999;
	color : #FFCC00;
	font-size : 12px;
	text-align : center;
	padding : 0px 4px 2px 4px;
	margin : 4px;
	display : run-in;
	width : 125px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
	word-spacing: inherit;
	direction: ltr;
	vertical-align: middle;
	}
button:hover {
	background-color: #333333;
	border-bottom : solid 1px #999999;
	border-left : solid 1px #FFCC00;
	border-right : solid 1px #999999;
	border-top : solid 1px #FFCC00;
	color : #999999;
	padding : 1px 3px 1px 5px;
	}
