/* positioning */
#MBOX_overlay {
	background-color: #000000;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2147483641;
}
#MBOX_window {
	display: none;
	opacity: 0;
	position: fixed;
	background: #444;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 2147483642;
}
#MBOX_dragger {
	cursor: move;
	display: none;
	position: fixed;
	height: 25px;
	z-index: 2147483643;
}
#MBOX_loading {
	text-align: center;
	padding: 10px;
}
/* registration form styles */
#registration_box {
	display: block;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
}
/* Font clearer for some elements */
#registration_box div,
#registration_box a,
#registration_box span,
#registration_box input,
#registration_box label,
#registration_box select,
#registration_box ul,
#registration_box li {
	color: #555;
	font-family: Tahoma,Verdana !important;
	font-size: 14px;
}
#registration_box label {
	line-height: 14px !important;
	padding: 0 !important;
}
.auto_margin {
	margin: 0 auto 5px auto;
}
#registration_box select {
	display: inline-block !important;
	height: auto !important;
}
#user_name_feedback,
#email_feedback,
#password_feedback {
	text-align: center;
}
#registration_box label,
#registration_box input[type="button"] {
	display: block !important;
	width: 175px;
}
#registration_box input[type="button"] {
	line-height: 14px;
	background: #fff;
	background-image: linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	border: 1px solid #E6E6E6;
	width: 175px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
}
#registration_box input[type="button"]:hover {
	background-color: #f0f0f0;
	box-shadow: 0 0 5px #e0e0e0 inset;
}
#registration_box a:link {
        color: #000000;
        text-decoration: underline;
}

#registration_box a:visited {
        color: #000000;
        text-decoration: underline;
}

#registration_box a:active {
        color: #B7161E;
        text-decoration: underline;
}

#registration_box a:hover {
        color: #000000;
        text-decoration: none;
}

#registration_box .text_short {
       width: 15%;
}

#registration_box #reg2_header {
	height: 33px !important;
}


/* START: Left box  */
.box_left {
	width:280px;
	float:left;
}
/* End: Left box  */


/* START: header */
#registration_box  #reg2_header  {
	/*display: block;
      font-size: 0px;
	width: 450px;
	height: 67px;
	background-image: url(/static/bg/shared/img/registration2/header_registration_background.gif);
	background-repeat: no-repeat;*/
}

/* header - | vertical line space*/
#registration_box  #reg2_header .text {
	text-align: right;
	position: relative;
	z-index: 1;
}

/* header - close button position */
#registration_box  #reg2_header .close {
	display: inline;
	width: 43px;
	height: 43px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}

/* header - start: text link */
#registration_box  #reg2_header a:link {
	color: #8b8b8b;
	font-size: 12px;
	text-decoration: none;
}

#registration_box  #reg2_header a:hover {
	color: #9b9b9b;
}
/* end: text link */

/* END: header */


/* START: content */

/* content background */
#registration_box  #reg2_content {
	/*display: block;
        height: auto;
	width: 450px;
	background-image: url(/static/bg/shared/img/registration2/content_registration_background.gif);
	background-repeat: repeat-y;
	padding: 0px;
	overflow: auto;
	overflow-y: hidden;*/
}

/*
.content_space {
	padding-top:10px;
}*/


#registration_box  #reg2_content .hline {
        margin: 10px auto 10px auto;
        background: #cccccc;
        width: 370px;
        height: 2px;
}


#registration_box #settings_form .left_label {
        width: 140px;
}

.double_content {
	width: 400px;
	margin: 5px auto;
}

.left_content {
	width: 180px;
	float: left;
	text-align: right;
	padding: 5px;
}

.right_content {
	width: 205px;
	float: right;
	position: relative;
	text-align: left !important;
}

