/*regform*/
div.iridium-user_profile input[type="text"], div.iridium-user_profile  input[type="password"], div.iridium-user_profile  input[type="email"] {
width: 540px;
height: 33px;
font-size: 16px;
color: #424242;
border: 1px solid #9B9B9B;
padding: 0 8px;
font-weight: lighter;
margin:2px 0;

} 

div.iridium-user_profile select {width: 558px;
height: 31px;
font-size: 16px;
color: #424242;
border: 1px solid #9B9B9B;
padding: 0 0 0 8px;
font-weight: lighter;
margin:2px 0;
overflow: hidden;
background: white url('/bitrix/templates/.default/img/select.png') no-repeat right;
-webkit-appearance: none;
margin: 3px 0;
}

.form  .tr .td:first-child {width: 240px;font-size: 16px;float: left;line-height: 32px;}

div.iridium-user_profile div.tr {
	padding-bottom: 15px;
}

/*end regform*/




div.bx-auth-reg {
padding: 10px 17px 0 18px;
font-size: 14px;
color: #424242;
width: 964px;
}
.bx-auth-reg h2 {
font-size: 28px;
color: #19A1E5;
font-weight: lighter;
margin-bottom: 15px;
}

.bx-auth-reg input[type="text"], .bx-auth-reg input[type="password"], .bx-auth-reg input[type="email"] {
width: 264px;
height: 37px;
font-size: 16px;
color: #424242;
border: 2px solid #9B9B9B;
padding: 0 8px;
font-weight: lighter;
}
#msg { color:#fff; display:none;
    transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
	height:1px;
	display:block;
}
input:focus+#msg {height:50px;color:red; display:block;}

#registerblock {display:none;}
.bx-auth-reg table {margin:0 auto;width:865px;margin-bottom: 15px;}
.bx-auth-reg table tr td {width: 402px;text-align: right;font-size: 16px;}
.bx-auth-reg table tr td:first-child {width: 323px;text-align: right;font-size: 16px;}

div.bx-auth-reg div.equipment {
width: 550px;
overflow: hidden;
float: left;
margin-left: 74px;
}

div.bx-auth-reg div.equipment_other {
	float: left;
}

div.bx-auth-reg div.equipment label.item {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 35px 10px 0;
	cursor: pointer;
}

div.bx-auth-reg div.equipment label.item div.label {
	width: 110px;
	height: 17px;
	color: #fff;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 17px;
	padding: 15px 5px;
}

div.bx-auth-reg div.equipment label.item div.checkbox {
	float: left;
	height: 45px;
	padding: 15px 0 0 15px;
}

div.subscription {
	clear: both;
}

div.equipment, .div.equipment_other {font-size: 16px;}
.subscribtion {text-align: center;font-size: 16px;}
.reg-button {
background: #E3E3E3;
height: 65px;
border-top: 1px solid #C9C9C9;
margin: 0 -18px;
}
