/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*for FireFox*/
    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom fonts */
@font-face { 
  font-family: 'mentone'; 
  src: url(/images/mentone-semibol.otf); 
}



body {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background-image: url(/images/picolia-bg.jpg);
	background-position: center top;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #ED2424;
	text-decoration: none;
}
h1, h2  {
	font-family: 'mentone';
	color: #FFF;
	font-weight: normal;
}
h1 {
	font-size: 26px;
	padding: 0 0 20px 0;
	text-transform:uppercase;
}
h2 {
	font-size: 22px;
	padding: 0 0 15px 0;
	color: #fff;
}
h3 {
	padding: 0 0 18px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.3;
}
p {
	padding: 0 0 12px 0;
	line-height: 1.3;
}

/*Background stretcher*/
.bgstretcher {
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
/****** end Background stretcher*/
.wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 80px 0 0 0;
}
.header {
	background-image: url(/images/hd.png);
	background-repeat: no-repeat;
	display: block;
	height: 99px;
	width: 686px;
	margin: 0 auto;
	text-indent: -9999px;
}
.content      {
	padding: 30px;
	margin: 0;
	overflow: hidden;
}
.dataWrap {
	margin: 0;
	padding: 60px 0 0 0;
}
.data {
	padding: 0;
}
.picturecodewrap {
	width: 360px;
	margin: 0 auto;
	padding: 10px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background: rgba(0, 0, 0, 0.2);
}
.picturecode {
	color:#454545;
	font-size:32px;
	font-weight:bold;
	letter-spacing:7px;
	padding:15px 30px;
	text-align:center;
	width:300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:none;
}
.continue input {
	display: block;
	margin: 0 auto;
	padding: 0px;
	height: 53px;
	width: 201px;
	border: none;
	cursor: pointer;
}
.errorBarcode {
	color: #000;
	text-align: center;
	padding: 20px 0;
}
.continue {
	padding: 50px 0;
}
.data ul {
	margin: 10px 0;
	width: 270px;
}
.data li {
	padding: 0 0 10px 0;
}
.data li label {
	display: block;
	padding: 0 0 3px 0;
	font-size: 14px;
}
.data li label span {
	font-size: 11px;
	color: #4aa3f3;
}
.data li .required {
	color:orange;
	font-size:11px;
}
.why {
	margin-left:145px;
	text-decoration:underline;
	cursor:help;
}
.disclaimer {
	font-size: 10px;
}
.data li input {
	border: none;
	width: 260px;
	padding: 5px;
	font-size: 1em;
	color: #fff;
	background-color: #337bbc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.data li.submit .continue {
	width: auto;
	background: transparent;
}
.camera {
	background-image: url(/images/camera.png);
	background-repeat: no-repeat;
	display: block;
	height: 206px;
	width: 492px;
	position: absolute;
	z-index: 3;
	left: 435px;
	top: 112px;
}
.picturepass {
	background-image: url(/images/picturepass.gif);
	background-repeat: no-repeat;
	display: block;
	height: 229px;
	width: 276px;
	position: absolute;
	z-index: 2;
	left: 646px;
	top: 243px;
}
.errorPickup {
	padding: 30px 0 0 0;
}
.code {
	color: #FFF;
	background-color: #ED2424;
	padding: 3px 5px;
	display: inline;
}
.survey {
	margin: 90px 0 0 60px;
	float: left;
	padding: 10px;
	background-color: #337bbc;
	width: 610px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.surveyInside {
	background-color: #003667;
	padding: 50px 70px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.question_wrap {
	padding:10px 0;
}
.q {
	padding:5px 0;
}
.a {
	color:#66CCFF;
	font-size:12px;
	padding:2px 0;
}
.a textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100px;
	padding:10px;
	width:300px;
}
.reqSurvey {
	color:#F00;
	display:block;
}
.pictureWrapper {
	width: 640px;
	padding: 10px;
	background-color: #337bbc;
	margin: 0 auto;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.darker {
	width: 600px;
	padding: 20px;
	background-color: #003667;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.photo {
	width: 600px;
	display: block;
	margin: 0;
	padding: 0;
}
.social    {
	display: block;
	padding: 20px 25px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 550px;
}
.social div.socialHD  {
	font-family: 'mentone';
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 7px 0;
	overflow: hidden;
	font-size: 22px;
}
.social div {
	float: left;
	display: inline;
	padding: 15px 14px 0 0;
}
.social .print {
	padding-right: 0px;
}
.emailpop {
	display: none;
	position: absolute;
	z-index: 100;
	padding: 10px;
	left: 231px;
	top: 206px;
	background-image: url(/images/transWhite.png);
	background-repeat: repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.darkBack {
	background-image: url(/images/transBlack.png);
	background-repeat: repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 480px;
	padding: 15px;
	color: #CCC;
	overflow: hidden;
}
.close {
	position: absolute;
	z-index: 101;
	left: 493px;
	top: 16px;
}
.email, .close {
	cursor: pointer;
}
.emailpop div.records {
	width: 160px;
	float: left;
	display: inline;
	padding: 0 0 10px 0;
}
.emailpop div.records.emailpic {
	padding: 0;
}
.emailpop label {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	padding:0 0 5px;
}
.emailpop input {
	width: 145px;
	padding: 3px;
	font-size: 1em;
	font-weight: bold;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.confirmation {
	background-color:red;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:480px;
}
.footer {
	font-size: 11px;
	padding: 20px 0;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	margin: 50px 0 0 0;
	background-position: center top;
	text-align: center;
}
.footer p {
	line-height: 20px;
}
.ico {
	padding: 0 0 0 11px;
	background-image: url(/images/ICO-padlock.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.floatright {
	float: right;
	display: inline;
}
.floatright a {
	margin: 0 0 0 12px;
}


/*Tooltips*/
p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 0.8em;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	color:#005aab;
	width:200px;
	text-align: left;
}
p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px;
}

/*END Tooltips*/
