#email_voucher_code label
{
	color: #63615E;
	float: left;
	padding: 4px 7px 0 0;
	text-align: right;
	width: 70px;
}

#email_voucher_code input
{
	padding: 2px;
	width: 250px;
}

#email_voucher_code textarea
{
	padding: 2px;
	width: 250px;
}

#email_voucher_code button
{
	margin: 2px 0 0 77px;
}

#email_voucher_code .row
{
	clear: both;
	padding-top: 8px;
	width: 400px;
}

#email_captcha
{
	background-color: #F0EBE4;
	border: 1px solid #D1C8B8;
	margin: 10px 10px 0 77px;
	padding: 10px;
	width: 350px;
	text-align: center;
}

#email_captcha input
{
	width: 100px;
}


