/* YUI RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
/* end YUI RESET */
/* CLEARFIX */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
/* END YUI RESET */

/* base css for superreg form ( super reg form in iframe ) */
/* created: march 13, 2010  */
/* updated: march 13, 2010 */
/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

- - - - - - - - - - - - - - - - - - - - - */

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
strong {
	font-weight: bold;
}

#container{
	text-align:left;
	background-color: #ffffff;
	border:1px solid #ccc;
	position: relative;
}
#container, #bottom{
	margin:0 auto;
	width:640px;
}
#bottom{
	width:650px;
	height:10px !important;
	margin-bottom:10px;
	display:block !important;
}

form.wufoo{
	margin: 0;
	padding: 0;
}
form {
	position: relative;
}


/* ----- LOGO ----- */

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	min-height:40px;
	height:40px;
	display:block;
	background:url(/images/superreg/wflogo.png) no-repeat left top;
	overflow:hidden;
}
* html h1 a{
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/superreg/wflogo.png", sizingMethod="crop");
}
img, a img{
	border:none;
	-ms-interpolation-mode: bicubic;
}
* html #bottom{ 
	_behavior: url(/images/superreg/iepngfix.htc);
}
.hide{
	display:none !important;
}
.roundedborder {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ie8-border-radius: 10px;
	border-radius: 10px;
}
/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Framework
Author : Infinity Box Inc.
URL : http://wufoo.com

Last Updated : July 2, 2009

- - - - - - - - - - - - - - - - - - - - - */

.wufoo {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
.wufoo li {
	width: 80%;
	z-index: 520;
}
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}
form li {
	display: block;
	margin: 0;
	padding: 3px 0 8px 0;
	clear: both;
}
li#foli241.subscription_confirmation_li.clearfix,
li#foli242.subscription_confirmation_li.clearfix,
li#foli243.subscription_confirmation_li.clearfix {
	padding: 0px 0 0px 0;
	
}
form li:after, form li div:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html form li{height: 1%;}
* html form li div{display:inline-block;}
*+html form li div{display:inline-block;}

form li div, form li span{
	margin:0 .3em 0 0;
	padding:0;
	color:#444;
}
form li span {
	float:left;
}

.center, 
form li span.center input.text, form li span.center label,
form li.name span label,
form li.date input.text, form li.date span label, 
form li.phone input.text, form li.phone span label,
form li.time input.text, form li.time span label{
	text-align:center;
}
form li.time select.select{
	margin-left:5px;
}

form li div.col span{
	display: block;
	width: 100%;
	float: left;
	padding: 0;
}
li.twoColumns div.col span{
	width:48%;
	margin:0 5px 0 0;
}
li.threeColumns div.col span{
	width:30%;
	margin:0 5px 0 0;
}
li.notStacked div.col span{
	width:auto;
	margin:0 7px 0 0;
}


form li.complex{
	padding-bottom:0;
}
form li div span.left, form li div span.right{
	margin:0;
	width:47%;
}
form li div span.full input, 
form li div span.full select, 
form li div span.left input, 
form li div span.right input,
form li div span.left select,
form li div span.right select{
	width:100%;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 0 5px 0;
}
.info[class]{
	display:block;
}
.info h2{
	font-weight:normal;
	font-size: 160%;
	margin: 0 0 .2em 0;
	clear: left;
}
.info div{
	font-size:95%;
	line-height:135%;
	margin:0 0 1.1em 0;
	color:#555;
}

/* ----- SECTIONS ----- */

form li.section{
	clear:both;
	border-top:1px dotted #ccc;
	padding-top:.9em;
	padding-bottom:0px;
	padding-left:9px;
	width:97% !important;
	position:static;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
}
form .section h3{
	font-weight:normal;
	font-size:110%;
	line-height:135%;
	margin:0 0 .2em 0;
}
form .section div{
	display:block;
	font-size:85%;
	margin:0 0 1.2em 0;
	padding:0;
}

/* ----- LIKERT SCALE ----- */

form li.likert{
	width:97% !important;
	clear:both !important;
	float:none !important;
}
.likert table{
	margin:0 0 .9em 0;
	background:#fff;
	width:100%;
	border:1px solid #dedede;
	border-bottom:none;
}
.likert caption{
	text-align:left;
	color:#222;
	font-size:95%;
	line-height:135%;
	padding:5px 0 .5em 0;
}
.likert input{
	padding:0;
	margin:2px 0;
}
.likert tbody td label{
	font-size:85%;
	display:block;
	color:#565656;
}

/* ----- Top Row ----- */

.likert thead td, .likert thead th{
	background-color:#e6e6e6;
}

/* ----- Right Side ----- */

.likert td{
	border-left:1px solid #ccc;
	text-align:center;
	padding:4px 6px;
}
.likert thead td{
	font-size:85%;
	padding:10px 6px;
}

/* ----- Body ----- */

.likert th, .likert td{
	border-bottom:1px solid #dedede;
}
.likert tbody th{
	padding:8px 8px;
	text-align:left;
}
.likert tbody th label{
	color:#222;
	font-size:95%;
	font-weight:bold;
}

.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#f5f5f5;
}
.likert tbody tr:hover td, .likert tbody tr:hover th{
	background-color:#FFFFCF;
}

/* ----- Likert Classes ----- */

.col1 td{width:30%;} 
.col2 td{width:25%;}
.col3 td{width:18%;}
.col4 td{width:14.5%;}
.col5 td{width:12%;}
.col6 td, .col7 td{width:10%;}
.col8 td, .col9 td, .col10 td{width:6.5%;}
.col11{width:6%;}

.hideNumbers tbody td label{
	display:none;
}

/* ----- LABELS ----- */

form li div label, form li span label{
	margin:0;
	padding-top:6px;
	clear:both;
	font-size:85%;
	line-height:100%;
	color:#444444;
	display:block;
}
form li div span label{
	padding-bottom:2px;
}
	
label.desc{
	font-size:95%;
	font-weight:bold;
	color:#222;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
}
label.choice{
	display:block;
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px 0;
	color:#222222;
	width:88%;
	cursor: hand;
	cursor: pointer;
}
.safari label.choice{
	margin-top:-16px;
}


span.symbol{
	font-size:120%;
	line-height:135%;
}
form li .datepicker{
	float:left;
	margin:.19em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}

/* ----- MIN/MAX COUNT ----- */

form li div label var{
	font-weight:bold;
	font-style:normal;
}
form li div label .currently{
	display:none;
}

/* ----- FIELDS ----- */

