/* CSS Document */

.inline-button {
	font: 85%/85% Verdana, sans-serif !important;
	text-decoration: none !important;
	width: 12em !important;
	margin: 0 !important;
	padding: 0 !important;
}

.inline-button em {
	text-decoration: none !important;
	font-style: normal !important;
	width: 1em !important;
	padding: 1px !important;
	margin: 0 !important;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	cursor: hand;
}

* html .inline-button em {
	padding: 2px !important;
	margin: -1px !important;
}

.inline-button span {
	text-decoration: none !important;
	width: 1em !important;
	padding: 1px !important;
	margin: 0 !important;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	cursor: hand;
}

* html .inline-button span {
	padding: 2px !important;
	margin: -1px !important;
}

a.inline-button:hover em {
	color: #fff !important;
	background-color: #666 !important;
}

a.inline-button:hover span {
	color: #333 !important;
	background-color: #fff !important;
}

.grey {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #C93 !important;
}

.green {
	color: #C93 !important;
	background-color: #fff !important;
}