/**
* Giftvoucher reward template
*/
span#giftvoucher_wait {
	color: #2F2F2F;
}
.giftvoucher-discount-code {
	color: #008000;
}
.giftvoucher-discount-code button {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}
.giftvoucher-discount-code button:hover {
	cursor: pointer;
}
.giftvoucher-media {
	border: 2px solid #F7F9F9;
}
.giftvoucher-media .giftmedia {
	border-bottom: 2px solid #F7F9F9;
	color: #F18200;
	font-size: 15px;
	padding: 7px;
}
#giftmedia pre {
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.giftvoucher-media .giftmedia-image {
	overflow: hidden;
	position: relative;
	width: 265px;
}
.giftvoucher-product-info #message {
	height: 88px;
	width: 325px;
}
.giftvoucher-product-info #recipient_address {
	height: 57px;
	width: 325px;
}
.giftvoucher-product-info #recipient_email {
	width: 325px;
}
.giftvoucher-product-info #recipient_name {
	width: 325px;
}
#giftvoucher-result {
	font-size: 15px;
}
#giftvoucher-result label {
	width: 160px;
}