input.text, input.search, input.file, textarea.textarea, select.select{
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:100%;
	color:#333;
	margin:0;
	padding:2px 0;
}
input.text, input.search, textarea.textarea{
	/*
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(/images/superreg/fieldbg.gif) repeat-x top;
	*/
}
select.select{
	padding:1px 0 0 0;
}
input.search{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding-left:6px;
}
input.checkbox, input.radio{
	display:block;
	margin: 5px 0 0 0;
	padding:0;
	width:13px;
	height:13px;
}
.form_google {
	float:left;
	margin:9px 8px 0 0;
	width:98px;
}
.aster_form_google {
	float: right;
	color: red !important;
	font-size: 108%;
	font-weight: bold;
}
.input_form_google {
	float: right;
}
.subscription_confirmation_radio {
	width: 92px;
	float: left;
	margin: 5px 10px 0 5px;
}
.subscription_confirmation_radio .radio {
	float: right;
}
.div_google {
	position: relative;
	background-color:#fff7c0;
}
#user_form ul .gratis {
	text-align: center;
	color: #1f4e80;
	font-weight: bold;
	font-size: 22px;
	display: block;
	margin-bottom: 25px;
}
li#foli232.terms_of_service.clearfix.div_google.focused {
	z-index: 0;
}
li.terms_of_service {
  z-index: 200;
}
input.other{
	margin:0 0 8px 25px;
}

.safari select.select{
	font-size:120% !important;
	margin:0 0 1px 0;
}
* html select.select{
	margin:1px 0;
}
*+html select.select{
	margin:1px 0;
	border:1px solid red;
}

/* ----- FILES ----- */

li.file a{
	color:#222;text-decoration:none;
}
li.file span{
	display:inline;float:none;
}
li.file img{
	display:block;float:left;margin:0 0 0 -10px;padding:5px 5px 7px 5px;
}
li.file .file-size, li.file .file-type{
	color:#666;font-size:85%;text-transform: uppercase;
}
li.file .file-name{
	display:block;
	padding:14px 0 0 0;
	color:blue;
	text-decoration:underline;
}
li.file .file-delete{
	color:red !important;font-size:85%;text-decoration:underline;
}
li.file a:hover .file-name{
	color:green !important;
}
li.file a:hover .file-name{
	color:green !important;
}

/* ----- BUTTONS ----- */

form li.buttons{
	position:relative;
	clear:both;
	padding-top:10px;
	width:97% !important;
}
form li.buttons input{
	font-size:100%;
	margin-right: 5px;
}
input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.safari input.btTxt{
	font-size:120%;
}
.buttons .marker{
	position:absolute;
	top:0;
	right:0;
	padding:15px 10px 0 0;
	color:#000;
}
button.link{
	display:inline-block;
	border:none;
	background:none;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	padding:0;
	font-size:100%;
}
button.link:hover{
	color:green;
}

/* ----- TEXT DIRECTION ----- */

.rtl .info h2, .rtl .info div, .rtl label.desc, .rtl label.choice, 
.rtl div label, .rtl span label, .rtl input.text, 
.rtl textarea.textarea, .rtl select.select, .rtl p.instruct, 
.rtl .section h3, .rtl .section div, .rtl input.btTxt{
	direction:rtl;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
	min-width:25%;
}
input.medium, select.medium{
	width: 50%;
	min-width: 50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
	min-width:100%;
}
select.ieSelectFix{ /* IE8 */
	width:auto\9;
}
* html select.ieSelectFix{ /* IE6 Only */
	width:100%;
}
*+html select.ieSelectFix{ /* IE7 Only */
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

#errorLi{
	width:99%;
	margin:15px auto 0 auto;
	background:#fff !important;
	border:1px solid red;
	margin-bottom:1em;
	text-align:center;
	padding:1em 0 1em 0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
#errorMsgLbl{
	margin:0 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000 !important;
}
#errorMsg{
	margin:0 0 2px 0;
	color:#000 !important;
	font-size:100%;
}
#errorMsg strong{
	padding:2px 3px;
	background-color: #FFDFDF !important;
	color:red !important;
}
form li.error{
	display:block !important;
	background-color: #FFDFDF !important;
	margin-bottom:3px !important;
}
form li.error label, form li.error span.symbol{
	color:#000 !important;
}
form li.error label.desc{
	color:#DF0000 !important;
}
form p.error{
	display:none;
	margin:0 !important;
	padding:7px 0 0 0 !important;
	line-height:10px !important;
	font-weight:bold;
	font-size:10px;
	color:#DF0000 !important;
	clear:both;
}
form li.error p.error{
	display:block;
}
form li.complex p.error{
	padding:0 0 9px 0 !important;
}
.leftLabel p.error, .rightLabel p.error{
	margin-left:30%;
	padding-left:15px;
}
.noI .leftLabel p.error, .noI .rightLabel p.error{
	margin-left:35%;
	padding-left:15px;
}

/* ----- REQUIRED ----- */

form span.req {
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
	padding:0;
}

/* ----- INSTRUCTIONS ----- */

form li {
	position: relative;
}
form li.focused{
	background-color:#fff7c0;
}
form li.focused, form li:hover{
	position:relative; /* Makes Instructs z-index stay on top in IE. */
}
form .instruct {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:32%;
	margin:0 0 0 8px;
	padding:8px 10px 10px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	visibility:hidden;
	font-size:105%;
	display: none;
}
form .instruct small {
	line-height:120%;
	font-size:80%;
	color:#444;
}
form li.focused .instruct {
	left:70.5%; /* Prevent scrollbars for IE Instruct fix */
	visibility:visible;
	display: block;
	width: 25%;
	top: 10%;
}
form li #smscode_instruction.instruct {
	display:block;
	visibility:visible;
	left:52%;
	width: 42%;
	font-size: 13px;
	line-height: 20px;
}
.helphead {
	display: block;
	text-align: center;
	margin: 5px;
	font-size: 16px;
}
#sms_submit_button_container {
	margin: 10px 0 0 184px;
}
/* ----- ADVANCED CLASSNAMES ----- */

.hideSeconds .seconds, .hideAMPM .ampm{
	display:none;
}

/* ----- ALT INSTRUCTIONS ----- */

.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct,
li.leftThird .instruct, li.middleThird .instruct, li.rightThird .instruct,
.iphone .instruct{
	visibility:visible;
	position:static;
	margin:0;
	padding:6px 0 0 0;
	width:100%;
	clear:left;
	background:none !important;
	border:none !important;
	font-style:italic;
}
.altInstruct p.complex , li.leftHalf p.complex, li.rightHalf p.complex,
li.leftThird p.complex, li.middleThird p.complex, li.rightThird p.complex,
.iphone p.complex{
	padding:0 0 9px 0;
}

/* ----- LABEL LAYOUT ----- */

.leftLabel li, .rightLabel li{
	width: 100% !important;
}
.leftLabel label.desc, .rightLabel label.desc{
	float: left;
	width: 34%;
	margin: 9px 8px 0 0;
}
.sms_code_page .rightLabel label.desc {
	width: 42%;
	min-width: 42%;
}
.enter_mobile_again .rightLabel label.desc {
	width: 34%;
	min-width: 34%;
}
.rightLabel label.desc {
	text-align:right;
}
.leftLabel li div.col, .rightLabel li div.col,
.leftLabel li.complex div, .rightLabel li.complex div{
	float:left;
	display: block;
	z-index: 1650;
}

