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

div.tape_zoom {
	float: left;
	margin-left: 30px;
	display: none;
}

div.tape {
	width: 103px;
	margin: 10px 0px 0px 10px;
	float: left;
	display: inline;
}
div.design {
	width: 225px;
	margin-left: 20px;
	float: left;
	display: inline;
}

div.label {
	background: #fff;
	padding: 2px;
}

div.tape div.label {
	width: 103px;
	zmargin-left: 34px;
}
div.design div.label {
	width: 172px;
	margin: 8px 0px 10px 25px;
}

div.label input, div.label label {
	float: left;
}
div.label label {
	padding: 3px 0px 0px 4px;
}
div.label.selected {
	background: #000;
}

div.label.selected label {
	color: #fff;
}

input#title {
	margin: 10px 0px 0px 30px;
	width: 200px;
	float: left;
}
label#label_title {
	display: block; float: left; margin: 10px 0px 0px 10px; width: 280px;
}


input#terms {
	margin: 10px 0px 0px 30px;
	float: left;
}
label#label_terms {
	display: block; float: left; margin: 12px 0px 0px 10px; width: 480px;
}

a.buymymixa {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	display: block;
	xposition: absolute;
	padding: 3px 24px 3px 8px;
	height: 18px;
	width: 150px;
	font-weight: bold;
	overflow: hidden;
	xmargin: 226px 0px 0px 623px;
	margin: 10px 0px 0px 30px;
	background:#000 url(/static/img/misc/white-arrow-on-black.gif) center right no-repeat;
}
a.buymymixa.row {
	width: 260px;
}

#too-late{ background:url(../img/xmas/too_late_xmas.jpg) no-repeat; padding:14px 0 26px 93px; color:#5eae86; font-size:0.9em; position:absolute; top:0; left:30px; z-index:50; font-weight:700; }