@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: #666;
}
a:hover {
	text-decoration: none;
	color: #CD242D;
}
a:active {
	text-decoration: underline;
	color: #FBD11C;
}
/*------ now the meat ------ */

body {
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
	background-color: #d2232a;
}
#wrap {
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
.header {
	height: 45px;
	display: block;
	font-size: 24px;
	font-weight: normal;
	padding: 35px 0 0 0;
	color: #fff;
}
.header img {
	float: left;
	margin: 0 45px 0 30px;
}
#wrap .logo {
	padding: 30px 0 4px 25px;
	position: absolute;
	z-index: 10;
}
img {
	border: none;
}
#pickup-wrap {
	padding: 35px 0 0 0;
	position: relative;
	color: #000;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pickup-fields   {
	padding: 0 75px;
	margin: 0;
	text-align: left;
	display: block;
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	clear: both;
}
h1 {
	font-size: 22px;
	color: #000;
	padding: 0 0 5px 0;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #FFF;
	padding: 0 0 5px 0;
	font-weight: normal;
}
#clear {
	clear: both;
	height: 1px;
	float: none;
	display: block;
}
#inner {
	text-align: left;
	padding: 30px 0;
	width: 460px;
}
.cardinfo {
	float: right;
	padding: 65px 0;
	position: relative;
	z-index: 100;
}
.pickup_form input, .pickup_form select {
	background-color: #f5f5f5;
	border: 1px solid #e2e2e2;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
	width: 230px;
}
.pickup_form select {
	width: 238px;
}
.pickup_form div {
	padding: 12px 0 0 0;
	clear: left;
}
.pickup_form label {
	font: 13px Verdana, Geneva, sans-serif;
	width: 120px;
	float: left;
	display: inline;
	line-height: 1.8;
	text-align: right;
	padding-right: 10px;
}
.pickup_form .send-pickup {
	padding-left: 130px;
}
.pickup_form input.continue  {
	padding: 0;
	height: 38px;
	border: none;
	width: 150px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(images/continue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
.pickup_form input.continue:hover  {
	background-position: 0px -38px;
}
.pickup_form input.continue:active  {
	background-position: 0px -76px;
}
.pickup_form div.disclaimer{
	padding-left: 130px;
	width: 230px;
	font-size: 10px;
	clear: left;
}
.pickup_form div.help-pickup{
	padding-left: 130px;
	padding-top: 10px;
}
.small    {
	font-size: 10px;
}
#warning-wrap  {
	padding: 60px 0 0 0;
}
#warning-wrap ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0 0 0 25px;
}
#warning-wrap ol li {
	padding-bottom: 10px;
}
#warning-wrap p, #contactsheet p {
	padding: 5px 0;
}
.warning {
	color: #CD242D;
	font-weight: bold;
	line-height: 1.3;
}
#contactsheet  {
	padding: 0px;
}
#contactsheet h1 {
	padding-bottom: 50px;
}
#contactsheet td {
	padding: 10px 10px 10px 0;
}
#survey-wrap {
	text-align: left;
	padding: 30px 0 0 0;
	width: 460px;
}
#survey-inner {
	padding:30px  15px 0;
}
.tdsurvey {
	padding-bottom: 12px;
	color: #000;
	font-weight: bold;
}
.tddetail {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	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;
}
a.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #F00;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#survey-inner li.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #F00;
	font-weight: normal;
}
#photo-wrap {
	padding: 30px 25px;
	margin: 0;
	text-align: left;
	display: block;
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	clear: both;
}
.rightCol {
	float: left;
	display: inline;
	width: 380px;
	height: 360px;
}
#photo {
	height: 360px;
	width: 480px;
	padding: 0 20px;
	float: left;
	display: inline;
}
#ppa-wrap {
	clear:left;
	margin:0;
	padding:3px 0 0 7px;
}
#ppa-wrap ul {
	display: block;
	margin: 0;
	text-align: center;
}
#ppa-wrap li {
	display:inline;
	padding:0 3px;
	width:109px;
}
#resend-wrap {
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	height: 320px;
}
#from {
	padding: 5px 0 0 0;
	display: block;
}
#from li, #to li   {
	padding: 0px;
	margin: 0 0 7px 0;
	display: inline;
	float: left;
	width: 170px;
}
#from  li input, #to input   {
	background-color:#F5F5F5;
	border:1px solid #E2E2E2;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding:3px;
	width:153px;
}
.label-photo  {
	display:block;
	font-size:13px;
	padding-bottom:2px;
}
#to li.label-photo {
	display: block;
	float: none;
	margin: 0;
	font-size:13px;
	padding:0 0 2px 0;
	width: 300px;
}
#to {
	display: block;
	padding: 3px 0 0 0;
	clear: left;
}
#to  li#sendnow {
	border: none;
	margin: 0;
}
#resend-wrap  div  input {
	margin: 0px;
	padding: 0px;
	width: 149px;
	background: transparent !important;
	border: none;
	height: 37px;
}
#to  li#send-confirm {
	border: none;
	color: orange;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	width:100%;
	margin: 0;
	padding: 0;
}
#to  li#need-help-photo {
	text-align: right;
	border: none;
	line-height: 37px;
	float: left;
	display: block;
	width: 160px;
	margin: 0;
}
#footer {
	color:#000;
	font-size:11px;
	padding:40px 30px;
	bottom: 10px;
	line-height: 1.5;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0;
	clear: both;
}
#footer span {
	color: #FFF;
}
#footer a {
	color:#000;
	text-decoration:underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
