


/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css*/
div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url('/local/templates/.default/components/bitrix/system.auth.authorize/.default/images/sec.png'); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url('/local/templates/.default/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png');}



form.user_register{
	width: 410px;
	height: 332px;
	padding: 25px;
	background: #f8f8f8 url('/local/templates/.default/components/bitrix/system.auth.authorize/.default/images/user_register_bg.png') repeat-x 0 100%;
	border-radius: 5px;
	display: table-cell;
}

div.starrequired {
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: top;
    width: 210px;
}

div.starrequired p{
	color: #898989;
	font-size: 12px;
	line-heigth: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	
}	

form.user_register h3{
	padding: 0;
	margin: 0 0 24px 0;
	text-align: left;
	color: #484848;
	font-size: 18px;
	line-heigth: 18px;
}
form.user_register p.label{
	color: #8f8f8f;
	font-size: 13px;
	line-heigth: 13px;
	margin: 0 0 5px 0;
	padding: 0;
}
form.user_register p.input{
	margin: 0 0 10px 0;
	padding: 0;
	height: 29px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	border:0px;
	box-shadow: 1px 1px 1px #b6b6b6 inset; 
}
form.user_register p.input input {
	height: 29px;
	padding: 0 10px;
	width: 440px;
	border: 0px;
	line-heigth: 29px;
	background: none;
	color: #484848;
	fonts-size: 13px;
	line-heigth: 29px;
	display: block;
}		

span.starrequired{
	color: #e61f22;
}

.captcha_block{
	display: table;
	width: 100%;

}

.captcha_block-l{
	display: table-cell;
	padding: 0 20px 0 0;
	vertical-align: bottom;
}
.captcha_block-r{
	display: table-cell;
	vertical-align: bottom;
}

form.user_register  .captcha_block-r p.input input{
	width: 200px;
}

p.submit {
	margin: 10px 0;
	padding: 0;
	
}
p.submit input[type=submit]{
	background: #0078a7 url('/local/templates/.default/components/bitrix/system.auth.authorize/.default/images/submit_bg.png') repeat-x 0 0;
	height: 35px;
	line-heigth: 35px;
	padding: 0 20px;	
	border: 0px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000000;
	box-shadow: 0px 1px 1px #000000;
	cursor: pointer;
}	
/* End */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css */
