*Button Style*/ 
.button 
{ 
float:left; 
height:auto; 
font:76%/150% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; 
width:10em; 
text-align:center; 
white-space:nowrap; } 
/*Button Arrow Styles*/
.arrows 
{ 
font-size:90%; 
margin:0.2em; 
} 
/*Button link styles*/ 
.button a:link, .button a:visited {
	color: #eee;
	background-color:#EF8116;
	font-size:1em;
	font-weight:bolder;
	text-decoration: none;
	padding:0.1em;
	display:block;
	width: 180px;
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 220px;
	border-top-width: 0.1em;
	border-right-width: 20px;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #06C;
	border-bottom-color: #555;
	border-left-color: #ccc;
} .button a:hover {
	color: #000;
	background-color:#FCE6CF;
	font-size:1em;
	font-weight:bolder;
	text-decoration: none;
	display:block;
	width: 180px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 220px;
	border-top-width: 0.1em;
	border-right-width: 20px;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #EF8116;
	border-bottom-color: #555;
	border-left-color: #ccc;
} 
