@charset "UTF-8";
/* ------ best reset --------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 1em;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFC20E;
}
/*------ now the meat ------ */

body {
	font: 80% Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFFFFF;
	background-color: #611f0f;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	width:1024px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#wrap .logo {
	padding: 20px 0 0 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}
img {
	border: none;
}
#pickup-wrap {
	padding: 0;
	position: relative;
	background-image: url(images/band.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 780px;
	height:auto !important;
	height:780px;
}
#pickup-fields   {
	padding: 0;
	margin: 0;
	text-align: left;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#inner {
	text-align: left;
	padding: 250px 0 0 545px;
	width: 333px;
}
#inner  p {
	padding: 0;
}
#inner ul {
	display: block;
	padding: 22px 0 0 0;
	margin: 0;
}
#inner li {
	padding: 0 0 10px 0;
	margin: 0;	/*display: block;*/
	display: block;
}
.label {
	color: #FFFFFF;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	display: inline;
	width: 92px;
	float: left;
}
#inner li input, #inner li select {
	padding: 2px;
	color: #000000;
	font-weight: normal;
	width: 185px;
	font-size: 1em;
}
#inner li select {
	width: 197px;
}
#inner li div input {
	width: 128px;
	background: transparent !important;
	border: none !important;
	padding: 0;
	height: 32px;
	margin: 0;
}
#inner li#send-pickup   {
	height:32px;
	margin:0;
	width:128px;
	background: none !important;
	display: inline;
	float: left;
	padding: 0 0 0 90px;
}
#inner li#help-pickup   {
	margin: 0;
	text-align: right;
	line-height: 32px;
	padding: 0;
	width: 270px;
}
#inner li.disclaimer {
	margin: 0 0 0 80px;
	color: #8f8f8f;
	font-size: 10px;
}
.small    {
	font-size: 10px;
}
.cta  {
	padding: 50px 0 15px 40px;
}
#footer .pmfoot {
	float: right;
	text-align: right;
}
#warning-wrap  {
	padding: 0 30px;
}
#warning-wrap p, #contactsheet p {
	padding: 5px 0;
}
.warning {
	color: #ED2724;
	font-weight: bold;
	line-height: 1.3;
}
#contactsheet  {
	padding: 0 30px;
}
#contactsheet td {
	padding: 10px 10px 10px 0;
}
#survey-wrap {
	text-align: left;
	padding: 100px 0 0 545px;
	width: 450px;
	margin: 0;
}
#survey-inner {
	padding: 15px 0 0 0;
}
.tdsurvey {
	padding-bottom: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.tddetail {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
#survey-inner td input {
	padding: 3px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 5px 5px 0 0;
}
.helpsurvey {
	display: block;
	margin-top: 10px;
}
#survey-inner select {
	color: #000;
}
#survey-inner ul {
	display: block;
	padding: 0;
	text-decoration: none;
}
#survey-inner li.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #FFC20E;
	font-weight: bold;
}
a.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #FFC20E;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.cta-full {
	clear: both;
	text-align: center;
	padding: 30px 0;
}
#photo-wrap {
	padding: 50px 0 0 480px;
	margin: 0;
	text-align: left;
	width: 480px;
}
#photo {
	height: 360px;
	width: 480px;
	padding: 0;
}
#ppa-wrap {
	width: 480px;
	margin: 0;
	display: block;
	height: 30px;
	padding: 20px 0 0 0;
}
#ppa-wrap ul {
	display: block;
	margin: 0;
	text-align: center;
}
#ppa-wrap li {
	padding: 0 10px;
	display: inline;
}
#resend-wrap {
	margin: 0;
	padding: 25px 0 0 0;
	display: block;
}
#from {
	padding: 5px 0 0 0;
}
#from  li, #to li {
	padding: 0px;
	margin: 0 0 10px 0;
	display: inline;
	float: left;
	width: 160px;
}
#from  li input, #to input   {
	padding: 2px;
	color: #000000;
	width: 140px;
}
.label-photo  {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
}
#to li.label-photo {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 480px;
}
#to {
	display: block;
	padding: 5px 0 0 0;
}
#to  li#sendnow {
	border: none;
}
#resend-wrap  div  input {
	margin: 0px;
	padding: 0px;
	width: 148px;
	background: transparent !important;
	border: none;
	height: 32px;
}
#to  li#send-confirm {
	color: #FFC20E;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	border: none;
}
#to  li#need-help-photo {
	text-align: right;
	border: none;
	line-height: 32px;
	float: left;
	display: block;
}
#footer {
	color:#905443;
	font-size:10px;
	padding:10px 0;
	clear:both;
}
#footer a {
	color:#905443;
	text-decoration:underline;
}
