@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;
}
a:hover, a:active {
	text-decoration: none;
}
/*img, input, div {
	behavior:url(images/iepngfix.htc);
}
 ------ now the meat ------ */

body {
	background-color: #000000;
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	color: #000;
	text-align: center;
	padding: 89px 0 20px 0;
}
#proteccion {
	position: absolute;
	top: 58px;
	left: 0px;
}
img {
	border: none;
}
.rounded {
	display: block;
	margin: 0;
	padding: 0;
}
#pickup-wrap {
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
	background-image: url(images/grunge.jpg);
	background-repeat: no-repeat;
	height: 600px;
	background-position: center top;
}
#pickup-wrap a {
	text-decoration: underline;
}
#pickup-fields   {
	text-align: left;
}
.topnav {
	height: 35px;
}
.groupPhotos {
	position: absolute;
	left: 57px;
	top: 226px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#inner {
	text-align: left;
	width: 320px;
	height: 443px;
	position: absolute;
	left: 618px;
	top: 199px;
}
#inner a {
	color: #000;
}
#inner  p {
	padding: 0;
}
#inner ul {
	display: block;
}
#inner li {
	padding: 0 0 15px 0;
	margin: 0;	/*display: block;*/
	float: left;
	width: 300px;
}
.errors {
	border: 1px solid #A01E00;
	padding: 10px 0 10px 35px;
	background-color: #FFCCCC;
	color: #990000;
	margin: 15px 50px 20px 0;
	font-weight: bold;
	background-image: url(images/warnn.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.label {
	color: #FFFFFF;
	padding: 0;
	font-size: 11px;
	display: block;
}
#inner   li input {
	padding: 4px 7px;
	color: #FFF;
	font-weight: normal;
	font-size: 1em;
	background-color: #000;
	border: none;
	width: 280px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
}
#inner li.state {
	width: 190px;
	display: inline;
}
#inner li.zip {
	width: 110px;
	display: inline;
}
#inner select {
	background-color: #000;
	color: #FFF;
	padding: 4px 7px;
	width: 180px;
	font-size: 1em;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
}
#inner li.zip input {
	width: 90px;
}
#inner  li#send-pickup {
	display: inline;
	width: 140px;
}
#inner   li   div input {
	width: 132px;
	background: transparent !important;
	border: none;
	padding: 0;
	height: 23px;
	margin: 0;
}
#inner  li#help-pickup {
	text-align: right;
	line-height:23px;
	text-transform:uppercase;
	width:150px;
}
#logos {
	position: absolute;
	top: 633px;
	left: 18px;
	z-index: 11;
}
#agente {
	position: absolute;
	left: 880px;
	top: 170px;
	z-index: 13;
}
#warning-wrap, #contactsheet {
	padding: 25px 0 0 0;
}
#warning-wrap img, #contactsheet img {
	padding-bottom: 15px;
}
#warning-wrap p, #contactsheet p {
	padding: 4px 0;
}
.warning {
	color: #00ADFC;
	font-weight: bold;
}
#warning-wrap a, #contactsheet a, #survey-wrap a {
	text-decoration: underline;
	color: #000;
}
#contactsheet td {
	padding: 0 4px 4px 0;
}
.small {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}
#survey-wrap {
	text-align: left;
	width: 370px;
	margin: 0 auto;
	height: 452px;
	padding: 0 10px 0 0;
	position: absolute;
	left: 580px;
	top: 187px;
	overflow: auto;
}
#survey-inner {
}
.tdsurvey {
	padding-bottom: 12px;
	color: #000;
	font-weight: bold;
}
.tddetail {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	padding: 3px 0;
}
#survey-inner input {
	padding: 1px;
	font-size: 14px;
	color: #000;
	border: none;
	font-weight: normal;
	margin: 0;
}
#survey-inner select {
	color: #000;
	width: 200px;
}
#survey-wrap p {
	font-size: 11px;
}
#survey-inner ul {
	display: block;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
}
#survey-inner li.surveyErrorMsg {
	display: block;
	padding: 5px;
	color: #FF3333;
	margin: 0;
}
a.surveyErrorMsg {
	display: block;
	padding: 0px;
	color: #FF3333;
	text-decoration: none;
	background: transparent;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 0 35px 0;
}
h2 {
	font-size: 16px;
	color: #00ADFC;
	padding: 0 0 10px 0;
	font-weight: normal;
}
#photo-wrap {
	padding: 0;
	margin: 0;
}
#photo {
	width: 480px;
	padding: 19px;
	background-image: url(images/photoback.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 45px;
	top: 165px;
}
#ppa-wrap {
	padding: 0;
	text-align: center;
	clear: left;
	margin: 30px 0 0 0;
	vertical-align: top;
}
#ppa-wrap img {
	margin: 0 7px;
	float: left;
	display: inline;
}
#ppa-wrap img.valign, #ppa-wrap a.valign img {
	margin-top: 10px;
}
#resend-wrap {
	width: 380px;
	position: absolute;
	left: 585px;
	top: 195px;
}
#resend-wrap a {
	text-decoration: underline;
}
#from {
	display: block;
}
.clear {
	clear: both;
	height: 1px;
}
#from li , #to li{
	display: inline;
	margin: 0;
	float: left;
	width: 190px;
	padding: 0 0 10px 0;
}
#from  li input, #to input   {
	padding: 4px 7px;
	color: #FFF;
	margin: 0;
	background-color: #000 !important;
	width: 170px;
	font-size: 1em;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
}
.label-photo, .upto6emails {
	padding: 0 0 2px 0;
	color: #fff;
}
#to {
	display:block;
	clear: left;
}
#to li.upto6emails{
	display: block;
	padding: 10px 0 0;
	width: 300px;
}
li#sendnow {
}
#resend-wrap   li   div input {
	margin: 0px;
	padding: 0px;
	width: 132px;
	background: transparent !important;
	border: none;
	height: 23px;
}
li#send-confirm {
	color: #F00;
	font-size: 110%;
	font-weight: bold;
	width: 200px;
	text-align: right;
	height: 22px;
	line-height: 22px;
}
#to li#need-help-photo {
	text-align: right;
	line-height: 23px;
	width: 180px;
}
#footer {
	font-size: 9px;
	margin: 0;
	padding: 10px 0;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#footer-inner {
	padding: 0px;
}
#footer p   {
	padding: 0;
	color: #c5c7cb;
}
#footer a:link, #footer a:visited {
	color: #c5c7cb;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}
