/* ФОРМА АВТОРИЗАЦИИ */

#ts_ag_auth_form_overlay {
	display: none;
	height:100%;
	left:0px;
	position:fixed;
	top:0px;
	width:100%;
	background-color:#000000;
	opacity:0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	z-index: 101;
}

#ts_ag_auth_form_popup {
	left: 5em;
	display: none;
	position: absolute;
	top: .5em;
	width: 16em;
	z-index: 102;
}

#ts_ag_auth_form_popup .popup_login {
	width: 9em;
	
}
#ts_ag_auth_form_popup .popup_login div{
	background:#FFFFFF;
}
#ts_ag_auth_form_popup .popup_login a{
	color: #2170BE;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: .8em;
	text-decoration: none;
}

#ts_ag_auth_form_popup form {
	
}

#ts_ag_auth_form_popup .auth {
	padding: 1em 1em 1em 2em;
	/*border: solid 1px #58ACE4;*/
	font-size: .9em;
	background: #FFFFFF;
} /*Форма авторизации */

#ts_ag_auth_form_popup .auth .login_title {
	font-size: .8em;
	margin-bottom: .2em;
} /*Название поля ввода логина*/

#ts_ag_auth_form_popup .auth .login input {
	/*width: 100%;*/
	border: solid 1px #58ACE4;
	font-size: 1.5em;
	padding: 2px;
	width: 9em;
} /*Поле ввода логина*/

#ts_ag_auth_form_popup .auth .login input:hover, #ts_ag_auth_form_popup .auth .login input:focus {
	border: solid 1px #f63;
} /*Поля ввода логина в фокусе*/

#ts_ag_auth_form_popup .auth .password_title {
	font-size: .8em;
	margin-top: .5em;
	margin-bottom: .2em;
} /*Название поля ввода пароля*/

#ts_ag_auth_form_popup .auth .password input {
	border: solid 1px #58ACE4;
	font-size: 1.5em;
	padding: 2px;
	width: 9em;
} /*Поле ввода пароля*/

#ts_ag_auth_form_popup .auth .password input:hover, #ts_ag_auth_form_popup .auth .password input:focus {
	border: solid 1px #f63;
} /*Поля ввода пароля в фокусе*/

#ts_ag_auth_form_popup .auth .remember {
	margin-top: .5em;
} /*Блок "Запомнить меня"*/

#ts_ag_auth_form_popup .auth .remember label {
	margin-left: .2em;
	font-size: .8em;
} /*Подпись "Запомнить меня"*/

#ts_ag_auth_form_popup .auth .login_button {
	margin: .5em 0;
} /*Блок кнопки "Войти"*/

#ts_ag_auth_form_popup .auth .login_button input {
	font-size: 1.4em;
	height: 1.6em;
	width: 4em;
} /*Кнопка "Войти"*/

/*#ts_ag_auth_form_popup .auth .login_button input:hover, #ts_ag_auth_form_popup .auth .login_button input:focus {
} *//*Кнопка "Войти" в фокусе*/

#ts_ag_auth_form_popup .auth .action {
	font-size: .8em;
} /*Блок ссылок на действие*/

#ts_ag_auth_form_popup .auth .action a {
	display: block;
	margin-top: .5em;
} /*Ссылка на действие*/

#ts_ag_auth_form_popup .authorized {
	padding: 1em;
	background: #58ACE4;
	color: #fff;
	text-align: center;
} /*Форма авторизованного пользователя */

#ts_ag_auth_form_popup .authorized .name {
	font-size: 1em;
	font-weight: bold;
} /*Имя пользователя*/

#ts_ag_auth_form_popup .authorized .login {
	margin-top: .5em;
	font-size: .9em;
} /*Логин пользователя*/

#ts_ag_auth_form_popup .authorized .logout_button {
	margin-top: 1em;
} /*Блок кнопки "Выйти"*/

#ts_ag_auth_form_popup .authorized .logout_button input {
	outline: 3px solid #fff;
	font-size: .9em;
	border-top: 1px solid #CDE7F8;
	border-right: 1px solid #58ACE4;
	border-bottom: 1px solid #58ACE4;
	border-left: 1px solid #CDE7F8;
	color: #fff;
	background: #2187CB url(i/button_bg.png) repeat-x scroll 0% 50%;
	font-weight: bold;
	width: 7em;
	padding: .2em 1em;
} /*Кнопка "Выйти"*/

#ts_ag_auth_form_popup .authorized .logout_button input:hover, #ts_ag_auth_form_popup .authorized .logout_button input:focus {
	outline: 3px solid #f63;
	background: #0984FF url(i/button_act_bg.png) repeat-x scroll 0% 50%;
} /*Кнопка "Выйти" в фокусе*/

#ts_ag_auth_form_popup .t_rbox,
#ts_ag_auth_form_popup .b_rbox {
	display: block;
}

#ts_ag_auth_form_popup b.t_rbox *,
#ts_ag_auth_form_popup b.b_rbox * {
	display: block;
	height: 1px;
	overflow-y: hidden;
	font-size: 0 !important;
	border-width: 0;
	border-style: none solid;
	background: none;
}




#ts_ag_auth_form_popup b.t_rbox i,
#ts_ag_auth_form_popup b.b_rbox i {
	margin: 0pt 2px;
	height: 1px;
	background: none;
}

#ts_ag_auth_form_popup b.t_rbox b,
#ts_ag_auth_form_popup  b.b_rbox b {
	margin: 0pt 4px;
	height: 1px;
	background: none;
}

#ts_ag_auth_form_popup b.t_rbox u,
#ts_ag_auth_form_popup b.b_rbox u {
	margin: 0pt 1px;
	height: 2px;
	background: none;
}

#ts_ag_auth_form_popup form b.t_rbox * {
	margin-left: 0 !important;
}

#ts_ag_auth_form_popup b.t_rbox b,
#ts_ag_auth_form_popup b.t_rbox i,
#ts_ag_auth_form_popup b.t_rbox u,
#ts_ag_auth_form_popup b.b_rbox b,
#ts_ag_auth_form_popup b.b_rbox i,
#ts_ag_auth_form_popup b.b_rbox u {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}