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

.voucher_frame {
	float: left;
	padding: 0;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.voucher_cell {
	border: 1px #808080 solid;
	color: #000;
	margin-left: 4px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	float: left;
}
.voucher_cell a {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}
.voucher_cell a:hover {
	text-decoration: underline;
}
.voucher_pic {
	margin: auto;
	float: left;
}
.voucher_pic img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 12px;
	padding-bottom: 4px;
}
.voucher_info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 100px;
}
