div#promo div.content div.image {
	float: left; width: 255px; margin-right: 16px; margin-top: 30px;
}
div#promo div.content div.copy {
	float: left; width: 452px; margin-bottom: 100px;
}

a.buymymixa {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 3px 24px 3px 8px;
	height: 18px;
	width: 130px;
	float: left;
	font-weight: bold;
	overflow: hidden;
	margin: 15px 20px 0px 0px;
	background:#000 url(/static/img/misc/white-arrow-on-black.gif) center right no-repeat;
}
a.buymymixa.row {
	width: 230px;
	margin-right: 0px;
}

a.buymymixa:hover {
	color: #000;
	background:#fff url(/static/img/misc/black-arrow-on-white.gif) center right no-repeat;
}

input.text {
	border: 1px solid #999;
}

p.form-error{ color: #fe9c24; font-weight: bold;}
