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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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; 
    }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********** END reset ***********/
body {
	background-color: #f52d15;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
h1, h2  {
	font-weight: normal;
}
h1 { font-size:24px}
h2 {
	font-size: 16px;
	padding: 0 0 15px 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	padding: 0 0 18px 0;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding: 0 0 12px 0;
	line-height: 1.3;
}
.wrap {
	width: 520px;
	margin: 0 auto;
	background-image: url(/images/fb-attendant.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #fff;
	font-size: 14px;
	min-height: 730px;
	height: auto !important;
	height: 730px;
}
.content {
	padding: 10px;
	margin: 0;
	overflow: hidden;
	height: auto;
	width: 480px;
}
.content h1.fb-pickup {
	background-image: url(/images/fb-pickup_hd.gif);
	background-repeat: no-repeat;
	display: block;
	width: 207px;
	height: 130px;
	float: left;
	text-indent: -9999px;
	margin: 25px 0 0 15px;
}
.fb-postcard {
	background-image: url(/images/fb-postcard.gif);
	background-repeat: no-repeat;
	width: 229px;
	height: 155px;
	float: right;
	clear: right;
	margin: 20px 0 0 0;
}
.data {
	padding: 20px;
	width: 240px;
	margin: 20px 0 0 0;
	background-color: #900;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: block;
	clear: left;
	float: right;
}
h2.dataHD {
	background-image: url(/images/fb-pickup_hd2.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 40px;
	text-indent: -9999px;
}
.continue input {
	display: block;
	margin: 0 auto;
	padding: 0px;
	height: 53px;
	width: 201px;
	border: none;
	cursor: pointer;
}
.errorBarcode {
	color: #F00;
	text-align: center;
	padding: 20px 0;
}
.continue {
	padding: 50px 0;
}
.data ul {
	margin: 0;
	width: 230px;
}
.data li {
	padding: 0 0 10px 0;
}
.data li label {
	color: #FFF;
	font-size: 15px;
	padding: 0 0 3px;
	display: block;
	font-weight: bold;
}
.data li label span {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}
.data li .required {
	color: #FF0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}
.why {
	float:right;
	text-decoration:underline;
	cursor:help;
	display:none;
}
.disclaimer {
	font-size: 10px;
	color: #999;
}
.disclaimer a {
	color: #666;
}
.data li input {
	width: 215px;
	padding: 5px;
	font-size: 1em;
	color: #000 !important;
	background-color: #FFF !important;
}
.data li.submit input.continue, .data li input.submitRaffle {
	background: none repeat scroll 0 0 transparent !important;
    border: medium none;
    margin: 10px 0 0;
    padding: 0;
    width: auto;
}
.tcs a {
	font-size: 11px;
}
.errorPickup {
	padding: 0;
	line-height: 1.5;
}
.code {
	color: #000;
	background-color: #FF0;
	padding: 3px 5px;
	display: inline;
}
.survey {
	margin: 20px auto;
	padding: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.surveyInside {
	padding: 20px 20px 20px 200px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: left;
}
.question_wrap {
	padding:10px 0;
}
.q {
	padding:5px 0;
	line-height: normal;
	font-weight: bold;
}
.a {
	color:#000;
	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;
}
.gallery {
	padding: 10px;
	width: 280px;
	margin: 30px 0 0 180px;
	background-color: #9f1100;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: block;
	clear: left;
	overflow: hidden;
}
.gallery .thumbs {
	float: left;
	display: inline;
	width: 120px;
	padding: 20px 20px 0 0;
}
.pictureWrapper {
	width: 480px;
	margin: 5px 0 0;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
}
h1.fb-photopage {
	background-image: url(/images/fb-photopage_hd.gif);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	text-indent: -9999px;
	width: 400px;
}
.darker {
	width: 600px;
	padding: 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color:#ebebeb;
}
.photo {
	width: 480px;
	display: block;
	margin: 0;
	padding: 0;
}
.social    {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
	width: 480px;
}
.social div.socialHD  {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 0 15px 0;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	width: 480px;
	background-image: url(/images/socialHD.png);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	text-indent: -9999px;
	height: 35px;
}
.social div {
	float: left;
	display: inline;
	padding: 5px 10px 0 0;
}
.social .winprizes {
	padding-right: 0px;
}
.emailpop {
	display: none;
	position: absolute;
	z-index: 100;
	padding: 5px;
	left: 8px;
	top: 183px;
	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;
	text-align: left;
}
.emailpop h1 {
	width: 469px;
	padding: 0 0 15px 0;
}
.emailpop h2       {
	color: #FFF;
	background-image: url(/images/sendto.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 20px;
	text-indent: -9999px;
}
.darkBack {
	background-image: url(/images/overlay_70_black.png);
	background-repeat: repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 465px;
	padding: 15px;
	color: #CCC;
	overflow: hidden;
}
.close {
	position: absolute;
	z-index: 101;
	left: 474px;
	top: 10px;
}
.email, .close {
	cursor: pointer;
}
.emailpop div.records {
	width: 155px;
	float: left;
	display: inline;
	padding: 0 0 10px 0;
}
.emailpop div.records.emailpic {
	padding: 0;
}
.emailpop div.records.emailpic input {
	width: auto;
	height: auto;
}
.emailpop label {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	padding:0 0 5px;
}
.emailpop input {
	width: 140px;
	padding: 3px;
	font-size: 1em;
	font-weight: bold;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.confirmation {
	background-color:#FFF;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:10px auto 0;
	padding:10px;
	text-align:center;
}
.footer {
	font-size: 11px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	width: 500px;
	background-image: url(/images/footer_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.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*/


.infoBox {
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #005aab;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}


.fbFeed {
	float: right;
	display: inline;
	width: 400px;
	margin: 5px 0 0;
	background-color: #900;
	padding: 20px;
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.fbFeedInside {
	background-color: #FFF;
}



/*======= Facebook popup ========*/

.mask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 199;
	background-image: url(/images/overlay_70_black.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
.fbPopup {
	width: 460px;
	padding: 10px;
	background-image: url(/images/overlay_70_black.png);
	background-repeat: repeat;
	position: absolute;
	z-index: 200;
	left: 40%;
	top: 250px;
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.fbInsideWrap {
	background-color: #FFF;
	padding: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.fbClient {
	width: 430px;
	background-image: url(/images/fbPopLogo.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.fbiFrame {
	padding: 12px 0 0;
}
.fbCancel {
	padding: 15px 0 0;
	text-align: left;
	font-size: 10px;
}
.fbCancel a:link, .fbCancel a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #005aab;
	text-decoration: none;
}
.fbCancel a:hover, .fbCancel a:active {
	color: #005aab;
	text-decoration: underline;
}
.fbPopupClose {
	background-image: url(/images/x-fbpopup.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 201;
	left: 446px;
	top: 13px;
	cursor: pointer;
	background-position: center center;
}

/*======= End Facebook popup ========*/

.terms {
	width:800px;
	margin:0 auto;
}

.termsInside {
	padding: 40px 60px;
	background-color: #FFF;
	margin: 20px auto;
	color: #000;
	font-size: 12px;
	line-height: 1.3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.data li input.required1 {
	background-color: #FF0 !important;
	color: #000 !important;
}