.leftLabel li div.col, .rightLabel li div.col,
.leftLabel li.complex div, .rightLabel li.complex div{
	width: 32%;
	min-width: 32%;
	margin-top: 7px;
}
.leftLabel .small, .rightLabel .small{
	width:40%;
	min-width:40%;
	text-align: center;
}
.leftLabel .medium, .rightLabel .medium{
	width:100%;
	min-width:100%;
}
.leftLabel .large, .rightLabel .large,
.leftLabel textarea.textarea, .rightLabel textarea.textarea{
	width:97%;
	min-width:97%;
}

.leftLabel p.instruct, .rightLabel p.instruct{
	width:24%;
	margin-left:5px;
}
.leftLabel .altInstruct .instruct, .rightLabel .altInstruct .instruct{
	margin-left:29% !important;
	padding-left:15px;
	width:65%;
}


.leftLabel .buttons, .rightLabel .buttons{
	margin-left: 62px;
}
* html .leftLabel .buttons, * html .rightLabel .buttons{
	margin-left:11px;
}
.leftLabel .buttons input, .rightLabel .buttons input{
	margin-left:22%;
}

/* ----- NO INSTRUCTIONS ----- */

.noI form li, .altInstruct form li{
	width:98% !important;
}
.noI form li.section, .altInstruct form li.section{
	padding-left:9px !important;
}

/* ----- NO INSTRUCTIONS LABEL LAYOUT ----- */

.noI .leftLabel label.desc, .noI .rightLabel label.desc{
	width:34%;
}
.noI .leftLabel .buttons input, .noI .rightLabel .buttons input{
	margin-left:34%;
}
* html .noI .leftLabel .buttons input, * html .noI .rightLabel .buttons input{
	margin-left:30%;
}

/* ----- HALVES AND THIRDS ----- */

form li.leftHalf, form li.rightHalf{
	width:46% !important;
}
form li.leftThird, form li.middleThird, form li.rightThird{
	width:31% !important;
}
li.leftHalf, li.leftThird{
	clear:left !important;
	float:left;
}
li.middleThird{
	clear:none !important;
	float:left;
}
li.rightHalf, li.rightThird{
	clear:none !important;
	float:right;
}
li.leftHalf .small, li.rightHalf .small,
li.leftHalf .medium, li.rightHalf .medium,
li.leftThird .small, li.middleThird .small, li.rightThird .small,
li.leftThird .medium, li.middleThird .medium, li.rightThird .medium{
	width:100%;
}

/* ----- CAPTCHA ----- */

form li.captcha {
	clear:both;
	border-top:1px dotted #ccc;
	margin-top:5px;
	padding-top:.9em;
	padding-bottom:9px;
	padding-left:9px;
	width:97% !important;
	position:static;
}
form li.captcha label.desc{
	text-align:left;
	margin-bottom:4px;
	float:none;
	width:auto !important;
}
#recaptcha_widget_div table{
	background:#fff;
}
form li.captcha .noscript iframe{
	border:none;
	overflow:hidden;
	margin:0;
	padding:0;
}
form li.captcha .noscript label.desc{
	display:block !important;
}
form li.captcha .noscript textarea{
	margin-left:12px;
}

/* ----- PAGINATION ----- */

form li.paging-context{
	clear:both;
	border-bottom:1px dotted #ccc;
	margin-bottom:7px;
	padding:5px 0 10px 0;
	width:100% !important;
	position:static;
}
.paging-context table{
	width:100%;
}

.pgStyle1 td{
	text-align:left;
	vertical-align:middle;
	padding:6px 0;
}
.pgStyle1 td.c{
	width:22px;
	padding:0 7px;
}
.pgStyle1 var{
	display:block;
	float:left;
	background:none;
	border:1px solid #CCC;
	color:#000;
	width:20px;
	height:20px;
	line-height:19px;
	text-align:center;
	-webkit-box-shadow:rgba(0,0,0,.15) 0px 1px 2px;
	-moz-box-shadow:rgba(0,0,0,.15) 0px 1px 2px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size:85%;
	font-style:normal;
}
.pgStyle1 .done var{
	background:#ccc;
}
.pgStyle1 .selected var{
	background:#FFF7C0;
	color:#000;
	border:1px solid #e6dead;
	font-weight:bold;
}
.pgStyle1 b{
	display:block;
	padding:0;
	font-size:85%;
	font-weight:normal;
	color:#000;
}
.pgStyle1 .selected b{
	font-weight:bold;
}

.circle6 td, .circle7 td{
	vertical-align:top;
	text-align:center;
}
.nopagelabel td.t{
	display:none;
}
.nopagelabel .pgStyle1 var, .circle6 var, .circle7 var{
	width:24px;
	height:24px;
	line-height:24px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	font-size:90%;
	margin:0 auto 7px auto;
	float:none;
}
.nopagelabel .pgStyle1 var{
	margin-bottom:0;
}
.circle6 b, .circle7 b{
	padding:0;
}

.circle2 td{width:50%;}
.circle3 td{width:33%;}
.circle4 td{width:25%;}
.circle5 td{width:20%;}
.circle6 td{width:16.6%;}
.circle7 td{width:14.2%;}