#registration_box  #reg2_content .feedback_error {
	display: none;
	width: 330px;
	color: #ca0000;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #999;
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#registration_box  #reg2_content .help {/*.help*/
	display: none;
	/*background-image: url(/static/bg/shared/img/registration2/help_ico.gif);
	background-repeat: no-repeat;
	background-color: #9e9e9e;*/
	background-color:#FFFF99;
	font-size: 11px;
	color: #ffffff;
	float:right;
	width:420px;
	/*margin: 7px 2px 7px 2px;*//*odmiki boxsov za registracijo in odmik box z navodili od box-sov polj.*/
	padding-bottom:5px;
	padding-top:5px;
	margin:0 auto;
}

/*POZOR*/
/*#overview_help {
	display: none;
	background-image: url(/static/bg/shared/img/registration2/help_ico.gif);
	background-repeat: no-repeat;
	background-color: #9e9e9e;
	font-size: 11px;
	color: #ffffff;
	float:right;
	margin: 7px 2px 7px 2px;
	padding-bottom:5px;
	padding-top:5px;
}
/*#last_news_help {
	display: none;
	background-image: url(/static/bg/shared/img/registration2/help_ico.gif);
	background-repeat: no-repeat;
	background-color: #9e9e9e;
	font-size: 11px;
	color: #ffffff;
	float:right;
	margin: 7px 2px 7px 2px;
	padding-bottom:5px;
	padding-top:5px;
}
#htmlformat_help {
	display: none;
	background-image: url(/static/bg/shared/img/registration2/help_ico.gif);
	background-repeat: no-repeat;
	background-color: #9e9e9e;
	font-size: 11px;
	color: #ffffff;
	float:right;
	margin: 7px 2px 7px 2px;
	padding-bottom:5px;
	padding-top:5px;
}*/


#registration_box #reg2_content .instructions {
    margin: 0px 46px !important;
	padding-top: 5px;
}


.level2 {
        margin: 0px 0px 0px 0px;
}


#settings_form #sex .sex {
        margin-left: 146px;
}


#registration_box  #reg2_content .feedback_success {
	width: 330px;
	color: #00a200;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #999;
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#registration_box  #reg2_content .button_next,
#registration_box #reg2_content .button_email,
#registration_box #reg2_content .button_done{
	display: inline;
	float: left;
	height: 19px;
	color: #000000;
	padding: 3px 5px 0px 24px;
	margin: 7px 11px 9px 0px;
	background-color: transparent;
	background-image: url(/static/bg/shared/img/registration2/button_next.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-x-position: left;
	background-y-position: top;*/
}

#registration_box #reg2_content .button_done {
        background-image: url(/static/bg/shared/img/registration2/konec_registracije.gif);
}


/*box for button "NAPREJ"*/
#registration_box #reg2_content .button_email {
	margin: 7px 10px 9px 0px;
	float:right;
	padding-left:25px;
	text-align:left;
}

#registration_box  #reg2_content .terms_link {
       margin: 0px 10px 0px 0px;
}

#registration_box  #reg2_content .level2 .button_next {
        margin: 7px 142px 9px 0px;
}

#registration_box  #reg2_content .button_next a {
	color:#000000;
	text-decoration: underline;
}

#registration_box  #reg2_content .button_next a:hover {
	color:#000000;
	text-decoration: none;
}

#registration_box #reg2_content #passwords .button_next, #registration_box #reg2_content #gsmnum_form .button_next {
        margin-right: 200px;
}

#registration_box  #reg2_content .button_back {
	display: inline;
	width:60px;/* width:115px; */
	padding-left:25px;
	float: right;
	height: 22px;
	color: #000000;
	background-color:#33FFFF;
	background-color: transparent;
	background: url(/static/bg/shared/img/registration2/button_back.gif) no-repeat left top;
}

#registration_box  #reg2_content .button_back a {
	color:#000000;
	text-decoration: underline;
}

#registration_box  #reg2_content .button_back a:hover {
	color:#000000;
	text-decoration: none;
}

#registration_box  #reg2_content .warning {
	display: block;
	background-image: url(/static/bg/shared/img/registration2/warning_ico.gif);
	background-repeat: no-repeat;
	background-color: #ca0000;
	font-size: 11px;
	color: #ffffff;
	margin: 0px 11px 11px 11px;
	padding: 5px 5px 5px 25px;
}
#registration_box  #reg2_content .text {
	display: block;
	font-size: 11px;
	color: #000000;
	margin: 0px 11px 11px 11px;
	padding: 5px 0px 5px 0px;
}
/* END: content */

