/**
* Giftvoucher reward template
*/
span#giftvoucher_wait{
	color: #2F2F2F;
}

.giftvoucher-discount-code{
	color: #008000;
}

.giftvoucher-discount-code button{
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
	cursor: pointer;
}

.giftvoucher-media{
	border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
	border-bottom: 2px solid #F7F9F9;
	padding: 7px;
	color: #F18200;
	font-size: 15px;
}

#giftmedia pre{
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
	overflow: hidden;
	width: 265px;
	max-width: 100%;
	position: relative;
}

.giftvoucher-product-info #message{
	width: 325px;
	max-width: 100%;
	height: 88px;
}

.giftvoucher-product-info #recipient_address{
	width: 325px;
	max-width: 100%;
	height: 57px;
}

.giftvoucher-product-info #recipient_email{
	width: 325px;
	max-width: 100%;
}

.giftvoucher-product-info #recipient_name{
	width: 325px;
	max-width: 100%;
}

#giftvoucher-result{
	font-size: 15px;
}

#giftvoucher-result label{
	width: 160px;
}

.giftvoucher-product-info { margin-top:15px; }
.giftvoucher-product-info p { margin:10px 0px; }
.giftvoucher-product-info .input-text { height:24px; font-family:"knockoutMiddle"; border-color:#999; font-size:14px; }
.giftvoucher-product-info label { padding-left:2px; }
.giftvoucher-product-info label , .giftvoucher-product-info span.price { font-size:15px ; font-family:"knockoutMiddle";  }
.giftvoucher-product-info span.price { font-size:13px; }
.giftvoucher-product-info input.input-text{padding-left: 4px !important; padding-right: 4px !important; padding-top: 2px !important; padding-bottom: 2px !important;}


	.amount-info
	{
		display: block;
		margin-top:5px;
	}
