charset "utf-8";

/*
[struct]		page structure (wrapper, templates, etc.)
[links]			default link treatments
[overrides]		overrides for defaults
[forms]			web forms
[copy]		 	default copy treatments
[extras]		extra effects and utility classes
*/

html {
	/*overflow: -moz-scrollbars-vertical;*/
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body{
	overflow-x:hidden;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
em, strong {
	/*font-style:normal;*/
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#353c41;
}

select, textarea, input[type="text"], input[type="password"], .forminput input {float:left; font-size: 110%; font-weight: normal; line-height: 20px; display: inline-block;  padding: 4px 6px; color: #555555; vertical-align: middle; -webkit-border-radius: 4px;  -moz-border-radius: 4px; border-radius: 4px; background-color: #ffffff; border: 1px solid #bd9c6b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;  -o-transition: border linear 0.2s, box-shadow linear 0.2s;  transition: border linear 0.2s, box-shadow linear 0.2s;}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {border-color: rgba(59, 89, 152, 0.5); outline: 0; outline: thin dotted \9;  /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(59, 89, 152, 0.6);  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(59, 89, 152, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(59, 89, 152, 0.6);}
.form_submission .error-message, .form_submission span.error-span {display:block; clear:both; float:left; color:#ff0000; padding:5px 0 0 0;}

table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*
Browser-specific (invalid) styles to make preformatted text wrap.
http: //users.tkk.fi/~tkarvine/pre-wrap-css3-mozilla-opera-ie.html
*/
pre {
	white-space:pre-wrap; /* css-3 */
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
}
/* [extras] */

/* utility classes */

.spacer, .break { /* used for clearing floats, mostly */
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
.break {
	height:1.231em;
}
.print { /* hide me completely! */
	display:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.taleft {
	 text-align:left;
}
.taright {
	text-align:right;
}
.tacenter {
	text-align:center;
}
.mright10 {
	margin-right:10px;
}
.displayblock {
	display:block;
}
.displaynone, a.displaynone {
	display:none;
}

/* [struct] */
#wrapper {
	width:100%;
	/*max-width:810px;*/
	margin:auto;
}

#page-body {
	clear:both;
	margin:auto;
}

/* [default css] */
/* We'll move this to set via js */
#page-body #flashMessage { border: 1px solid #ff0000; color: #ff0000; float: left; margin: 10px 1%; padding: 5px 0px; text-align: center; width: 98%; }

/* [BROWSER WARNING] */
#browser-warning {width:100%; background:#c73e14; padding:10px 0; color:#fff; text-align:center; font-weight:bold; font-size:14px;}
#browser-warning span {display:inline-block; height:16px; }
span.browser-warning-icon {background:url(https://dcveehzef7grj.cloudfront.net/img/facebook/warning.png) no-repeat 0 0; width:17px; margin-right:5px;}
#browser-warning a {color:#fff; text-decoration:underline;}

/* [hide tabs based on page] */
.confirmation-bdy a.topRefer, .home-bdy a.topHome {display:none;}

/* [like gate] */
.like-gate-image {text-align:center;}
.refreshMsg {color:#353c41; padding:10px 0 5px 5px;; font-weight:bold; font-size:90%}
.refreshMsg a {color:#353c41; text-decoration:underline;}
a.savelf, a.savelf:active, a.savelf:link, a.savelf:focus {text-decoration:none; background:#8a8a8a; border:1px solid #797979; color:#fff; margin:8px 0 0 0; padding:5px 10px; font-weight:bold; cursor:pointer; border-radius: 5px; -moz-border-radius:5px;}
a.savelf:hover {background:#797979; border:1px solid #797979;}
a.new-button-action, a.new-button-action:active, a.new-button-action:link, a.new-button-action:focus {text-decoration:none; background:#6d84b4; border:1px solid #3b5998; color:#fff; margin:8px 0 0 0; padding:5px 10px; font-weight:bold; cursor:pointer; border-radius: 5px; -moz-border-radius:5px;}
a.new-button-action:hover {background:#3b5998; border:1px solid #3b5998;}
#colorbox {top:80px !important;}

/* [top bar] */
.topLnkR, .topLnkRPreview {float:left; width:100%; padding:0 0;position: absolute;}
div.topLinkRShareLang {display:block; float:right; width:auto; padding:5px 0 5px 2%;}
.topLnkR span.topLinkRDetails, .topLnkRPreview span.topLinkRDetails {float:right; width:auto; padding:5px 2% 5px 0;}
.topLinkRShare {float:left; width:70px;}
.topLinkRShare a, .topLinkRShare a {display:block; float:left; text-align:left; text-indent:-9999px;}
.topLnkRPreview #facebooktop, .topLnkR #facebooktop {margin-left:10px;}
.topLinkRDetails a {color:#fff; display:inline-block; padding:6px 0 0 10px; opacity:1;}
.topLinkRDetails a:hover {opacity:0.5; transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out;}
.topLnkR div.langdropdown, .topLnkRPreview div.langdropdown {float:left; margin:0 10px 0 0; width:110px;}
.topLnkR #languageSelector, .topLnkRPreview #languageSelector {z-index:99999;}
.topLnkR a.invite{display:none; width:auto; text-indent:0px;}
.topLnkRPreview a.invite_pre{display:block; width:auto; text-indent:0px;}
.topLnkR .fbloginicon, .topLnkRPreview .fbloginicon{background-image: url("https://dcveehzef7grj.cloudfront.net/img/smb/topficon.png"); background-position: 0 0; background-repeat: no-repeat; display: inline-block;height: 17px;width: 18px;}
.topLnkR .fblogintxt, .topLnkRPreview .fblogintxt{padding:1px 6px;}
.langdropdown span.customSelect {padding: 2px 9px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px 2px; width:85px; text-align:left; margin-top:3px;}
.langdropdown-ind span.customSelect {width:125px;}

/* [header] */
header {clear:both; float:left; width:100%; margin:0;text-align:center; max-width:100%;}
header table {width:100%; /*height:100%;*/}
header td {text-align:center;}
header td h1 {display:block;}
header {position:relative; background-position: center center; background-repeat: no-repeat;}
header::before {content: ""; display: block; position: absolute; z-index: -1; width: 100%; height: 100%;}
header img.header-graphic{max-width:100%; margin:0 auto; vertical-align:text-bottom;}


/* [click to reveal] */
span.sweep-not-active {text-align:center; display:block; width:100%; text-align:center; clear:both;}
.click-to-reveal {text-align:center; width:80%; padding: 20px 10%;}
.sweeps-description {width:100%; padding:10px 0 20px 0; float:left; text-align:center; font-weight:normal;}
.sweeps-description li {font-weight:normal;}
.sweeps-description strong {font-weight:bold;}
.sweeps-description ol, .sweeps-description ul {padding:10px 0; font-weight:normal;}
.sweeps-description ol li {list-style-type:decimal; list-style-position:inside; font-weight:normal;}
.sweeps-description ul li {list-style-type:disc; list-style-position:inside; font-weight:normal;}
.sweeps-description img {max-width:100%;}

/* [landing page embed] */
#app-media-box, #app-media-box-form {width:100%; text-align:center;}
#app-media-box iframe, #app-media-box-form iframe {max-width:100%;}
#app-media-box img, #app-media-box-form img {max-width:100%;}


/* enter button */
.enter-button {clear:both; width:auto; position:relative;}
a#form-enter-button, a#form-enter-button:visited {}
a#form-enter-button:hover, a#form-enter-button:active {}
a.enterbtn span {}
a.enterbtn img { /*width: 100%;*/ }

/* [confirmation] */
/* [embed] */
#app-media-box-conf {width:100%; clear:both; padding:10px 0;}
#app-media-box-conf iframe, #app-media-box iframe { max-width: 100%; }
#app-media-box-conf img {max-width:100%;}
.confirmation {text-align:center; width:80%; padding: 20px 10%;}
.confirmation .conf-copy, .confirmation .instantSweepConf {width:100%; padding:10px 0 10px 0; float:left; text-align:center; font-size: 20px; /*font-weight: bold;*/}
.sharebox {clear:both; margin:auto; text-align:left; position:relative;}
.sharebox .title {padding:10px 0;}
#confirmation_page_text img, .conf-copy img {max-width:100%}

/* [confirmation: viral] */
.personal-referral-link {clear:both; float:left; text-align:center; width:100%; padding:10px 0 10px 0;}
.personal-referral-link span {display:block; width:100%; padding:0 0 5px 0;}
.personal-referral-link input {float:none; text-align:center;}
a.defaultbtncss {margin-top:20px;}
a.defaultbtncss, a.defaultbtncss:visited {}
a.defaultbtncss:hover, a.defaultbtncss:active {}
#referral-share-box {display:none; text-align:center; width:800px; left:50%; margin-left:-400px; top:50px; position:absolute; z-index:4; background-color:#fff;  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px 2px;}
#referral-share-box .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#referral-share-box .details-container {float:left; width:94%; padding:20px 0 20px 20px; text-align:left;}


/* [confirmation: trivia answers] */
.confirmation .viralText {padding: 10px; line-height:1.5; float:left; max-width:600px;}
.confirmation .revealTrivia {width:90%; margin:20px 0 20px 0; float:left; font-size:14px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align:center; padding:20px 5%; background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */ background: rgba(255, 255, 255, .2);}
.confirmation .revealTrivia p.trivia-number {display:inline-block; float:left; width:100%; text-align:left; }
.confirmation .revealTrivia p.trivia-number span.final-number {padding:0 5px; font-weight:bold;}
.confirmation .revealTrivia ul {float:left; width:100%; padding:10px 0; text-align:left;}
.confirmation .revealTrivia li {clear:both; float:left; font-size:14px; padding:10px 0; width:100%;}
.confirmation .revealTrivia li span {display:block;}
.confirmation .revealTrivia li span.correct {float:left; width:20px; height:20px; background:url(https://dcveehzef7grj.cloudfront.net/img/facebook/trivia-correct.png) no-repeat 0 0;}
.confirmation .revealTrivia li span.incorrect {float:left; width:20px; height:20px; background:url(https://dcveehzef7grj.cloudfront.net/img/facebook/trivia-incorrect.png) no-repeat 0 0;}
.confirmation .revealTrivia li p {float:left; padding-left:5px; width:90%;}
.confirmation .revealTrivia li .tr-ans {font-weight:bold; clear:left;}
.confirmation .strikeincorrect {color:red; display:inline; font-weight:normal; margin-right:5px; text-decoration:line-through;}


/* [form] */
.form {width:100%; padding:20px 0%;font-size: 14px; font-family: 'cocon_lightregular';}
.sweepend{width:92%; padding:28% 0 0 0;font-size: 18px; font-family: 'cocon_lightregular';color:#000;line-height: 1.5em;overflow:hidden;}
.sweepend a, .sweepend a:hover{text-decoration:underline;font-size: 18px; font-family: 'cocon_lightregular';color:#000;}

/* jstorage implementation */
#alreadyregisteredDiv, #newregisterDiv {text-align:right; padding:0 0 20px 0;display:none!important;}

/* form elements containers */
.forminput, div.customquestions, #Verification {clear:both; width:100%; padding:10px 0; float:left;}

/* shared widths */
.forminput input, .custominput input, .verification-input input {width:90%;}
.form #SweepuserentryCountry, .customselect select {width:90%;}

/* shared paddings */
.customquestions-label, .verification-label, .labelCont {text-align:left; width:100%; float:left;padding-bottom: 5px;}
.form p.example-txt {clear:both; font-size: 88%;}
#captchTxt, #newsletter_text, #rules_text {clear:both; padding:10px 0 0 0%;}
p.subbut_cont, div.subbut_cont, p.reqfields {clear:both; padding:10px 0 0 0%;}

/* right column */
.customquestions-input, .verification-input, .inputCont {float:left; width:100%;}

/* misc elements */
.form label span, p.reqfields span {}
.form #ContactDateMonth, .form #ContactDateDay {margin-right:5px;}
.customquestions-input i {padding:0 0 5px 0; opacity:0.8; display:inline-block; clear:left; width:100%;}
.customcheckbox .width100per {clear:both; width:100%; padding:5px 0;}
.customcheckbox .width100per label, .customradio .customquestions-input label {float:left; width:80%; padding:0 0 0 5px; margin:0;}
.customradio input, .customcheckbox .width100per input {float:left; clear:both;}
.verification-input span.defaultRealLabel {display:inline-block; clear:left;}

/* submit button */
.form a.defaultbtn, .form input.defaultbtn {}
.form a.defaultbtn:hover, .form a.defaultbtn:active, .form input.defaultbtn:hover {}

/* cancel button mark color as important so it cannot be overwritten */
.form a#form-cancel-button, .form a#form-cancel-button:visited  {}
.form a#form-cancel-button:hover, .form a#form-cancel-button:active {}
#span-submitbtn, #span-cancelbtn {display:inline-block; float:left; margin-bottom:10px;}
#span-cancelbtn {margin-right:10px;}

/* [footer] */
.footer-container {width:100%; max-width:810px; margin:auto; padding-top:5px;}

#footer a, footer a{background: url(https://dcveehzef7grj.cloudfront.net/img/facebook/poweredbylarge.png?v=2) no-repeat !important;
    text-indent: 0 !important;
    visibility: visible !important;
    display: block !important;
    width: 148px !important;
    height: 44px !important;
    opacity: 1 !important;
    float:right;
}
/* [footer: abbr rules] */
.footer-disclaimer-container {float:left; width: 100%; padding: 0 0;}
.ftr-disclaimer-inner {color:#fff; width:790px; max-width:96%; padding:10px 10px; margin:auto; font-size:80%;}

/* [overlays] */
.shadowOverlay {position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; display: none; z-index: 3;}
.overlayTopBar .olTitle {padding:0 0 0 20px; float:left;}
.overlayTopBar .olClose {float:right; padding:0 20px 0 0;}
.overlayTopBar a.close {display: block; color: #777; font-weight: bold; padding:0; text-decoration: none; text-shadow: 0 1px 0 #f4f4f4;}
.mainol-container {display:none; text-align:center; width:800px; left:50%; margin-left:-400px; top:50px; position:absolute; z-index:12; background-color:#fff;  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px 2px;}

/* Sweeps: Rules / details */
#showRules .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#showRules .rules-container {float:left; width:94%; padding:20px 0 20px 20px; text-align:left; line-height:1.2;}
#promotion-details .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#promotion-details .details-container {float:left; width:94%; padding:20px 0 20px 20px; text-align:left;}

.dates-holder {width:45%; padding-right:2%; float:left;}
.dates-holder p.title {font-size:18px; font-weight:bold;}
.dates-box {width:100%; margin:10px 0 0 0;}
.dates-box p {padding:0 10px 10px 0;}
.dates-box p.hdr-top span {font-size:120%; font-weight:bold; text-decoration:underline;}
.eligibility-holder {padding:0; float:left; width:45%; /*padding-left:4%;*/}

.zeropaddingright {padding-right:0;}
.widthtotal100 {width:100%;}

.eligibility-holder p {padding:10px 0 0 0;}
.eligibility-holder p.title {font-size:18px; font-weight:bold; padding:0;}
.contest-prize-box {clear:both; width:100%; padding:10px 0 10px 0;}
.contest-prize-box p.title {font-size:18px; font-weight:bold;}
.prizes-box {line-height:1.3; padding:10px 0 0 0;}

/* prizes box rte styles */
.prizes-box ol li {list-style-type:decimal; list-style-position:inside;}
.prizes-box ul li {list-style-type:disc; list-style-position:inside;}
.prizes-box strong {font-weight:bold;}
.prizes-box em {font-style:italic;}

/* rules rte styles */
.rules-container ol li {list-style-type:decimal; list-style-position:inside;}
.rules-container ul li {list-style-type:disc; list-style-position:inside;}
.rules-container strong {font-weight:bold;}
.rules-container em {font-style:italic;}

/* [referral sweeps] */
#refer-overlay {display:none; text-align:center; width:480px; left:50%; margin-left:-240px; top:50px; position:absolute; z-index:4; background-color:#fff;  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px 2px;}
#refer-overlay .overlayTopBar {float:left; color: #000; background-color: #ddd; border-bottom: 1px solid #ccc; font-weight: bold; padding: 12px 0; width:100%; text-shadow: 0 1px 0 #f4f4f4; font-size:18px; text-transform:uppercase;}
#refer-overlay .refer-container {padding:20px; float:left; width:440px;}
#refer-overlay .refer-container div.get-link-copy {clear:both; line-height:1.3; padding-bottom:20px; text-align:left; float:left}
#refer-overlay .refer-container #email-address {padding:5px; color:#abadb3; max-width:370px; width:70%; margin:auto; text-align:left; float:left;}
#refer-overlay .refer-container div.action-btns {clear:both; float:left; width:100%; padding-top:20px;}
#refer-overlay .refer-container div.action-btns a {float:left; display:block; clear:none; margin:8px 0 0 0;}
#refer-overlay .refer-container div.action-btns input {margin:0 0 0 20px; padding:0; clear:none; float:left; width:80px; height:26px;}
#refer-overlay .refer-container div.error {display:none; clear:both; width:100%; color:#ff0000; padding:5px 0 0 0; text-align:left;}

/* Fixing height: 100%; bugs */
#served-on-embed .mainol-container { height: 90%; overflow: auto; top: 5%; }
#served-on-embed #wrapper { width: 99%; }

/**************** quiz *****************/
.confirmation_page {width: 100%; position : relative; display: none; top: 50px;	font-size: 20px; text-align: center; position: relative}
.question_wrap {width: 100%; display: none;}
.begin_quiz {width: 100%; position: relative; top: 50px; font-size: 20px; text-align: center;}
.question-block {display: inline-block; width: 100%; text-align: center; font-size: 130%; padding:20px 0;}
.answer-blocks {display: inline-block;	text-align: center;	width: 49.7%; max-height: 250px; padding:0 0 5% 0; margin:0; vertical-align:top;}

/* HIDE RADIO */
.answer-blocks label>input {visibility: hidden; /* Makes input not-clickable */	position: absolute; /* Remove input from document flow */}

/* IMAGE STYLES */
.answer-blocks label>input+img, .answer-blocks label>img {cursor: pointer; max-height: 250px;	max-width:100%;}

/* LINK STYLES */
.answer-block-txt {width:87.5%; max-height:auto; padding:0; text-align:left; margin:5px 5%; padding:1%; border:1px solid #e7e7e7;}
.answer-block-txt:hover {background:#e2e2e2;}
.answer-blocks label>a {display:inline-block; width:80%; text-decoration:none; margin:auto;}

/* (RADIO CHECKED) IMAGE STYLES */
.answer-blocks label>input:checked+img {/*border: 2px solid #f00;*/}

.loading {display: none; position: fixed; left: 50%; top: 50%;	height: 400px;	margin-top: -200px;	width: 600px;	margin-left: -300px; text-align: center; /*background-color: white;  background: url('loading.gif') no-repeat center 50%;*/ z-index: 101;}
.transparentCover {display: none; position: absolute; left: 0px; top: 0px; width: 100%;	height: 100%; background: #000000; opacity: 0.4; filter: alpha(opacity = 40); -moz-opacity: 0.4; -khtml-opacity: 0.4; z-index: 100;}


/******************** [begin: default template] ********************/

/*******custom fonts / colors / buttons*******/

html {
	/*background-color: #eff0f1;*/
}

body {
    font: 14px/1.3 arial,helvetica,sans-serif;
}

select, input, button, textarea {
	font:99% Arial, sans-serif;
}

.templ-theme-default .personal-referral-link span, .templ-theme-default span.sweep-not-active, .templ-theme-default .form div.labelcolor, .templ-theme-default .form .customquestions-input label, .templ-theme-default .form label.labelcolor, .templ-theme-default .form .defaultRealLabel, .templ-theme-default .form i, .templ-theme-default .form .example-txt, .templ-theme-default .form .reqfields, .templ-theme-default .sweeps-description { 
	color: #333333; 
}

.templ-theme-default .form a {
	color:#5ea9dd;
}

/********container / body / misc *********/
#page-body {background:none!important;}
.templ-theme-default #page-body {background:none;}

.langdropdown span.customSelect {
	font:13px Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif; 
	background:#fff url(https://dcveehzef7grj.cloudfront.net/img/smb/2u7rpec.png) right center no-repeat; 
	border:1px solid #ddd; 
	color:#555;
}

.form label span, p.reqfields span {
	color: #ff0000;
}

.sweeps-description {
	font-size: 100%; 
}

/*****top bar*****/

.topLnkR, .topLnkRPreview {
	background: url(https://dcveehzef7grj.cloudfront.net/img/facebook/black-png-50.png) repeat 0 0;
}

.topLnkR span.topLinkRDetails, .topLnkRPreview span.topLinkRDetails {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif; 
	font-size: 16px; 
	text-transform: uppercase; 
}

.topLinkRShare a, .topLinkRShare a {
	width: 24px; 
	height: 19px;
	margin: 5px 0 5px 2%;
}

.topLnkR #facebooktop, .topLnkRPreview #facebooktop {
	background:url(https://dcveehzef7grj.cloudfront.net/img/facebook/vote-share.png);
}

.topLnkR #twittertop, .topLnkRPreview #twittertop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/facebook/vote-share.png?v=1) no-repeat -51px 0;
}
.sharethistxt{float: left;color: #FFF;margin-top: 6px;margin-right: 15px;font-family: 'cocon_lightregular';font-size: 16px;}

/******header*****/

.templ-theme-default header {background:none;}
.templ-theme-default header::before {background:#525252; opacity: 1;}

header td h1 {
	font-weight: bold; 
	font-size: 150%; 
	padding: 5% 2%;
}

header td {
	color: #fff;
}

/****conf share box*******/
.sharebox {width:200px;display: none;}

/*******default buttons**********/
a.enterbtn span {
	float: left;
	margin: 10px 83px; 
}

a#form-enter-button, a#form-enter-button:visited {
	display: inline-block; 
	*display: inline; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	color: #333333; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #f5f5f5; 
	*background-color: #e6e6e6; 
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
	background-repeat: repeat-x; border: 1px solid #cccccc; 
	*border: 0; 
	border-color: #e6e6e6 #e6e6e6 #bfbfbf; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	border-bottom-color: #b3b3b3; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	*zoom: 1; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	font-weight:bold; 
	text-decoration:none; 
	color: #333333;
}

a#form-enter-button:hover, a#form-enter-button:active { 
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

a.defaultbtncss, a.defaultbtncss:visited {
	display: inline-block; 
	*display: inline; 
	padding: 10px 83px; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	color: #333333; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #f5f5f5; 
	*background-color: #e6e6e6; 
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
	background-repeat: repeat-x; border: 1px solid #cccccc; 
	*border: 0; 
	border-color: #e6e6e6 #e6e6e6 #bfbfbf; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	border-bottom-color: #b3b3b3; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	*zoom: 1; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	font-weight:bold; 
	text-decoration:none; 
	color: #333333;
}

a.defaultbtncss:hover, a.defaultbtncss:active { 
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}
.form a{color:#333333;text-decoration: underline;}
.form a.defaultbtn, .form input.defaultbtn {
	display: inline-block; 
	*display: inline; 
	padding: 8px 30px; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	line-height: 20px; 
	color: #FFFFFF; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #bd9c6b; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	text-transform: uppercase;
	font-weight:normal;
	font-size:16px;
	border:none;
}


.form a#form-cancel-button, .form a#form-cancel-button:visited  {
	display: inline-block; 
	*display: inline; 
	padding: 8px 30px; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	line-height: 20px; 
	color: #FFFFFF; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #bd9c6b; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	text-transform: uppercase;
	font-weight:normal;
	font-size:16px;
	border:none;
}
/*******end default buttons**********/

/********************* [end: default template] *********************/

/********************* [begin: beach template] *********************/

.templ-theme-beach body {
    font: 16px/1.4 'Open Sans Condensed',arial,helvetica,sans-serif;
}

.templ-theme-beach select, .templ-theme-beach input, .templ-theme-beach button, .templ-theme-beach textarea {
	font-family: 'Open Sans Condensed',Arial, sans-serif;
}

/********container / body / misc *********/

.templ-theme-beach #page-body {background:none;}

.templ-theme-beach .langdropdown span.customSelect {
	font-family:'Open Sans Condensed', sans serif;
}

.templ-theme-beach .sweeps-description {
	font-size: 130%; 
}

.templ-theme-beach .personal-referral-link span, .templ-theme-beach span.sweep-not-active, .templ-theme-beach .form div.labelcolor, .templ-theme-beach .form .customquestions-input label, .templ-theme-beach .form label.labelcolor, .templ-theme-beach .form .defaultRealLabel, .templ-theme-beach .form i, .templ-theme-beach .form .example-txt, .templ-theme-beach .form .reqfields, .templ-theme-beach .sweeps-description { 
	color: #333333; 
}

.templ-theme-beach .form a {
	color:#16c4d4;
}

/*****top bar*****/
.templ-theme-beach .topLnkR, .templ-theme-beach .topLnkRPreview {
	background:#16c4d4;
}

.templ-theme-beach .topLnkR span.topLinkRDetails, .templ-theme-beach .topLnkRPreview span.topLinkRDetails {
	font-family: 'Open Sans Condensed', sans serif;
}

.templ-theme-beach .topLinkRShare a, .templ-theme-beach .topLinkRShare a {
	width: 29px; 
	height: 29px;
}

.templ-theme-beach .topLnkR #facebooktop, .templ-theme-beach .topLnkRPreview #facebooktop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png);
}

.templ-theme-beach .topLnkR #twittertop, .templ-theme-beach .topLnkRPreview #twittertop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png) no-repeat -37px 0;
}

/******page body*****/
.templ-theme-beach #page-body-holder {
	float: left; 
	width: 100%;
}

.templ-theme-beach #page-body {
	background: none; 
	margin-top:20px; 
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border: 2px solid #fff;
}

/******header*****/

.templ-theme-beach header {/*background:none;*/}
.templ-theme-beach header::before {/*background:#ffffff; opacity: 0;*/}

.templ-theme-beach header {
	font-family: 'Open Sans', sans-serif;
}

.templ-theme-beach header td h1 {
	font-weight: 800; 
	font-size: 300%; 
	padding: 2% 2%;
	text-shadow: rgb(0, 0, 0) 1px 1px 0px;
	letter-spacing: 0px;
}

/****conf share box*******/
.templ-theme-beach .sharebox {
	width:170px;
}

.templ-theme-beach .confirmation a.vt_facebook {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat 0 0;
}

.templ-theme-beach .confirmation a.vt_twitter {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -36px 0;
}

.templ-theme-beach .confirmation a.vt_gplus {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -69px 0;
}

.templ-theme-beach .confirmation a.vt_pinterest {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -103px 0;
}

.templ-theme-beach .confirmation a.vt_link {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -173px 0;
}

/**********begin: beach buttons************/

.enter-button-theme-beach a.enterbtn span { 
	float: left;
	margin: 0;
}

.enter-button-theme-beach a#form-enter-button, .enter-button-theme-beach a#form-enter-button:visited {
		text-shadow: none;
    	text-decoration: none;
        text-align: center;
        font-family: inherit;
        font-size: inherit;    
        background: none;
        cursor: pointer;
        padding: 10px 50px;
        display: inline-block;
        margin: 15px 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        outline: none;
        position: relative;
    	-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 5px;
        border: 1px solid #13a7b4;
        color: #fff;
    	overflow: hidden;
    	background:#16c4d4;
}

.enter-button-theme-beach a#form-enter-button:hover, .enter-button-theme-beach a#form-enter-button:active {
	text-shadow: none;
	color: #FFF;
	background: #13a7b4;
}

a.defaultbtncss-theme-beach, a.defaultbtncss-theme-beach:visited {
	margin-top: 20px;
	text-shadow: none;
	display: inline-block; 
	*display: inline; 
	padding: 10px 83px; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	color: #ffffff; 
	text-align: center; 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #f5f5f5; 
	*background-color: #e6e6e6; 
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
	background-repeat: repeat-x; border: 1px solid #cccccc; 
	*border: 0; 
	border-color: #e6e6e6 #e6e6e6 #bfbfbf; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	border-bottom-color: #b3b3b3; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	*zoom: 1; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	background:#16c4d4;
}

a.defaultbtncss-theme-beach:hover, a.defaultbtncss-theme-beach:active { 
	text-shadow: none;
	color: #ffffff; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

.form .span-submitbtn-theme-beach a.defaultbtn, .form .span-submitbtn-theme-beach input.defaultbtn {
	-webkit-appearance: none;
	-moz-appearance:none;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	font-family: inherit;
	font-size: inherit;    
	background: none;
	cursor: pointer;
	padding: 10px 40px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	border: 1px solid #13a7b4;
	color: #fff;
	overflow: hidden;
	background: #16c4d4;
}

.form .span-submitbtn-theme-beach a.defaultbtn:hover, .form .span-submitbtn-theme-beach a.defaultbtn:active, .form .span-submitbtn-theme-beach input.defaultbtn:hover {
	text-shadow: none;
	color: #fff;
	background: #13a7b4;
}

.form .span-cancelbtn-theme-beach a#form-cancel-button, .form .span-cancelbtn-theme-beach a#form-cancel-button:visited {
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	font-family: inherit;
	font-size: inherit;    
	background: none;
	cursor: pointer;
	padding: 10px 40px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	border: 1px solid #13a7b4;
	color: #fff;
    overflow: hidden;
    background: #16c4d4;
}

.form .span-cancelbtn-theme-beach a#form-cancel-button:hover, .form .span-cancelbtn-theme-beach a#form-cancel-button:active { 
	text-shadow: none;
	color: #fff;
	background: #13a7b4;
}
/**********end: beach buttons************/

/********************* [end: beach template] *********************/

/********************* [begin: black and white template] *********************/

.templ-theme-blackandwhite body {
    font: 16px/1.4 'Open Sans Condensed',arial,helvetica,sans-serif;
}

.templ-theme-blackandwhite select, .templ-theme-blackandwhite input, .templ-theme-blackandwhite button, .templ-theme-blackandwhite textarea {
	font-family: 'Open Sans Condensed',Arial, sans-serif;
}

/********container / body / misc *********/

.templ-theme-blackandwhite #page-body {background:none;}

.templ-theme-blackandwhite .langdropdown span.customSelect {
	font-family:'Open Sans Condensed', sans serif;
}

.templ-theme-blackandwhite .sweeps-description {
	font-size: 130%; 
}

.templ-theme-blackandwhite .personal-referral-link span, .templ-theme-blackandwhite span.sweep-not-active, .templ-theme-blackandwhite .form div.labelcolor, .templ-theme-blackandwhite .form .customquestions-input label, .templ-theme-blackandwhite .form label.labelcolor, .templ-theme-blackandwhite .form .defaultRealLabel, .templ-theme-blackandwhite .form i, .templ-theme-blackandwhite .form .example-txt, .templ-theme-blackandwhite .form .reqfields, .templ-theme-blackandwhite .sweeps-description { 
	color: #333333; 
}

.templ-theme-blackandwhite .form a {
	color:#5ea9dd;
}

/*****top bar*****/
.templ-theme-blackandwhite .topLnkR span.topLinkRDetails, .templ-theme-blackandwhite .topLnkRPreview span.topLinkRDetails {
	font-family: 'Open Sans Condensed', sans serif;
}

.templ-theme-blackandwhite .topLinkRShare a, .templ-theme-blackandwhite .topLinkRShare a {
	width: 29px; 
	height: 29px;
}

.templ-theme-blackandwhite .topLnkR #facebooktop, .templ-theme-blackandwhite .topLnkRPreview #facebooktop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png);
}

.templ-theme-blackandwhite .topLnkR #twittertop, .templ-theme-blackandwhite .topLnkRPreview #twittertop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png) no-repeat -37px 0;
}

/******header*****/

.templ-theme-blackandwhite header {background:none;}
.templ-theme-blackandwhite header::before {background:#242323; opacity: 1;}

.templ-theme-blackandwhite header {
	font-family: Lobster, sans-serif;
}

.templ-theme-blackandwhite header td h1 {
	font-weight: bold; 
	font-size: 300%; 
	padding: 2% 2%;
}

/****conf share box*******/
.templ-theme-blackandwhite .sharebox {
	width:170px;
}

.templ-theme-blackandwhite .confirmation a.vt_facebook {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat 0 0;
}

.templ-theme-blackandwhite .confirmation a.vt_twitter {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -36px 0;
}

.templ-theme-blackandwhite .confirmation a.vt_gplus {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -69px 0;
}

.templ-theme-blackandwhite .confirmation a.vt_pinterest {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -103px 0;
}

.templ-theme-blackandwhite .confirmation a.vt_link {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -173px 0;
}

/********************* [end: black and white template] *********************/

/********************* [begin: colors template] *********************/

.templ-theme-colors body {
    font: 16px/1.4 'Roboto Condensed',arial,helvetica,sans-serif;
}

.templ-theme-colors select, .templ-theme-colors input, .templ-theme-colors button, .templ-theme-colors textarea {
	font-family: 'Roboto Condensed',Arial, sans-serif;
}

/********container / body / misc *********/

.templ-theme-colors #page-body {background:none;}

.templ-theme-colors .langdropdown span.customSelect {
	font-family: 'Roboto Condensed', sans serif; 
}

.templ-theme-colors .sweeps-description {
	font-size: 130%; 
}

.templ-theme-colors div#confirmation_page_text, .templ-theme-colors .personal-referral-link span, .templ-theme-colors span.sweep-not-active, .templ-theme-colors .form div.labelcolor, .templ-theme-colors .form .customquestions-input label, .templ-theme-colors .form label.labelcolor, .templ-theme-colors .form .defaultRealLabel, .templ-theme-colors .form i, .templ-theme-colors .form .example-txt, .templ-theme-colors .form .reqfields, .templ-theme-colors .sweeps-description { 
	color: #ffffff; 
}

.templ-theme-colors .form a {
	color:#de8f0e;
}

.templ-theme-colors .form_submission .error-message, .templ-theme-colors .form_submission span.error-span {text-shadow: 1px 1px #000;}

/*****top bar*****/
.templ-theme-colors .topLnkR, .templ-theme-colors .topLnkRPreview {background:none;}

.templ-theme-colors .topLnkR span.topLinkRDetails, .templ-theme-colors .topLnkRPreview span.topLinkRDetails {
	font-family: 'Roboto Condensed', sans serif; 
}

.templ-theme-colors .topLinkRShare a, .templ-theme-colors .topLinkRShare a {
	width: 29px; 
	height: 29px;
}

.templ-theme-colors .topLnkR #facebooktop, .templ-theme-colors .topLnkRPreview #facebooktop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png);
}

.templ-theme-colors .topLnkR #twittertop, .templ-theme-colors .topLnkRPreview #twittertop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png) no-repeat -37px 0;
}

/******header*****/

.templ-theme-colors header {background:none;}
.templ-theme-colors header::before {background:#390000; opacity: 1;}

.templ-theme-colors header {
	font-family: 'Permanent Marker', cursive, sans-serif;
}

.templ-theme-colors header td h1 {
	font-weight: bold; 
	font-size: 300%; 
	padding: 1%; 
}

/****conf share box*******/
.templ-theme-colors .sharebox {
	width:170px;
}

.templ-theme-colors .confirmation a.vt_facebook {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat 0 0;
}

.templ-theme-colors .confirmation a.vt_twitter {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -36px 0;
}

.templ-theme-colors .confirmation a.vt_gplus {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -69px 0;
}

.templ-theme-colors .confirmation a.vt_pinterest {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -103px 0;
}

.templ-theme-colors .confirmation a.vt_link {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/white-black-share.png?v=8) no-repeat -173px 0;
}

/**********begin: colors buttons************/

.enter-button-theme-colors a.enterbtn span { 
	float: left;
	margin: 0;
}

.enter-button-theme-colors a#form-enter-button, .enter-button-theme-colors a#form-enter-button:visited {
		text-shadow: none;
    	text-decoration: none;
        text-align: center;
        font-family: inherit;
        font-size: inherit;    
        background: none;
        cursor: pointer;
        padding: 10px 50px;
        display: inline-block;
        margin: 15px 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        outline: none;
        position: relative;
    	-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 50px;
        border: 2px solid #fff;
        color: #fff;
    	overflow: hidden;
}

.enter-button-theme-colors a#form-enter-button:hover, .enter-button-theme-colors a#form-enter-button:active {
	text-shadow: none;
	color: #FFF;
	background: #54131b
}

a.defaultbtncss-theme-colors, a.defaultbtncss-theme-colors:visited {
	margin-top: 20px;
	-webkit-appearance: none;
	-moz-appearance:none;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	font-family: inherit;
	font-size: inherit;    
	background: none;
	cursor: pointer;
	padding: 11px 50px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
}

a.defaultbtncss-theme-colors:hover, a.defaultbtncss-theme-colors:active { 
	text-shadow: none;
	color: #fff;
	background: #54131b;
}

.form .span-submitbtn-theme-colors a.defaultbtn, .form .span-submitbtn-theme-colors input.defaultbtn {
	-webkit-appearance: none;
	-moz-appearance:none;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	font-family: inherit;
	font-size: inherit;    
	background: none;
	cursor: pointer;
	padding: 11px 50px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
}

.form .span-submitbtn-theme-colors a.defaultbtn:hover, .form .span-submitbtn-theme-colors a.defaultbtn:active, .form .span-submitbtn-theme-colors input.defaultbtn:hover {
	text-shadow: none;
	color: #fff;
	background: #54131b;
}

.form .span-cancelbtn-theme-colors a#form-cancel-button, .form .span-cancelbtn-theme-colors a#form-cancel-button:visited {
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	font-family: inherit;
	font-size: inherit;    
	background: none;
	cursor: pointer;
	padding: 10px 50px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
    overflow: hidden;
}

.form .span-cancelbtn-theme-colors a#form-cancel-button:hover, .form .span-cancelbtn-theme-colors a#form-cancel-button:active { 
	text-shadow: none;
	color: #fff;
	background: #54131b;
}
/**********end: colors buttons************/

/********************* [end: colors template] *********************/

/********************* [begin: grunge template] *********************/

.templ-theme-grunge body {
    font: 14px/1.3 'Special Elite', arial,helvetica,sans-serif;
}

.templ-theme-grunge select, .templ-theme-grunge input, .templ-theme-grunge button, .templ-theme-grunge textarea {
	font-family: 'Special Elite', Arial, sans-serif;
}

/********container / body / misc *********/

.templ-theme-grunge #page-body {background:none;}

.templ-theme-grunge .langdropdown span.customSelect {
	font-family:'Special Elite', sans serif; 
}

.templ-theme-grunge .sweeps-description {
	font-size: 130%; 
}

.templ-theme-grunge .personal-referral-link span, .templ-theme-grunge span.sweep-not-active, .templ-theme-grunge .form div.labelcolor, .templ-theme-grunge .form .customquestions-input label, .templ-theme-grunge .form label.labelcolor, .templ-theme-grunge .form .defaultRealLabel, .templ-theme-grunge .form i, .templ-theme-grunge .form .example-txt, .templ-theme-grunge .form .reqfields, .templ-theme-grunge .sweeps-description { 
	color: #666666; 
}

.templ-theme-grunge .form a {
	color:#90201e;
}

/*****top bar*****/
.templ-theme-grunge .topLnkR span.topLinkRDetails, .templ-theme-grunge .topLnkRPreview span.topLinkRDetails {
	font-family: 'Special Elite', sans serif; 
}

.templ-theme-grunge .topLinkRShare a, .templ-theme-grunge .topLinkRShare a {
	width: 29px; 
	height: 29px;
	margin: 1px 0 1px 2%;
}

.templ-theme-grunge .topLnkR #facebooktop, .templ-theme-grunge .topLnkRPreview #facebooktop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/grunge-share.png?v=3);
}

.templ-theme-grunge .topLnkR #twittertop, .templ-theme-grunge .topLnkRPreview #twittertop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/grunge-share.png?v=3) no-repeat -37px 0;
}

/******header*****/

.templ-theme-grunge header {background:none;}
.templ-theme-grunge header::before {background:#602e17; opacity: 1;}

.templ-theme-grunge header {
	font-family: 'Special Elite', cursive, sans-serif;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

.templ-theme-grunge header td h1 {
	font-weight: bold; 
	font-size: 300%; 
	padding: 1%; 
}

/****conf share box*******/
.templ-theme-grunge .sharebox {
	width:170px;
}

.templ-theme-grunge .confirmation a.vt_facebook {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/grunge-share.png?v=3?v=8) no-repeat 0 0;
}

.templ-theme-grunge .confirmation a.vt_twitter {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/grunge-share.png?v=3?v=8) no-repeat -36px 0;
}

.templ-theme-grunge .confirmation a.vt_gplus {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/grunge-share.png?v=3?v=8) no-repeat -69px 0;
}

.templ-theme-grunge .confirmation a.vt_pinterest {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/grunge-share.png?v=3?v=8) no-repeat -103px 0;
}

.templ-theme-grunge .confirmation a.vt_link {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/grunge-share.png?v=3?v=8) no-repeat -173px 0;
}

/**********begin: grunge buttons************/
.enter-button-theme-grunge a#form-enter-button, .enter-button-theme-grunge a#form-enter-button:visited {
    display: inline-block; 
	*display: inline; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	text-align: center; 
	vertical-align: middle; 
	cursor: pointer;  
	font-weight:bold; 
	text-decoration:none; 
	border: solid 5px #000;
  	background-color: #f5f5f5; 
  	*background-color: #e6e6e6;
  	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
  	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
  	background-repeat: repeat-x; 
  	border-width:0 4px 5px 0;
  	border-radius:5px;
  	border-color:transparent #ddd #999 transparent;
  	background-clip:padding-box;
  	color:#90201e;
}

.enter-button-theme-grunge a#form-enter-button:hover, .enter-button-theme-grunge a#form-enter-button:active {
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

a.defaultbtncss-theme-grunge, a.defaultbtncss-theme-grunge:visited {
	margin-top: 20px;
	color:#90201e;
	padding: 10px 38px; 
	margin-right:10px;
	display: inline-block; 
	*display: inline; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	text-align: center; 
	vertical-align: middle; 
	cursor: pointer;  
	font-weight:bold; 
	text-decoration:none; 
	border: solid 5px #000;
  	background-color: #f5f5f5; 
  	*background-color: #e6e6e6;
  	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
  	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
  	background-repeat: repeat-x; 
  	border-width:0 4px 5px 0;
  	border-radius:5px;
  	border-color:transparent #ddd #999 transparent;
  	background-clip:padding-box;
}

a.defaultbtncss-theme-grunge:hover, a.defaultbtncss-theme-grunge:active { 
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

.form .span-submitbtn-theme-grunge a.defaultbtn, .form .span-submitbtn-theme-grunge input.defaultbtn {
	-webkit-appearance: none;
	-moz-appearance:none;
	color:#90201e;
	padding: 10px 38px; 
	display: inline-block; 
	*display: inline; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	text-align: center; 
	vertical-align: middle; 
	cursor: pointer;  
	font-weight:bold; 
	text-decoration:none; 
	border: solid 5px #000;
  	background-color: #f5f5f5; 
  	*background-color: #e6e6e6;
  	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
  	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
  	background-repeat: repeat-x; 
  	border-width:0 4px 5px 0;
  	border-radius:5px;
  	border-color:transparent #ddd #999 transparent;
  	background-clip:padding-box;
}

.form .span-submitbtn-theme-grunge a.defaultbtn:hover, .form .span-submitbtn-theme-grunge a.defaultbtn:active, .form .span-submitbtn-theme-grunge input.defaultbtn:hover {
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

.form .span-cancelbtn-theme-grunge a#form-cancel-button, .form .span-cancelbtn-theme-grunge a#form-cancel-button:visited {
	color:#90201e;
	padding: 10px 38px; 
	margin-right:10px;
	display: inline-block; 
	*display: inline; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	text-align: center; 
	vertical-align: middle; 
	cursor: pointer;  
	font-weight:bold; 
	text-decoration:none; 
	border: solid 5px #000;
  	background-color: #f5f5f5; 
  	*background-color: #e6e6e6;
  	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
  	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
  	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
  	background-repeat: repeat-x; 
  	border-width:0 4px 5px 0;
  	border-radius:5px;
  	border-color:transparent #ddd #999 transparent;
  	background-clip:padding-box;
}

.form .span-cancelbtn-theme-grunge a#form-cancel-button:hover, .form .span-cancelbtn-theme-grunge a#form-cancel-button:active { 
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: 
	background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; -o-transition: 
	background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

/**********end: grunge buttons************/

/********************* [end: grunge template] *********************/

/********************* [begin: love template] *********************/

.templ-theme-love body {
    font: 16px/1.4 'Open Sans Condensed',arial,helvetica,sans-serif;
}

.templ-theme-love select, .templ-theme-love input, .templ-theme-love button, .templ-theme-love textarea {
	font-family: 'Open Sans Condensed',Arial, sans-serif;
}

/********container / body / misc *********/

.templ-theme-love #page-body {background:none;}

.templ-theme-love .langdropdown span.customSelect {
	font-family: 'Open Sans Condensed', sans serif;
}

.templ-theme-love .sweeps-description {
	font-size: 150%; 
}

.templ-theme-love .personal-referral-link span, .templ-theme-love span.sweep-not-active, .templ-theme-love .form div.labelcolor, .templ-theme-love .form .customquestions-input label, .templ-theme-love .form label.labelcolor, .templ-theme-love .form .defaultRealLabel, .templ-theme-love .form i, .templ-theme-love .form .example-txt, .templ-theme-love .form .reqfields, .templ-theme-love .sweeps-description { 
	color: #666666; 
}

.templ-theme-love .form a {
	color:#5ea9dd;
}

/*****top bar*****/
.templ-theme-love .topLnkR, .templ-theme-love .topLnkRPreview {background:#fff;}

.templ-theme-love .topLnkR span.topLinkRDetails, .templ-theme-love .topLnkRPreview span.topLinkRDetails {
	font-family: 'Open Sans Condensed', sans serif;
}

.templ-theme-love .topLinkRDetails a {
	color: #333;
}

.templ-theme-love .topLinkRShare a, .templ-theme-love .topLinkRShare a {
	width: 29px; 
	height: 29px;
	margin: 5px 0 5px 2%;
}

.templ-theme-love .topLnkR #facebooktop, .templ-theme-love .topLnkRPreview #facebooktop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/love-share.png?v=3);
}

.templ-theme-love .topLnkR #twittertop, .templ-theme-love .topLnkRPreview #twittertop {
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/love-share.png?v=3) no-repeat -37px 0;
}

/******header*****/
.templ-theme-love header {background:none;}
.templ-theme-love header::before {background:#d19d9d; opacity: 1;}

.templ-theme-love header {
	font-family: 'Loved by the King', cursive, sans-serif;
}

.templ-theme-love header td h1 {
	font-weight: bold; 
	font-size: 300%; 
	padding: 2% 2%;
}

/****conf share box*******/
.templ-theme-love .sharebox {
	width:170px;
}

.templ-theme-love .confirmation a.vt_facebook {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/love-share.png?v=3?v=8) no-repeat 0 0;
}

.templ-theme-love .confirmation a.vt_twitter {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/love-share.png?v=3?v=8) no-repeat -36px 0;
}

.templ-theme-love .confirmation a.vt_gplus {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/love-share.png?v=3?v=8) no-repeat -69px 0;
}

.templ-theme-love .confirmation a.vt_pinterest {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/love-share.png?v=3?v=8) no-repeat -103px 0;
}

.templ-theme-love .confirmation a.vt_link {
	width: 29px; 
	height: 29px; 
	background: url(https://dcveehzef7grj.cloudfront.net/img/smb/theme/love-share.png?v=3?v=8) no-repeat -173px 0;
}

/**********begin: love buttons************/

.enter-button-theme-love a.enterbtn span { 
	float: none;
	margin: 0;
}

.enter-button-theme-love a#form-enter-button, .enter-button-theme-love a#form-enter-button:visited {
	transition-duration: .3s;
	background: #87318C;
    color: #FFF;
    text-shadow: none;
    border: none;
    box-shadow: none;
    border-radius: 180px;
	width: 90px;
    line-height: 90px;
    height: 90px;
    padding: 0;
    font-size: 18px;	
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

.enter-button-theme-love a#form-enter-button:hover, .enter-button-theme-love a#form-enter-button:active {
	text-shadow: none;
	color: #FFF;
	background: #99389f;
}

a.defaultbtncss-theme-love, a.defaultbtncss-theme-love:visited {
	margin-top: 20px;
	display: inline-block; 
	*display: inline; 
	padding: 10px 83px; 
	margin-bottom: 0; 
	*margin-left: .3em; 
	font-size: 16px; 
	line-height: 20px; 
	color: #333333; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle; 
	cursor: pointer; 
	background-color: #f5f5f5; 
	*background-color: #e6e6e6; 
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 
	background-repeat: repeat-x; 
	border: 1px solid #cccccc; 
	*border: 0; 
	border-color: #e6e6e6 #e6e6e6 #bfbfbf; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	border-bottom-color: #b3b3b3; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	*zoom: 1; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	font-weight:bold; 
	text-decoration:none; 
	color: #333333;
}

a.defaultbtncss-theme-love:hover, a.defaultbtncss-theme-love:active { 
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; 
	-o-transition: background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}

.form .span-submitbtn-theme-love a.defaultbtn, .form .span-submitbtn-theme-love input.defaultbtn {
	-webkit-appearance: none;
	-moz-appearance:none;
	text-shadow: none;
	transition-duration: .3s;
	background: #87318C;
	color: #FFF;
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 180px;
	width: 90px;
	line-height: 90px;
	height: 90px;
	padding: 0;
	font-size: 18px;	
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	text-decoration: none;
	text-align: center;
    cursor:pointer;
}

.form .span-submitbtn-theme-love a.defaultbtn:hover, .form .span-submitbtn-theme-love a.defaultbtn:active, .form .span-submitbtn-theme-love input.defaultbtn:hover {
	text-shadow: none;
	color: #FFF;
	background: #99389f;
}

.form .span-cancelbtn-theme-love a#form-cancel-button, .form .span-cancelbtn-theme-love a#form-cancel-button:visited {
	transition-duration: .3s;
	background: #87318C;
	color: #333333;
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 180px;
	width: 90px;
	line-height: 90px;
	height: 90px;
	padding: 0;
	font-size: 18px;	
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	text-decoration: none;
	text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #cccccc; *border: 0; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #b3b3b3; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); font-weight:bold; text-decoration:none; color: #333333; margin-right:10px;
}

