form {
	width: 527px;
	margin: 28px 0 0;
	background: #f1d9a1 url('/images/content/promos/coupForm-bg.gif') no-repeat 0 0;
}

table {
	width: 100%;
	border: 8px dashed #000;
}
	table input.text {
		width: 210px;
		margin: 7px 0;
		padding: 2px 3px;
		border: 1px solid #bccdd8;
		font-size: 16px;
	}
	table .right {
		width: 160px;
		text-align: right;
	}
		table .right label {
			padding: 0 20px 0 0;
			font-size: 16px;
			font-weight: bold;
			color: #970000;
		}
	table .center {
		text-align: center;
	}
		table .center p {
			font-size: 14px;
			color: #fff;
		}
		table .center p.big {
			padding-top: 5px;
			font-size: 18px;
		}
		table .center strong {
			color: #970000;
		}
		table .center input {
			width: 249px;
			height: 40px;
			margin: 20px;
			behavior: url('/js/iepngfix.htc');
		}

#page .disclaimer p {
	margin: 10px;
	font-size: 10px;
	color: #222;
}
	#page td.disclaimer p {
		font-size: 12px;
	}