.pgStyle2 td{
	vertical-align:middle;
	height:25px;
	border:1px solid #CCC;
	position:relative;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-webkit-box-shadow:rgba(0,0,0,.10) 1px 1px 1px;
	-moz-box-shadow:rgba(0,0,0,.10) 1px 1px 1px;
	padding:2px;
}
.pgStyle2 var{ /* Percentage Bar */
	display:block;
	height:26px;
	float:left;
	background:#FFF7C0;
	color:#000;
	font-style:normal;
	text-align:right;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-webkit-box-shadow:rgba(0,0,0,.15) 1px 0px 0px;
	-moz-box-shadow:rgba(0,0,0,.15) 1px 0px 0px;
}
.pgStyle2 var b{/* Percentage # */
	display:block;
	float:right;
	font-size:100%;
	padding:3px 10px 3px 3px;
	line-height:19px;
}
.pgStyle2 em{/* Page Title */
	font-size:85%;
	font-style:normal;
	display:inline-block;
	margin:0 0 0 9px;
	padding:4px 0;
	line-height:18px;
}
.pgStyle2 var em{
	padding:4px 5px 3px 0;
}
.page1 .pgStyle2 var{
	padding-left:7px;
	text-align:left;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.page1 .pgStyle2 b{
	float:none;
	padding-right:0px;
}


.hideMarkers .marker, .nopagelabel .pgStyle1 b, .nopagelabel .pgStyle2 em, .hideSecondary #previousPageButton{
	display:none !important;
}
.rightLabel .mobilenumber input {
	background-image: url(/images/superreg/plusnumbers_30.gif);
	background-repeat: no-repeat;
	background-position: -55px 1px;
	padding-left: 50px;
	width: 76%;
	line-height: 25px;
	padding-top: 0;
	padding-bottom: 0;
}
.country-code-30 .mobilenumber input {
	background-position: -55px 1px;
}
.country-code-31 .mobilenumber input {
	background-position: -55px -30px;
}
.country-code-32 .mobilenumber input {
	background-position: -55px -61px;
}
.country-code-33 .mobilenumber input {
	background-position: -55px -92px;
}
.country-code-34 .mobilenumber input {
	background-position: -55px -123px;
}
.country-code-351 .mobilenumber input {
	background-position: -55px -154px;
}
.country-code-352 .mobilenumber input {
	background-position: -55px -185px;
}
.country-code-353 .mobilenumber input {
	background-position: -55px -216px;
}
.country-code-356 .mobilenumber input {
	background-position: -55px -247px;
}
.country-code-357 .mobilenumber input {
	background-position: -55px -278px;
}
.country-code-358 .mobilenumber input {
	background-position: -55px -309px;
}
.country-code-359 .mobilenumber input {
	background-position: -55px -340px;
}
.country-code-36 .mobilenumber input {
	background-position: -55px -371px;
}
.country-code-370 .mobilenumber input {
	background-position: -55px -402px;
}
.country-code-371 .mobilenumber input {
	background-position: -55px -433px;
}
.country-code-372 .mobilenumber input {
	background-position: -55px -464px;
}
.country-code-385 .mobilenumber input {
	background-position: -55px -495px;
}
.country-code-386 .mobilenumber input {
	background-position: -55px -526px;
}
.country-code-39 .mobilenumber input {
	background-position: -55px -557px;
}
.country-code-40 .mobilenumber input {
	background-position: -55px -588px;
}
.country-code-41 .mobilenumber input {
	background-position: -55px -619px;
}
.country-code-420 .mobilenumber input {
	background-position: -55px -650px;
}
.country-code-421 .mobilenumber input {
	background-position: -55px -681px;
}
.country-code-43 .mobilenumber input {
	background-position: -55px -712px;
}
.country-code-44 .mobilenumber input {
	background-position: -55px -743px;
}
.country-code-45 .mobilenumber input {
	background-position: -55px -774px;
}
.country-code-46 .mobilenumber input {
	background-position: -55px -805px;
}
.country-code-47 .mobilenumber input {
	background-position: -55px -836px;
}
.country-code-48 .mobilenumber input {
	background-position: -55px -867px;
}
.country-code-49 .mobilenumber input {
	background-position: -55px -898px;
}
/* - - - Custom Theme - - - */

/* ----- Logo ----- */
h1 a {
	background-image:url('http://bidit.eu/images/superreg/bidit_logo.png'); 
	min-height:0;
	height:100px;
	text-align: center;
	background-position: left center;
	border-bottom: 10px solid orange;
}
* html h1 a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://bidit.eu/images/superreg/bidit_logo.png", sizingMethod="crop");
}

/* ----- Backgrounds ----- */

h1{
		background-color:#0066cc;
}
#container, html.embed{
	background-color:#FFFFFF;
}
.safari .wufoo input.file{
	background:none;
	border:none;
}
.wufoo li.focused{
	background-color:#FFF7cC0;
	z-index: 550;
}
.wufoo li.focused  input {
	/* z-index: 1550; */
}
.wufoo .instruct{
	background-color:#F5F5F5;
}

/* ----- Borders ----- */
#container{
	border:0 solid #0033ff;
}
.wufoo .info, .wufoo .paging-context{
	border-bottom:1px dotted #CCCCCC;
}
.wufoo .section, .wufoo .captcha, #payment .paging-context{
	border-top:1px dotted #CCCCCC;
}
.wufoo input.text, .wufoo textarea.textarea{
}
.wufoo .instruct{
	border:1px dashed #ff9900;
}
.fixed .info{
	border-bottom:none;
}

/* ----- Typography ----- */
.wufoo .info h2{
	font-size:180%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
	font-weight: bold;
}
.wufoo .info div{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo .section h3{
	font-size:140%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo .section div{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}

.wufoo label.desc{
	font-size:108%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo label.choice{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select{
	font-size:140%;
	font-family:inherit;
	color:#333333;
}
.safari .wufoo select.select{
	background:#FFFFFF;
	border:1px solid #bfbfbf;
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	font-size:140% !important;
}
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:inherit;
	color:#444444;
}
.safari .wufoo input.file{ /* Webkit */
	font-size:140%;
	font-family:inherit;
	color:#444444;
}
.wufoo .instruct small{
	font-size:82	%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;	
}

.altInstruct small, li.leftHalf small, li.rightHalf small,
li.leftThird small, li.middleThird small, li.rightThird small,
.iphone small{
	color:#444444 !important;
}

/* ----- Button Styles ----- */

.wufoo input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}

/* ----- Highlight Styles ----- */

.wufoo li.focused label.desc,
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label,
.safari .wufoo li.focused input.file{ 
	color:#000000;
}

/* ----- Confirmation ----- */

.confirm h2{
	font-family:inherit;
	color:#444444;
}
a.powertiny b, a.powertiny em{
color:#e6e6e6 !important;
}
.embed a.powertiny b, .embed a.powertiny em{
color:#1a1a1a !important;
}

/* ----- Pagination ----- */

.pgStyle1 var, .pgStyle2 var, .pgStyle2 em, .page1 .pgStyle2 var, .pgStyle1 b, .wufoo .buttons .marker{
	font-family:inherit;
	color:#444444;
}
.pgStyle1 var, .pgStyle2 td{
	border:1px solid #cccccc;
}
.pgStyle1 .done var{
	background:#cccccc;
}

.pgStyle1 .selected var, .pgStyle2 var, .pgStyle2 var em{
	background:#FFF7C0;
	color:#000000;
}
.pgStyle1 .selected var{
	border:1px solid #e6dead;
}


/* Likert Backgrounds */

.likert table{
	background-color:#FFFFFF;
}
.likert thead td, .likert thead th{
	background-color:#e6e6e6;
}
.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#f5f5f5;
}

/* Likert Borders */

.likert table, .likert th, .likert td{
	border-color:#dedede;
}
.likert td{
	border-left:1px solid #cccccc;
}

/* Likert Typography */

.likert caption, .likert thead td, .likert tbody th label{
	color:#444444;
	font-family:inherit;
}
.likert tbody td label{
	color:#575757;
	font-family:inherit;
}
.likert caption, .likert tbody th label{
	font-size:110%;
}

/* Likert Hover */

.likert tbody tr:hover td, .likert tbody tr:hover th, .likert tbody tr:hover label{
	background-color:#FFF7C0;
	color:#000000;
}
.likert tbody tr:hover td{
	border-left:1px solid #ccc69a;
}

/* ----- Report Styles ----- */

.wufoo .wfo_graph h3{
	font-size:110%;
	font-family:inherit;
	color:#444444;
}
.wufoo .wfo_graph h3 span{
	color:#000000;
}
.wufoo .footer h4{
	color:#000000;
}
.wufoo .footer span{
	color:#444444;
}

/* ----- Number Widget ----- */

.wfo_number{
	background-color:#f5f5f5;
	border-color:#dedede;
}
.wfo_number strong, .wfo_number em{
	color:#000000;
}

/* ----- Chart Widget Border and Background Colors ----- */

#widget, #widget body{
	background:#FFFFFF;
}
.fcNav a.show{
	background-color:#FFFFFF;
	border-color:#cccccc;
}
.fc table{
	border-left:1px solid #dedede;	
}
.fc thead th, .fc .more th{
	background-color:#dedede !important;
	border-right:1px solid #cccccc !important;
}
.fc tbody td, .fc tbody th, .fc tfoot th, .fc tfoot td{
	background-color:#FFFFFF;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #dedede;
}
.fc tbody tr.alt td, .fc tbody tr.alt th, .fc tbody td.alt{
	background-color:#f5f5f5;
}

