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

div#voucher{
	float:right;
	width:570px;
	border-left:1px dotted #4c5144;
	padding:0 90px 20px 40px;
	margin-bottom:20px;
	}
	div#voucher h5{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		color:#4b5144;
	}
	div#voucher p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#fff;
		margin-bottom:10px;
	}
	div#voucher fieldset{
		border:0;
		margin:10px 0 0 0;
		padding:0;
		}
		div#voucher fieldset label{
			color:#fff;
		}
		div#voucher fieldset input{
			margin-bottom:5px;
		}
		div#voucher fieldset textarea{
			border:1px solid #b2b6ab;
			background-color:#b2b6ab;
			margin-bottom:10px;
			color:#fff;
		}
		div#voucher fieldset input.price{
			width:50px;
			border:1px solid #b2b6ab;
			background-color:#b2b6ab;
			text-align:right;
		}
		div#voucher fieldset input.send{
			margin-top:20px;
		}
			div#voucher fieldset select.errorField,
			div#voucher fieldset input.errorField{
				color:#f00;
				border:1px solid #f00;
			}
	span.lines{
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		display:block;
	}
		
