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

/* FORM STUFF: */
form {
	margin: 10px;
}
div.field {
	padding-bottom: 10px;
}
label, div.nolabel {
	display: block;
	float: left;
	width: 146px;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
}
div.radios label {
	text-align: left;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 0px;
	width: 100px;
}
input.text,input.checkbox, input.radio, textarea {
	float: left;
}
input.text {  
	width: 180px;
}
textarea {  
	width: 240px;
	height: 60px;
}

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

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


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

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


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

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


#promo-bg{
	min-height:351px;
	height:auto !important;
	height:351px;
	background:url(/static/img/shots/promo-mixa_v2.jpg) no-repeat scroll right top;
}
