div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

div.b-step table tr td:first-child{
	width: 350px;
}
div.b-step table .pole{
	width: 270px!important;
}

img.calendar-icon {display:none;}

.ik_select{width: 250px!important;}

.errorField{
	background-color: rgba(245, 169, 169, 0.48)!important;
	border: 1px solid red!important;
}
.hidden{display: none;}
.b-reg select{
	  width: 285px;
	  padding: 6px 0px;
	  border: 1px solid #c5c2c2;
	  border-radius: 3px;
	  height: 30px;
}
.overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10000;
	background: rgba(0, 0, 0, 0.6);
}
.overlay .errortext{
	color: red; 
	display:block;
	padding:10px; 
	font-size:1.2em;
	font-weight: bold;
	background:#fff;
	width:500px;
	margin: 0 auto;
	margin-top: 100px;
	border-radius:5px;
	text-align:center;
}
.overlay .b-close-err{
	display:block;
	margin:10px auto;
}

.error-element{
	color:red; 
	font-size: 13px;
	margin-top:4px;
	display:block;
}

.d-user-exist{
	font-size:1.2em;
    display: none;
    max-width: 480px;
	text-align: center;	
}
#regform input[type=text],
div.b-step table .pole{
	padding-left:10px !important;
}
#regform select{
	padding-left: 6px;
}
.starrequired{ color: red }

.ui-widget-header {
    border: 1px solid #0397db !important;
    background: #0397db;
}
#ui-datepicker-div{ width:284px}
.ik_select_list_inner .ik_select_option_disabled,
.ik_select_list_inner .ik_select_option_disabled span{
	display:none;
}
.ik_select_nothing_found{
	padding:3px 10px;
}