/* ----- Chart Widget Typography Colors ----- */

.fc caption, .fcNav, .fcNav a{
	color:#444444;
}
.fc tfoot, 
.fc thead th,
.fc tbody th div, 
.fc tbody td.count, .fc .cards tbody td a, .fc td.percent var,
.fc .timestamp span{
	color:#000000;
}
.fc .indent .count{
	color:#4b4b4b;
}
.fc .cards tbody td a span{
	color:#7d7d7d;
}

/* ----- Chart Widget Hover Colors ----- */

.fc tbody tr:hover td, .fc tbody tr:hover th,
.fc tfoot tr:hover td, .fc tfoot tr:hover th{
	background-color:#FFF7C0;
}
.fc tbody tr:hover th div, .fc tbody tr:hover td, .fc tbody tr:hover var,
.fc tfoot tr:hover th div, .fc tfoot tr:hover td, .fc tfoot tr:hover var{
	color:#000000;
}

/* ----- Payment Summary ----- */

.invoice thead th, 
.invoice tbody th, .invoice tbody td,
.invoice tfoot th,
.invoice .total,
.invoice tfoot .last th, .invoice tfoot .last td,
.invoice tfoot th, .invoice tfoot td{
	border-color:#dedede;
}
.invoice thead th{
	background:#f5f5f5;
}
.invoice th, .invoice td{
	color:#000000;
}
#ppSection, #ccSection{
	border-bottom:1px dotted #CCCCCC;
}
#shipSection, #invoiceSection{
	border-top:1px dotted #CCCCCC;
}

/* Drop Shadows */
#bottom{
	visibility:hidden;
}
#container{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	width: 660px;
	margin: 0 auto;
}
.email, .password, .smscode {
	background: #f5f0d0;
	background: transparent;
}
#userclasses {
	position: relative;
	background: #e3e3e3;
	margin: 15px 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#userclasses h2 {
	text-align: center;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-size: 18px;
}
#userclasses .userclass {
	background: #ffffff;
	width: 635px;
	float: right;
	margin: 7px 14px;
}
#userclasses .userclass_header {
	background-image: url(/images/superreg/userclasses_stacked.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 15px;
	margin: 3px 10px;
	float: left;
}
#userclasses #bronse .userclass_header {
	background-position: 3px -222px;
}
#userclasses #silver .userclass_header {
	background-position: 3px -74px;
}
#userclasses #gold .userclass_header {
	background-position: 3px -4px;
}
#userclasses div h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 25px;
	display: inline;
	margin: 10px 0 0 65px;
}
#userclasses div#bronse h3 {
	color: #ffffff;
	background: #e68627;	text-align: center;
	border-radius-ie8: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	text-shadow: #945415 -1px -1px 1px;
	border: 2px solid #945415;
	border-top: 2px solid #ffd764;
	border-left: 2px solid #ffd764;
	border-right: 2px solid #ffd764;
}
#userclasses div#silver h3 {
	color: #ffffff;
	background: #999999;
	text-align: center;
	border-radius-ie8: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #555555 -1px -1px 1px;
	border: 2px solid #555555;
	border-top: 2px solid #f3f3f3;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
#userclasses div#gold h3 {
	color: #ffffff;
	background: #efd803;
	text-align: center;
	border-radius-ie8: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold !important;
	letter-spacing: 1px !important;
	border-radius-ie8: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #8e7c01 -1px -1px 1px;
	border: 2px solid #bfa700;
	border-top: 2px solid #fef77a;
	border-left: 2px solid #fefa2d;
	border-right: 2px solid #fefa2d;
}
#userclasses div h3 {
	font-size: 24px;
	position: relative;
}
#userclasses div ul {
	padding: 0;
}
#userclasses div ul li {
	
	display: block;
	float: left;
	text-align: center;
	margin: 0 0 0 15px;
	font-weight: bold;	
	
	width: auto;
	height: 60px;
		
	background-image: url(/images/superreg/extra_features.jpg);
	background-position: center -290px;
	background-repeat: no-repeat;

}
#userclasses div ul li span {
	margin-top: 42px;
	display: block;
	position: relative;
}
#userclasses div ul li.extra_autobid {
	background-position: center -290px;
} 
#userclasses div ul li.extra_bidit {
	background-position: center -448px;
}
#userclasses div ul li.extra_treff_tiden {
	background-position: center -368px;
}
#userclasses div ul li.extra_gold_auction {
	background-position: center -217px;
}
#userclasses div ul li.extra_silver_auction {
	background-position: center -145px;
}
#userclasses div ul li.extra_bronse_auction {
	background-position: center -72px;
}
#userclasses div h4 {
	margin: 10px 15px;
}
.userclass_extras {
	width: 340px;
	float: right;
}
.userclass_description {
	clear: left;
	width: 280px;
	float: left;
}
.userclass_description p {
	width: 590px;
}
.userclass {
	
}

#userclasses p strong {
}
#userclasses div p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 15px;
}
#userclasses div .userclass_extras p {
	text-align: center;
	font-size: 12px;
	margin: 12px 0 0 0;
}
#userclasses .userclass_description p {
	margin-bottom: 20px;
}
.userclass_extras ul {
	margin: 5px 0;
}


/* CLEARFIX */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

