/* ////// BOX ///////////////////// */


.voucherBox {
	height: 57px;
	border: 1px solid #d4d4d4;
	color: #666666;
}

.voucherText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding: 9px 0 0 0;
	color: #666666;
}

.voucherText b {
	color: #ad0800;
}

.voucherText span {
	font-weight: bold;
}

.voucherText a {
	color: #23558e;
}


/* ////// POPUP ///////////////////// */

.popupBox {
	border: 1px solid #cacaca;
}

.popupTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1d5a9e;
	font-weight: bold;
	padding: 0 0 0 11px;
}

.popupText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

.popupTag {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.popupText a {
	color: #1d5a9e;
}