/**********************/ /**********************/
/* 2007-05-06: First release */
/* 2009-02-17: Revision to consolidate versions */
/**********************/ /**********************/

.voucher_history {
	border-collapse: collapse;
	border: 1px solid #fff;
	background-color: #ccc;
}

.voucher_history td {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #ccc;
}

/* ---------- */ 

/* admin */ 

#a_voucher {
	position: relative;
	width: 928px;
	height: 438px;
	border: 1px solid #bbb;
	background-image: url(../media/voucher_mini.png);
}

#a_voucher * {
	font-size: 14px;
}

#a_voucher input[type="text"], #a_voucher input[type="password"], #a_voucher textarea, #a_voucher select {
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
}

#a_voucher_amount {
	position: absolute;
	left: 70px;
	top: 60px;
	text-align: left;
}
#a_voucher_amount input {
	border: 1px solid #ddd;
	font-size: 60px;
	text-align: left;
}

#a_voucher_content {
	position: absolute;
	left: 70px;
	top: 155px;
	width: 600px;
	height: 100px;
}
#a_voucher_content textarea {
	border: 1px solid #ddd;
	width: 480px;
}
#a_voucher_content input {
	border: 1px solid #ddd;
}

#a_voucher_details {
	position: absolute;
	left: 340px;
	top: 55px;
	width: 300px;
	height: 60px;
}
#a_voucher_details input {
	border: 1px solid #ddd;
}

#a_voucher_ID {
	position: absolute;
	left: 605px;
	top: 168px;
	width: 220px;
	height: 40px;
	font-size: 26px;
	text-align: center;
}
#a_voucher_ID input {
	width: 210px;
	border: 0;
	font-size: 26px;
	text-align: center;
}

/* ---------- */