/* START: footer */
#reg2_footer {
	margin-top: 20px;
}
#reg2_footer .quad_pass a {
	color: #ffffff;
	text-decoration: none;
	font-weight:900;
}
#reg2_footer .quad_pass {
	float: left;
	width: 20px;
	height: 20px;
	background: #0055ca;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	margin-right:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#reg2_footer .quad_active a {
	color: #ffffff;
	text-decoration: none;
}
#reg2_footer .quad_active {
	float: left;
	width: 20px;
	height: 20px;
	background: #ca0000;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#reg2_footer .quad_next a {
	color: #ffffff;
	text-decoration: none;
}
#reg2_footer .quad_next {
	float: left;
	width: 20px;
	height: 20px;
	background: #ccc;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	margin-right:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#reg2_footer .text {
	float: left;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
}
/* END: footer */


#registration_box .success {
	font-weight: bold;
	border: 1px solid #00ca00 !important;
}
#registration_box .error {
	font-weight: bold;
	border: 1px solid #ca0000 !important;
}


/*.gsm {
       width: 100px;
}
*/

.clear {
	clear: both;
}

/*
.right {
       float: right;
}*/

.left {
       float: left;
}

.inline {
      display: inline;
}

.hidden {
     display: none;
}

.visible {
     display: block;
}


.arrow {
    cursor: help;
}


.field_error{
	margin-top:3px;
	width:115px;
	/*border:1px #666666 solid;*/
    	font-family: Arial, Helvetica, sans-serif;
    	color: #999999;
	background-color:#efefef;
    	/*padding:1px 1px 1px 2px;*/
}
.field_error{
	width:115px;
	border:1px #666666 solid;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #999999;
	background-color:#efefef;
    	/*padding:1px 1px 1px 2px;*/
}
.gsm{
	width:100px;
	display:inline;
	/*border:1px #666666 solid;
    	color: #000000;
	background-color:#efefef;
    	/*padding:1px 1px 1px 2px;*/
}
.box_box{
	width:100px;
	border:1px #666666 solid;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #999999;
	background-color:#efefef;
    	/*padding:1px 1px 1px 2px;*/
}

.button_change{
	border:1px #c7111e solid;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #999999;
	background-color:#c7111e;
	margin-left:20px;
	margin-top:3px;
	margin-bottom:3px;
	width:44px;
	height:20px;
    	/*padding:1px 1px 1px 2px;*/
}

.button_change_text{
	text-align:center;
	padding:2px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	float:left;
}

.box_checkbox{
	width:auto;
        margin-top: 6px;
	padding-right:275px;
	float:right;
    	/*padding:1px 1px 1px 2px;*/
}

.middle_content_box{	
	float: left;
	width: 272px;
	color: #8b8b8b;
	padding-bottom:2px;/*padding-bottom:5px;*/
	margin:0px;
	margin-top:3px;
	
	}
.help_new {/*.help*/
	font-size: 12px;
	text-align:right;
	font-weight:900;
	color: #b8002b;
	float:right;
	padding-top:2px;
	height:auto;
	width:135px;
	cursor: help;
	/*margin-left:15px;*/
}
.help_box {
	display:none;	
}