.sms_information {
	font-size:9px;
	font-family:inherit;
	color:#222;
	margin:30px 0 15px 0;
	padding:0 0 3px 0;
	border:none;
	display:block;
	text-align: justify;
	*clear: both;
}
.special_functions h2 {
	border-top: 2px solid grey;
	padding-top: 7px;
	margin-bottom: 5px;
}
.special_functions div {
	display: block;
	float: left;
	width: 23%;
	margin: 2% 2% 2% 0;
}
.special_functions div h3 {
	margin: 0;
	border-top: 1px solid grey;
	padding: 3px 0 0 0;
}
.special_functions div h3 {
	background-image: url(/images/superreg/extra_features.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}
.special_functions div p {
	margin: 5px 0;
}
.special_functions .autobid_function h3 {
	padding: 12px 0 12px 42px;
	background-position: -19px -290px;
}
.special_functions .bidit_function h3 {
	padding: 12px 0 12px 42px;
	background-position: -19px -448px;
}
.special_functions .clickthetime_function h3 {
	padding: 12px 0 12px 42px;
	background-position: -19px -368px;
}
.special_functions .privateauctions_function h3 {
	padding: 5px 0 20px 82px;
	background-position: 0 -15px;
}

div#promotext {
	position: absolute;
	top: 50px;
	right: 0;
	width: 25%;
	padding: 0;
	 
}
#promotext ol {
	padding: 0;
	width: 100% !important;
}
form.wufoo #promotext ol li {
	width: 100% !important;
	padding: 10px 0 !important;
	font-weight: bold;
	font-style: italic;
}
#userclass_descriptions {
	position: relative;
	width: 28%;
	top: 0;
	font-size: 11px;
	line-height: 16px;
	right: 0;
	float: right;
	padding: 5px;
	height: 180px;
	position: absolute;
	background: #FFF7C0;
	background: transparent;
}
.userclass {
	height: auto;
	position: relative;
	padding: 0;
}
#submit_button_container {
	padding-bottom: 10px;
	background: white;
	margin: 0 0 0 0;
}
.sms_code_submit #submit_button_container {
	background: transparent;
	width: 420px !important;
	margin-top: 10px;
	height: auto;
}
.enter_mobile_again #submit_button_container {
	background: transparent;
	width: 100% !important;
	margin-top: 10px;
	height: auto;
}
#submit_button_container div.button {
	display: block;
	margin: 7px 0 5px 245px;
	font-size: 16px;
	padding: 0;
	border: 0;
	color: #ffffff;
	overflow: visible;
	height: 45px;
	vertical-align: center;
}
.sms_code_submit #submit_button_container div.button {
	margin-left: 165px;
}
.enter_mobile_again #submit_button_container div.button {
	margin-left: 216px;
	margin-top: 0;
}
form li #submit_button_container div.button button {
	border: 0;
	text-shadow: -1px -1px 1px green;
	font-weight: bold;
	line-height: 40px;
	margin: 0 !important;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	background-color: transparent;
	padding: 0;
	margin: 0;
	overflow: visible;
	white-space: nowrap;
	left: -15px;
	cursor: pointer;
	cursor: hand;
}
form li #submit_button_container div.button:hover button {
	background-position: bottom right;
	margin: 0 !important;
}
form li #submit_button_container div.button span,
form li #submit_button_container div.button em {
	display: block;
	height: 41px;
	margin: 0;
	width: auto;
	position: relative;
	cursor: pointer;
	cursor: hand;
	line-height: 40px;
}
form li #submit_button_container div.button span {
	padding-left: 42px;
	background-image: url(/images/superreg/superreg_buttons.png);
}
form li #submit_button_container div.button em {
	background-image: url(/images/superreg/superreg_buttons.png);
	background-position: top right;
	padding-right: 20px;
	padding-left: 15px;
	background-color: white;
	font-weight: bold;
	color: white;
}
.new_referral li #submit_button_container div.button em {
  background-color: #e2edf3;
}
form li #submit_button_container div.button button:hover em {
	background-position: bottom right;
}
form li #submit_button_container div.button button:hover span {
	background-position: bottom left;
}

#terms_and_age_confirmation {
	font-size: 13px;
	line-height: 19px;
	margin: 0 20px;
	font-weight: bold;
}
form ul {
	margin: 0;
}
#bidit_logo {
	text-align: center;
	border-bottom: 2px dotted #0073c1;
	padding: 2px;
	margin: 2px;
	display: block;
	background: transparent;
}

#bidit_logo img {
	float: left;
	margin: 0 15px 0 0;
	/* turned off by default */
	display: none;
}
#bidit_logo h3 {
	line-height: 18px;
	margin: 10px;
	font-weight: bold;
	font-size: 22px;
	color: #1f4e80;
}
.smscode {
	
}

.sms_code_page h2 {
	line-height: 32px;
	margin: 0;
	font-size: 20px;
	text-align: center;
	width: 60%;
	padding: 0;
	margin: 0 0 12px 0;
}
.sms_code_page ul {
	width: 62%;
}
.enter_mobile_again ul {
	width: 100%;
}


/***********************/
.input_status.neutral .fail { display: none; }
.input_status.neutral .success { display: none; }

.input_status.fail .neutral { display: none; }
.input_status.fail .success { display: none; }
.input_status.fail .formError { 
	color: #fa4800;
}
.input_status {
	margin: 5px 0 0 5px;
	padding: 0 0 0 25px;
	line-height: 15px;
	font-size: 12px;
	background-image: url(/images/superreg/tick-circle-grey.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	width: auto;
	float: left;
	position: relative;
}
.input_status.neutral {
	line-height: 26px;
}
.input_status.checking {
	background-image: url(/images/superreg/ajax-loader.gif);
}
.userclass .input_status.neutral {
	margin: 5px 0 0 5px;
	padding: 0 0 12px 25px;
	line-height: 15px;
	font-size: 12px;
	background-image: url(/images/superreg/tick-circle-grey.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	width: auto;
	float: left;
	position: relative;
	display: none;
}
.input_status.success {
	background-image: url(/images/superreg/tick-circle.png);
	padding-bottom: 12px;
}
.input_status.fail {
	background-image: url(/images/superreg/cross-circle.png);
	width: 170px;
	padding: 6px 0 5px 25px;
	color: red;
	z-index: 30;
	display: block;
}
.sms_code_page .input_status {
	width: 108px;
}
.sms_code_instruction {
	width: 62%;
	margin-bottom: 15px;	
}
.enter_mobile_again .input_status {
	width: 180px;
}
#subscription_status.input_status.neutral {
	background: none;
}
.country_code .input_status {
	display: none;
}
#subscription_status {
	padding-top: 8px;
	display: none;
}

#userclass_standard_frozen {
	
}
#subscription_status .fail.roundedborder .formError {
	
}
.userclass_extras {
	margin-bottom: 5px;
}
#userclass_descriptions div strong span {
	padding-left: 22px;
	text-decoration: underline;
	background-image: url(/images/superreg/plus.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
li.sms_code div.col {
	width: 20% !important;
	min-width: 20%;
}
li.sms_code div.col .small {
	width: 100%;
}
li.sms_code .instruct {
	width: 75% !important;
	min-width: 75%;
	top: 160px !important;
	left: 12% !important;
	display: block;
	visibility: visible;
}
li.sms_code {
	background-color:#FFF7C0;
}
#subscription_description_se,
#submit_button_container p {
	color: #999;
	font-size: 12px;
	margin: 20px 0 0 10px;
}
#submit_button_container p {
	margin: -7px 0 0 10px;
}
#ga-videre-uten {
	margin: 10px 0 10px 0;
	color: #666;
	font-size: 14px;
	display: block;
	text-align: center;
}
.sms_code_page {	
	background: transparent;
	background-image: url(/images/superreg/phone_sms_code_no.jpg);
	background-repeat: no-repeat;
	background-position: 414px 80px;
	height: 400px;
	padding-top: 0;
	border-bottom: 3px solid grey !important;
}
.locale-sv .sms_code_page {	
	background-image: url(/images/superreg/phone_sms_code_se.jpg);
}
.style_signup .sms_code_page {
	height: 450px;
	background-position: 414px 80px;
}
#links_below {
	margin: 5px 0;
	text-align: center;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0;
}
.sms_code_page #bidit_logo {
	width: 60%;
}
.enter_mobile_again #bidit_logo {
	width: 100%;
}
.phone_number {
	font-weight: bold;
	color: #1c88b3;
}