.form .span-cancelbtn-theme-love a#form-cancel-button:hover, .form .span-cancelbtn-theme-love a#form-cancel-button:active { 
	color: #333333; 
	background-color: #e6e6e6; 
	*background-color: #d9d9d9; 
	text-decoration: none; 
	background-position: 0 -15px; 
	-webkit-transition: 
	background-position 0.1s linear; 
	-moz-transition: background-position 0.1s linear; -o-transition: 
	background-position 0.1s linear; 
	transition: background-position 0.1s linear;
}
/**********end: love buttons************/

/********************* [end: love template] *********************/

/********************[begin: form on right] ********************/
.template-form-right .main-body-container {max-width:1200px; margin:auto; padding:0 2%;}
.template-form-right header {width:65%; max-width:65%;}
.template-form-right #page-body-holder {width:35%; float:left; clear:none;}
.template-form-right #page-body {width:95%; margin:5% 0 5% 5%;}
.template-form-right .footer-container {max-width:1200px;}

.template-form-right .form {padding:20px 0 0 0; width:90%; margin-left:5%;}
.template-form-right .forminput, .template-form-right div.customquestions, .template-form-right #Verification {padding:3px 0;}
.template-form-right .customquestions-label, .template-form-right .verification-label, .template-form-right .labelCont {width:100%; text-align:left; padding:0 0 5px 0;}
.template-form-right .customquestions-input, .template-form-right .verification-input, .template-form-right .inputCont {width:100%;}
.template-form-right #captchTxt, .template-form-right #newsletter_text, .template-form-right #rules_text {padding:10px 0 0 0; margin:0;}
.template-form-right p.subbut_cont, .template-form-right div.subbut_cont, .template-form-right p.reqfields {margin:0; padding:20px 0 0 0;}
.template-form-right .forminput input, .template-form-right .custominput input, .template-form-right .verification-input input {width:90%;}
.template-form-right .form #ContactDateMonth, .template-form-right .form #ContactDateDay, .template-form-right .form #ContactDateYear {width:31%;}
.template-form-right .g-recaptcha {transform:scale(0.8);transform-origin:0;-webkit-transform:scale(0.8); transform:scale(0.8);-webkit-transform-origin:0 0;transform-origin:0 0;}
.template-form-right #span-cancelbtn {margin-right:2px;}
.template-form-right .form-inner-for-slimscroll {float:left; clear:both; /*height:250px;*/ padding:0 1% 0 0; max-width:99%;}
.template-form-right .form .forminput:first-child {padding-top:0;}
.template-form-right .form .slimScrollBar {/*background:red !important;*/}
.template-form-right #referral-share-box {width:100%; left:0; margin-left:0;}
.clear{clear: both;}
img{max-width: 100%;}
.mainwrapper{background-image:url('https://dfa7z742m6igx.cloudfront.net/customhtml.sweeps/44710/biscoff/pagebg.jpg');background-repeat:no-repeat;width:100%;height:auto;padding-bottom:50px;padding-top: 40px;max-width: 100%;background-size: cover;}
.wrapper{position:relative;}
.innerwrapper{padding-top:50px;}
.toplogo{width: 751px;margin: auto;max-width: 90%;z-index:3;}
.formsec{background-color: #FFFFFF;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;width: 900px;max-width: 100%;margin:-17.5% auto 0;min-height: 400px;height:auto;box-shadow: 15px 15px 0px #a60e22;max-width: 92%;z-index: 2;}
.formsec_header{padding:32% 0 0 10%;}
.formsec_frm{padding:0 0 0 10%;}
.footerlnks{padding-top:2%;padding-left:13%;margin: auto;width: 900px;max-width: 92%;}
.footerlnks a{color:#FFFFFF;text-decoration: underline;font-size: 12px;margin-right: 20px;font-family: 'cocon_lightregular';}
.scratchcard_block{padding:20px 0px;}
.scratchcard{margin:0px 15px 15px 0px; height: 133px;}
.confpagecopy{color:#000000;font-size: 14px;font-family: 'cocon_lightregular'; width:90%; padding: 20px 0px 0px 0px;}
.footerlogo{padding: 4% 0 0 2%;}
h2 {font-size: 40px;margin: 0 0 10px;color: #000000;font-weight: bold;}
.container {overflow: hidden;position: relative;width: 133px;height: 133px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;cursor: url('https://dfa7z742m6igx.cloudfront.net/customhtml.sweeps/44710/biscoff/scratch_coin_1.png'), grab;cursor: url('https://dfa7z742m6igx.cloudfront.net/customhtml.sweeps/44710/biscoff/scratch_coin_1.png'), -webkit-grab;}
.canvas {position: absolute;top: 0;z-index: 10;}
.winner-box {position: relative;visibility: hidden;text-align: center;color: #000;font-weight:bold;font-size:36px;font-family:'coconregular';}

/* Overlay */
#shadowBoxForMessage {position:fixed;top:0px; left:0px; right:0px; bottom:0px;background-color:#777;filter:alpha(opacity=80);opacity:.8; z-index:11; display:none;}
#overlayBoxForMessage {position:absolute;top:500px;margin-left:0;width:720px;max-width:90%;z-index:12;background-color:#EDEDED;border:2px solid #CCCCCC;display:none;}
.closeScMessage{padding:10px 10px 0px 0px;}
.closeScMessage img{width:48px;height:48px;float:right;}

.formsec_subheader {padding: 10px 10% 0 10%; font-weight:bold; font-size:16px; font-family: 'cocon_lightregular';}
.form_howitworks {padding:10px 10% 0 10%; font-family: 'cocon_lightregular';}
.form_howitworks strong {font-weight:bold;}
.form_howitworks a {color:#000;}

@media screen and (max-width: 960px) {
	.formsec_header{padding:25% 10% 0 10%;}
	.formsec_frm{padding:3% 0 0 5%;}
	.footerlnks{padding-top:4%;padding-left:13%;margin: auto;width: 900px;max-width: 92%;}
}

/* Styling for facebook */
@media screen and (max-width: 810px) {
	.ftr-disclaimer-inner {padding:20px;}
	.footerlnks{padding-top:2%;padding-left:0;margin: auto;width: 900px;max-width: 92%;}
	.formsec{max-width: 97%;}
	.sweepend{padding:25% 0;}

	/********************[begin: form on right] ********************/
	.template-form-right header {width:50%; max-width:50%;}
	.template-form-right #page-body-holder {width:50%;}
	/********************[end: form on right] ********************/
}

/* Styling for mobile devices*/
@media screen and (min-width: 150px) and (max-width: 790px) {
	/* [form] */

	/* shared widths */
	.forminput input, .custominput input, .verification-input input {width:100%; max-width:270px;}
	.form #SweepuserentryCountry, .customselect select {width:100%; max-width:284px;}
	.g-recaptcha {transform:scale(0.8);transform-origin:0;-webkit-transform:scale(0.8); transform:scale(0.8);-webkit-transform-origin:0 0;transform-origin:0 0;}

	/* shared paddings */
	.forminput label, .customquestions-label, .verification-label {text-align:left; width:100%; float:left; padding:0 0 10px 0;}
	.labelCont {text-align:left; width:100%; float:left; padding:0 0 0 0;}
	.form p.example-txt {clear:both; padding-left:0; margin-left:0;}
	#newsletter_text, #rules_text {clear:both; padding:10px 0 0 0; margin-left:0; width:100%;}
	p.subbut_cont, div.subbut_cont, p.reqfields {clear:both; padding:20px 0 0 0; margin-left:0;}

	/* right column */
	.customquestions-input, .verification-input, .inputCont {float:left; width:100%;}

	/* misc elements */
	.form #ContactDateMonth, .form #ContactDateDay, .form #ContactDateYear {max-width:80px;}

	/* [footer: abbr rules] */
	.footer-disclaimer-container {float: left; width: 100%; padding: 0 0;}
	.ftr-disclaimer-inner {color:#fff; width:96%; max-width:96%; padding:10px 2%; margin:auto; font-size:80%; background: url(https://dcveehzef7grj.cloudfront.net/img/facebook/black-png-50.png) repeat 0 0;}

	/* [overlays] */
	.mainol-container {display:none; width:90%; left:50%; margin-left:-45%;}

	/* Sweeps: Rules */
	#showRules .rules-container {word-wrap:break-word; width:92%; padding:20px 4%;}
	.prizes-box {word-wrap:break-word; width:94%; padding-left:0; padding-right:4%;}


	/********************* [begin: colors template] *********************/
	.form .span-cancelbtn-theme-colors a#form-cancel-button, .form .span-cancelbtn-theme-colors a#form-cancel-button:visited {padding:8px 25px; margin-bottom:10px;}
	.form .span-submitbtn-theme-colors a.defaultbtn, .form .span-submitbtn-theme-colors input.defaultbtn {padding:8px 25px; margin-bottom:10px;}
	/********************* [end: colors template] *********************/

	/********************* [begin: colors template] *********************/
	.form .span-cancelbtn-theme-grunge a#form-cancel-button, .form .span-cancelbtn-theme-grunge a#form-cancel-button:visited {padding: 8px 25px; margin-bottom:10px;}
	.form .span-submitbtn-theme-grunge a.defaultbtn, .form .span-submitbtn-theme-grunge input.defaultbtn {padding: 8px 25px; margin-bottom:10px;}
	/********************* [end: colors template] *********************/

	/********************[begin: form on right] ********************/
	.template-form-right .forminput, .template-form-right div.customquestions, .template-form-right #Verification {padding:3px 0;}
	.template-form-right .forminput label, .template-form-right .customquestions-label, .template-form-right .verification-label {padding:0;}
	.template-form-right .g-recaptcha {transform:scale(0.7);transform-origin:0;-webkit-transform:scale(0.7); transform:scale(0.7);-webkit-transform-origin:0 0;transform-origin:0 0;}
	/********************[end: form on right] ********************/

}

@media only screen and (max-width: 480px){

	/* [top bar] */
	div.topLinkRShareLang {display:block; float:right; width:100%; padding:5px 0 5px 0;}
	.topLnkR div.langdropdown, .topLnkRPreview div.langdropdown {float:right; padding-right:0; margin-right:0;}
	.topLnkR div.langdropdown-ind, .topLnkRPreview div.langdropdown-ind {width:156px;}

	.topLnkR span.topLinkRDetails, .topLnkRPreview span.topLinkRDetails {padding-top:0;}
	.topLinkRDetails a {padding-top:0;}
	.topLinkRShare {margin-left:5px;}

	/* [form] */
	.form {width:80%; padding:20px 0 20px 7%;}

	/* misc elements */
	.form #ContactDateMonth, .form #ContactDateDay, .form #ContactDateYear {max-width:75px;}

	/* submit button */
	.form a.defaultbtn, .form input.defaultbtn {padding: 8px 18px;}
	.form a.cancelbtn, .form a.cancelbtn:visited, .form a#form-cancel-button, .form a#form-cancel-button:visited {display:inline-block; padding: 8px 18px;}
	#span-cancelbtn {margin-right:5px;}
	#span-cancelbtn a#form-cancel-image {padding:0;}

	/* [footer] */
	.footer-container {max-width:100%;}
	
	/********************[begin: form on right] ********************/
	.template-form-right .main-body-container {width:100%; padding:0;}
	.template-form-right header {width:100%; max-width:100%;}
	.template-form-right #page-body-holder {width:100%; clear:left;}
	.template-form-right #page-body {width:96%; margin:5% 2% 5% 1.5%;}
	/********************[end: form on right] ********************/

	.formsec_header{padding:24% 5% 0 5%;}
	.formsec_frm{padding:2% 0 0 5%;}
	.scratchcard{margin:0px 10px 10px 0px;}
	
	.formsec_subheader {padding: 10px 5% 0 5%; font-weight:bold; font-size:16px;}
	.form_howitworks {padding:10px 5% 0 5%}
}