.help_box_image{
	width: 300px;
	border: 1px solid #999;
	background-image: url(/static/bg/shared/img/registration2/help_ico.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color:#f5f5f5;
	padding: 10px 10px 10px 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px auto;
}
.help_box_text {
	font-size: 11px !important;
	text-align: justify;
}
.level3{
padding-bottom:2px;
padding-top:2px;
}
.save {
	float: right;
	width: 111px;
	color: #00a200;
	margin-left:10px;
	padding: 0px 11px 11px 16px;/*odmiki med box*/
	background-color: transparent;
	background-image: url(/static/bg/shared/img/registration2/content_sucess_ico.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.box_space{
	padding-top:11px;
}
.email_r {
	width:115px;
	/*border:1px #666666 solid;*/
	font-size:12px;
    	color: #000000;
	/*background-color:#efefef;*/
    	/*padding:1px 1px 1px 2px;*/
}
.close_buuton{
	float: left;
	width:50px;
	color: #ff9900;
	background-color:#6600CC;
	padding: 11px 11px 11px 11px;/*odmiki med box*0px */
	background: url(/static/bg/shared/img/registration2/konec_registracije.gif) no-repeat right center;
}
.close_text{
	width:60px;
	float:right;
	color:#ff9900;
	margin-right:5px;
	background: url(/static/bg/shared/img/registration2/konec_registracije.gif) right no-repeat;
	
}
#step_1{
margin-top:10px;
	
}
.space_box{
	padding-top:15px;
	
}
.box_label{
	padding-top:450px;
	display:inline;
	
}
.box_label_name{
	float:left;
	width:140px;
	padding-left:0px;
	text-align:right;
	
}
.box_label_fild{
	width:290px;
	padding-left:0px;
	text-align:right;
	float:left;
	
}
.whid{
	margin:0;
	padding:0;
	height:auto;
	
}
.spacer{
	/*width:440px;*/
	height:auto;
	width:430px;
	float:right;
	
}
/*.close_registration {
background-color:#FF0000;
width:150px;
}*/
.close_step_2{
	display: inline;
	width:60px;/* width:115px; */
	padding-left:25px;
	float: right;
	height: 22px;
	color: #000000;
	background-color:#33FFFF;
	background-color: transparent;
	background: url(/static/bg/shared/img/registration2/konec_registracije.gif) no-repeat left top;
}

.go_to_24ur{
	display: inline;
	width:105px;/* width:115px; */
	padding-left:25px;
	float: right;
	height: 22px;
	color: #000000;
	background-color:#33FFFF;
	background-color: transparent;
	background: url(/static/bg/shared/img/registration2/konec_registracije.gif) no-repeat left top;
}


.text_step_2{
	width:100%;
	float:left;
	margin-left:0px;
	margin-top:3px;
	text-align:left;
	color:#b8002b;/*pop-tv rgb /#0e3ca0//dnevnik rgb #b8002b/*/
	font-weight:900;
	text-decoration:none;
}
.text_step_2 a{
	width:100%;
	float:left;
	margin-left:0px;
	margin-top:3px;
	text-align:left;
	color:#b8002b;/*pop-tv rgb /#0e3ca0//dnevnik rgb #b8002b/*/
	font-weight:900;
	text-decoration:none;
}
.text_step_2 a:hover{
	color:#b8002b;/*pop-tv rgb /#0e3ca0//dnevnik rgb #b8002b/*/
	font-weight:900;
	text-decoration:underline;
}
/* text fild in the left content */
.label_text{

}

/* position help */
.label_text_help {
	cursor: help;
}
.label_text_require {
	color: #ca0000 !important;
	margin-right: 5px;
}


/*registration step 2 */
.align_text_registration_step_2{
	width:100%;
	float:left;
	margin-left:0px;
	margin-top:5px;
	text-align:left;
	margin-left:7px;/* 5px */
	font-size:11px;
	font-weight:900;
	color:#000000;
}

/*reject window - title information */
.reject_windows_alert {
	font-size:12px;
	font-weight:900;
	color:#ca0000;
}

.sex {
	margin-top:5px;
}

#reg2_footer a {
	color: #B7161E;
}

#registration_box  #reg2_content .final_msg {
        margin: 0px 9px 0px 86px;
	padding: 0px 11px 0px 16px;
	background: transparent url(/static/slo/tvshows/bb/img/registration2/content_sucess_ico.gif) no-repeat left top;
	color: #00a200;
	width: 111px;
}

/*custom elements for date of birth*/

