@charset "utf-8";
/* CSS Document */

#printbn {
	background-color: #FFFFFF !important;
	text-align: right;
	width: 100%;
}
#printbn input[type="image"] {
	background-color: transparent !important;
	background-image: none !important;
	border-top: 1px;
	border-left: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 24px;
}
#printbn input[type="button"] {
	background-color: transparent !important;
	background-image: none !important;
	border-top: 1px;
	border-left: 0;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	font-family: Arial, Helvetica, 'Lucida Sans', Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: bold;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 108px;
}