a.button {
	display:inline-block;
	margin:0 5px 19px 0;
}
.button {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.htc);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	background:url('../images/overlay-button.png') repeat-x 0 0 #222;
	border-bottom:1px solid rgba(0,0,0,0.25);
	color:#fff!important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	line-height:1.2em;
	overflow:visible;
	padding:6px 15px;
	position:relative;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	width:auto;
}
.orange.button {
	background-color:#E98E1F;
}
.orange.button:hover {
	background-color:#C4771A;
}
.blue.button {
	background-color:#457792;
}
.blue.button:hover {
	background-color:#2F5264;
}
.green.button {
	background-color:#99BA79;
}
.green.button:hover {
	background-color:#6B8F00;
}
.red.button {
	background-color:#e33100;
}
.red.button:hover {
	background-color:#872300;
}
.yellow.button {
	background-color: #ffb515;
}
.yellow.button:hover {
	background-color:#fc9200;
}
.magenta.button {
	background-color:#a9014b;
}
.magenta.button:hover {
	background-color:#630030;
}
.button:hover {
	background-color:#111;
}
.large.button {
	font-size:14px;
	padding:8px 19px 9px;
}
.small.button {
	font-size:11px;
}
.button:hover, .button:active {
	text-decoration:none;
}
#apDiv1-up {
	position:absolute;
	width:730px;
	height:20px;
	z-index:1;
	text-align: right;
}