/* final page */
.red_text{
	background: #ffe779;
	color: white;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	border: 2px solid #ff7834;
	color: #333333;
}
.new_user_message {
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	margin: 10px 0;
}
.new_user_message {
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	margin: 10px 0;
}
.new_user_message .bidding_user {
	line-height: 18px;
	margin-right: 10px;
	text-transform: capitalize;
	display: inline-block !Important;
	float: none;
	margin: 0 2px;
	}
.red_text{
	background: #ffe779;
	color: white;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	border: 2px solid #ff7834;
	color: #333333;
}
.what_to_do_next {
	border: 1px dashed #2a83d9;
	background: #daf1ff;
	padding: 15px 15px 25px 15px;
	margin: 10px 0 25px 0;
}
.what_to_do_next ol li {
  text-align: left;
  margin: 20px 40px 10px 40px;
  list-style-type: decimal;
}
.what_to_do_next ol li strong {
	line-height: 24px;
	font-size: 14px;
}
.what_to_do_next ul li {
	line-height: 24px;
	font-size: 14px;
	margin: 5px;
	text-align: left;
}
.body_flag.norwegian_flag {
	width: 260px;
	height: 160px;
	display: block;
	background-image: url(/images/v2/flag_no_medium.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
.locale-sv .body_flag.norwegian_flag {
	background-image: url(/images/v2/flag_sv_medium.jpg);
}
.body_flag.norwegian_flag span {
	display: none;
}
.continuing_instructions {
	clear: both;
}
.continuing_instructions p {
	text-align: left;
	line-height: 24px;
	font-size: 18px;
	margin: 20px 0px;
	font-weight: bold;
}
p.coupon_offer {
	clear: both;
	margin: 20px 0px;
	padding: 10px 50px;
	background: #bbf9c5;
	font-weight: normal;
}
.continuing_instructions p.coupon_offer a {
	display: block;
	background:url(/images/v2/popups/bgknapp.png) no-repeat center top;
	width:125px;
	height:29px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	border:none;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	margin: 15px auto 0 auto;
}
.continuing_instructions p.coupon_offer strong{
	background: #d9fde6;
	padding: 4px 7px;
	border: 1px solid #73ab73;
}
.continuing_instructions p.coupon_offer a span {
	display: block;
	position: absolute;
	color: #555;
	font-weight: normal;
	width: 300px;
	top: 2px;
	left: 90px;	
}
.about_bidit_confirmation_page {
	clear: both;
	font-size: 14px;
	border-top: 3px dashed #cccccc;
	margin-bottom: 35px;
}
.about_bidit_confirmation_page h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 10px;
}
.call_to_action h5 {
	text-align: center;
	font-weight: bold;
}
.call_to_action a {
	
}
.big_ass_green_button {
	display: block;
	position: relative;
	margin: 15px auto;
	font-size: 16px;
	padding: 0;
	background: transparent;
	background-image: url(/images/superreg/superreg_buttons.png);
	border: 0;
	color: #ffffff;
	background-repeat: no-repeat;
	height: 41px;
	background-repeat: no-repeat;	
	overflow: visible;
	width: 340px;
	height: 45px;
	vertical-align: center;
}
.big_ass_green_button span {
	cursor: hand;
	cursor: pointer;
	display: block;
	color: white;
	padding: 0 10px 0 0;
	background: transparent;
	border: 0;
	background-image: url(/images/superreg/superreg_buttons.png);
	background-position: top right;
	background-repeat: no-repeat;
	top: 0;
	left: 42px;
	position: absolute;
	width: 310px;
	height: 41px;
	text-shadow: -1px -1px 1px green;
	font-weight: bold;
	line-height: 40px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	margin: 0 !important;
	font-size: 16px;
	text-transform: uppercase;
	vertical-align: center;
}

.call_to_action h6 {
	position: relative;
	top: 0px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 35px auto;
	background: lightyellow;
	padding: 20px;
	border: 2px dashed orange;
	width: 400px;
	
}
#one_click_silver_user_notice {
	padding: 15px 15px 15px 80px;
	background-color: #eeeeee;
	background-image: url(/images/user_icons_mini/user_silver.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border: 2px solid #ccc;
	color: #777777;
	margin: 15px 0;
}
.multiple_registration_warning {
	background-image: url(/images/v22/warning_icon.jpg);
	background-repeat: no-repeat;
	padding: 7px 58px 10px 120px;
	line-height: 18px;
	margin: 10px 50px;
	background-position: 10px 8px;
	border: 3px solid orange;
	border-left: 0;
	border-right: 0;
}
.registration_complete {
	width: 640px;
	margin: 15px auto;
}
.bidding_user {
	margin: 0 2px 10px 0;
	padding: 0;
	float: left;
	display: block;
	font-size: 12px;
}
.bidding_user span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	padding: 8px;
	white-space: nowrap;
	max-width: 100px;
	overflow: hidden;
}
.locale-sv .bidding_user span {
	max-width: 120px;
	padding: 8px 6px;
	font-size: 11px;
}
.bidding_user.none {

}
.bidding_user.none span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-shadow: none;
	background: #ccc;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.bidding_user.gold {
	background: url(/images/v2/username_gold_background.gif) left center no-repeat;
	padding: 0 0 0 30px;
}
.bidding_user.gold span {
	background: url(/images/v2/username_gold_background.gif) right center no-repeat;
	font-weight: bold;
	color: #917304;
	text-shadow: #ffffff 1px 1px 1px;
}
.bidding_user.silver {
	background: url(/images/v2/username_silver_background.gif) left center no-repeat;
	padding: 0 0 0 30px;
}
.bidding_user.silver span {
	background: url(/images/v2/username_silver_background.gif) right center no-repeat;
	font-weight: bold;
	color: #868791;
	text-shadow: #ffffff 1px 1px 1px;
}
.bidding_user.bronze {
	background: url(/images/v2/username_bronze_background.gif) left center no-repeat;
	padding: 0 0 0 30px;
}
.bidding_user.bronze span {
	background: url(/images/v2/username_bronze_background.gif) right center no-repeat;
	font-weight: bold;
	color: #774300;
	text-shadow: #ffb200 1px 1px 1px;
}
.bidding_user.standard {
	background: url(/images/v2/username_standard_background.gif) left center no-repeat;
	padding: 0 0 0 30px;
}
.locale-sv .bidding_user.standard {
	background: url(/images/v2/username_standard_background.gif) left center no-repeat;
	padding: 0 0 0 25px;
}
.bidding_user.standard span {
	background: url(/images/v2/username_standard_background.gif) right center no-repeat;
	font-weight: bold;
	color: #487390;
	text-shadow: #ffffff 1px 1px 1px;
}
.continue_link_1 {
	margin: 10px;
}
ol.links {
	text-align: left;
	line-height: 22px;
}
.continue_link_2 {
	margin: 10px;
}
.what_to_do_next h4 {
	margin: 0;
	line-height: 24px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #2a83d9;
	text-align: center;
	margin: 10px;
}
.continue_link_1 {
	margin: 0 0 15px 0;
	padding: 5px 0 15px 0;
	background: #f3f3f3;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 2px dotted #999999;
	font-weight: bold;
	background: 0;
}
.continue_link_2 {
	margin: 0 0 25px 0;
	text-align: center;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.continue_link_2 a, .continue_link_1 a {
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}
.continue_link_1 strong, .continue_link_2 strong {
	font-size: 14px;
	font-weight: normal;
}
.marked_text {
	color: red;
}
#public div.registration_complete.border_white_bottom.text_content_page.clearfix div.continue_link_2 p span {
	display: block;
	visibility: visible;
}
.enter_mobile_again {
	background: transparent;
}
.enter_mobile_again h2 {
	display: none;
}
.enter_mobile_again h4 {
	text-align: center !important;
	font-size: 18px !important;
	text-align: center;
	margin: 10px 0;
}
.registration_complete h2 {
	font-weight: bold;
	font-size: 22px;
}
#terms_of_service_page_content, #privacy_policy_page_content {
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
}
#terms_of_service_page_content h2, #privacy_policy_page_content h2 {
	font-size: 28px;
	line-height: 38px;
}
#terms_of_service_page_content p, #privacy_policy_page_content p {
	margin: 15px 0;
}
.about_bidit_confirmation_page {
	margin-top: 70px;
}

