/* BUTTONS */
.disclaimerbuttons {
	margin: 0 auto;
	text-align: center;
	width: 200px; }

.buttons a, .buttons button {
	background: url("/images/buttons/btn_grey.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #ccc;
	margin: -20px 10px 15px 0;
	padding: 8px;
	float: left;
	min-width: 95px; }

.buttons a:hover, .buttons button:hover {
	background-position: 0 -5px;
	border: 1px solid #bbb;
	text-decoration: none; }

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */ }

.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */ }

*:first-child+html button[type] { padding: 4px 10px 3px 7px; /* IE7 */ }

.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px; }

 