#age_day, #age_month{
	display:inline;
	clear:none;
	width:40px;
}
#age_year{
	display:inline;
	clear:none;
	width:59px;
}
#registration_box #reg2_content .newsLetterList{
	float:left;
	white-space:nowrap;
	width:215px;
}
#registration_box #reg2_content .newsLetterList .left_content{
	width:160px;
	display:inline;
	clear:none;
}
#registration_box #reg2_content .newsLetterList .middle_content{
	width:25px;
	display:inline;
	clear:none;
}

/* START: Facebook Connect */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; } 

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.popupBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 0 0;
	margin: 0;
	font-weight: normal;
	color: #424242;
}

.popupBody a {
	color: #B7161E;
	text-decoration: none;
}

.popupBody a:hover {
	text-decoration: underline;
}

.popupContainer p {
	font-size: 14px;
	margin: 0 0 25px 0;
}

.popupContainer  h2 {
	color: #B7161E;
	font-size: 18px;
	margin: 0 0 15px 0;
}

.popupContainer .merge {
	background: url(/static/bg/main/img/facebook/facebook_connect_merge.gif) no-repeat 50% 170px;
}

.popupContainer .disconnect { 
	background: url(/static/bg/main/img/facebook/facebook_connect_disconnect.png) no-repeat 50% 145px;
}

.popupContainer .popupContent { 
	height: 291px;
	padding: 0 16px; 
}

.popupContainer .popupContent .facebookUser,
.popupContainer .popupContent .comUser {
	position: relative;
	float: left;
	width: 181px;
	height: 115px;
	background: url(/static/bg/main/img/facebook/facebook_connect_bgs.png) 0 0;
	padding: 67px 0 0 0;
}

.popupContainer .popupContent .comUser {
	float: right;
	background-position: 0 -183px;
}

.popupContainer .popupContent .facebookUser img,
.popupContainer .popupContent .comUser img {
	width: 42px;
	height: 42px;
	margin: 0 0 7px 70px;
}

.popupContainer .popupContent .facebookUser p,
.popupContainer .popupContent .comUser p {
	color: #114092;
	text-align: center;
	margin: 0 0 10px 0;
}

.popupContainer .popupContent .comUser p {
	color: #B7161E;
}

.popupContainer .popupContent .facebookUser p span,
.popupContainer .popupContent .comUser p span {
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 2px 0 0 0;
}

.popupContainer .popUpButtons {
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 25px 0 0 0;
	bottom: 0px;
	position: absolute;
	width: 100%;
	text-align: right;
}

.popupContainer .popUpButtons input[type="button"] {
	background: #CCCCCC;
	border: 1px solid #A1A1A1;
	padding: 2px 4px;
	cursor: pointer;
	color: #333;
	margin-right: 10px;
}

.popupContainer .popUpButtons a {
	margin-right: 16px;
}

.popupContainer .popUpButtons input:hover {
	background: #ddd;
}

.logoLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 150px;
	text-align: center;
	margin: -75px 0 0 -140px;
}

.logoLoader #swfloader {
	margin: 0 0 7px;
}

#ps_form .leftFace {
	width: 104px;
}

#ps_form .leftFace img {
	width: 42px;
	height: 42px;
}

#registration_box #reg2_content #ps_form .leftName {
	width: 101px;
	padding-right: 6px;
}

/* END: Facebook Connect */


#registration_box input[type="text"],
#registration_box input[type="password"] {
	display: block;
	line-height: 14px;
	background: #F7F7F7 !important;
	border: 1px solid #E6E6E6;
	width: 142px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 5px 26px;
	box-shadow: none !important;
}
#registration_box textarea,
#registration_box select {
	line-height: 14px;
	background: #F7F7F7 !important;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#name_feedback {
	display: none !important;
}
#user_name_ajax,
#email_ajax,
#password_ajax,
#old_password_ajax {
	position: absolute;
	top: 5px;
	right: 5px;
}
.user_name_help,
.email_help,
.password_help,
.old_password_help {
	width: 20px;
	height: 20px;
	background-image: url(/static/bg/shared/img/registration2/alert.png);
	background-repeat: no-repeat;
}