form .adoptions div.col {
	position: relative;	
	width: 350px;
	left: -200px;
	margin: 0;
}

form .adoptions label.choice   {
	display: block;
	width: 370px;
	font-size: 12px;
}
.message_below_sms, .message_below_sms p {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	margin: 3px 0;
}

.referral_title {
	font-size: 36px;
	color: #008dc4;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}
.referral_descr {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	padding: 30px 0 20px 0;
	line-height: 20px;
}
.referral_link hr {
	border: solid 2px #ddd;
	margin: 30px 15px;
}
#signup .referral_link hr {
	margin: 30px 0px;
}
.referral_choice {
	font-size: 25px;
	color: #008dc4;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	padding-bottom: 20px;
}
.new_referral {
	background-color: #e2edf3;
	position: relative;
	width: 660px;
	padding: 15px 0px;
	margin: auto;
}
.new_referral_descr {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 20px;
	margin: 15px 0;
}
.referrals_items {
	margin: 0 15px;
}
#signup .referrals_items {
	margin: 0;
}
.referrals_items div {
	float: left;
	width:  330px;
	padding: 15px 0;
}
.referrals_items div img {
	padding-bottom: 10px;
}
.referrals_items_select {
	background-color: #e2edf3;
}
.new_referral #submit_button_container {
	background: transparent;
}
.sms_code_page #bidit_logo {
	width: 60%;
}
div.terms_of_service_text, div.subscription_confirmation_text {
  float: left; 
  margin: 9px 0 0 0;
  width: 365px;
  font-size: 14px;
  line-height: 18px;
}
.currency-SEK div.terms_of_service_text {
  font-size: 12px;
}
div.terms_of_service_text {
  width: 335px;
}
#terms_of_service_status.input_status {
	position: absolute;
	top: 0;
	left: 442px;
}
.subscription_title {
	font-size: 14px;
	line-height: 18px;
	clear: both;
	margin: 12px 0 0 105px;
	font-weight: bold;
	color: #444444;
}
.husk_green_container {
	background: white;
	padding: 0px 10px 20px 10px;
	position: absolute;
	width: 175px;
	height: 242px;
	left: 470px;
	top: 0px;
	z-index: 1000;
}
.husk_green_container div {
	padding: 10px;
	height: 223px;
	background: #dbf7c9;
	border: 2px dashed #a5a5a5;
}
.husk_green_container h4 {
	color: red;
	font-weight: bold;
	border-bottom: 2px dotted #a5A5A5;
	line-height: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.husk_green_container p {
	
}
.husk_green_container p span.oneline {
	letter-spacing: -0.08em;
}

/* swe page 2 */

#confirm_sms_code h2 {
	margin-bottom: 30px;
}
#confirm_sms_code p {
	width: 400px;
	text-align: center;
	font-size: 22px;
}
#confirm_sms_code p img {
	margin: 30px 0 15px 0 ;
}
#confirm_sms_code p span {
	background: #76c4fd;
	padding: 2px;
	margin-top: 5px;
	display: block;
}
.swe_2_legal {
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
.swe_2_legal span {
	color: #808080;
	font-size: 14px;
	display: block;
	line-height: 23px;
	margin-bottom: 5px;
	border-bottom: 3px solid #808080;
}
#confirm_sms_code .users {
	font-size: 18px;
	font-weight: bold;
	color: #1f4e80;
	text-align: center;
	margin-top: 45px;
}
#confirm_sms_code .users img {
	padding: 10px 0 25px 0;
}
.swe_2_phone {
	position: absolute;
	top: 105px;
	right: 115px;
	height: 100px;
	width: 85px;
	text-align: center;
	background-image: url(/images/swe_2_sms.jpg);
	background-position: -5px -3px;
	padding-top: 20px;
	color: #373f30;
	font-size: 12px;
}
.swe_2_promo {
	position: absolute;
	bottom: 20px;
	right: 0px;
	height: 145px;
	width: 365px;
	background-image: url(/images/swe_2_promo.png);
	background-position: 0px -15px;
}
.swe_2_phone span {
	font-size: 20px;
}
#container.clearfix.swe_3 {
	background-position: -15px 0;
	background-image: url(/images/swe_3.jpg);
	background-repeat: no-repeat;
	padding-top: 420px;
	text-align: center;
}
#container div.title h3 {
	font-weight: bold;
	font-size: 38px;
	color: #1f4e80;
	line-height: 60px;
}
#container div.subtitle {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 30px;
}
#container.swe_3 a {
	margin-top: 30px;
	display: block;
}
form div.button button {
	border: 0;
	text-shadow: -1px -1px 1px green;
	font-weight: bold;
	line-height: 40px;
	margin: 0 !important;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	background-color: transparent;
	padding: 0;
	margin: 0;
	overflow: visible;
	white-space: nowrap;
	left: -15px;
	cursor: pointer;
	cursor: hand;
}
form div.button:hover button {
	background-position: bottom right;
	margin: 0 !important;
}
form div.button span,
form div.button em {
	display: block;
	height: 41px;
	margin: 0;
	width: auto;
	position: relative;
	cursor: pointer;
	cursor: hand;
	line-height: 40px;
}
form div.button span {
	padding-left: 42px;
	background-image: url(/images/superreg/superreg_buttons.png);
}
form div.button em {
	background-image: url(/images/superreg/superreg_buttons.png);
	background-position: top right;
	padding-right: 20px;
	padding-left: 15px;
	background-color: white;
	font-weight: bold;
	color: white;
}
form div.button button:hover em {
	background-position: bottom right;
}
form div.button button:hover span {
	background-position: bottom left;
}
