.user-info-head
{
	overflow:hidden;
}
.user-info-head .ava
{
	float:left;
	width: 100px;
	margin-right: 25px;
}
.user-info-head .ava IMG
{
	border:1px solid #d2d2d2;
}
.user-info-head .body
{
	float:left;
	width: calc( 100% - 125px );
}
.user-name
{
	font-weight: bold;
	font-size: 16px;
}
.user-gr
{
	font-size:12px;
}
.user-bt-contact
{
	margin: 10px 0 0 0;
	font-size: 15px;
	color: #FF4500 ;
}
.user-bt-contact A
{
	display: inline-block;
	font-size: 12px;
	font-weight: bold ;
	padding: 7px 15px;
	cursor:pointer;
	text-align:center;
	border:0;
	color: #000;
	line-height: 1.3em;
	text-decoration:none;
	background:#FFD700;
}
.user-bt-contact A:hover
{
	color: #000;
	background:#FFA500;
}

/*
.user-info-main DT,
.user-info-main DD
{
	display: inline;
	margin: 0;
}
// в конце каждого тега <dd> добавить разрыв строки
.user-info-main DD::after
{
	content: '\A';
	white-space: pre;
}
.user-info-main DT
{
	color: #777;
}
.user-info-main DT::after
{
	content: ': ';
}
*/

.user-info-main DL
{
	display: grid;
	grid-template-columns: auto 1fr;  /* auto определяет ширину первой колонки, которая равна самому широкому элементу <dt> (auto можно заменить на fit-content(10em), если необходимо её ограничить) */
	grid-row-gap: 2px;
}
.user-info-main DT
{
	color: #777;
	min-width: 0;  /* более привычное поведение при переполнении */
}
.user-info-main DD
{
	margin: 0 0 0 1em;
}

.user-info-main
{
	margin: 10px 0 10px 0;
}

.bl-user-info TD
{
	padding: 3px 0;
}


#userbtsendmsg
{
	float:right;
	background: transparent url(/i/re/bt-add-comm-1.png) no-repeat;
	width:173px;
	height:26px;
	text-align:center;
}
#userbtsendmsg A
{
	text-decoration:none;
	text-transform:uppercase;
	font: bold 11px/24px Tahoma;
	color:#fff;
	text-shadow: 1px -1px #9C9579;
}

.frmuserset INPUT.del
{
	background: transparent url(/i/re/bt-add-tag.jpg) no-repeat;
}
.frmuserset INPUT[type=text], .frmuserset INPUT[type=password]
{
	border: 1px solid #D5D2C6;
	padding: 5px;
}
.frmuserset TEXTAREA
{
	padding: 5px;
	border: 1px solid #D5D2C6;
	height: 156px;
}


#userbtsend
{
	margin: 0 0 20px 0;
}
#useroptmenu
{
	margin: 0 0 20px 0;
}
#useroptmenu IMG
{
	vertical-align:middle;
	margin-right: 10px;
	padding: 0 0 0 10px;
}
#useroptmenu A
{
	font: 14px/30px Tahoma;
	text-decoration:none;
	border-bottom: 1px solid #0C5D93;
	color: #0C5D93;
}
#useroptmenu A:hover
{
	border-bottom: 1px solid #7A1110;
	color: #7A1110;
}

#useralert
{
	width:240px;
	margin: 0 0 20px 0;
}
#useralert DIV
{
	border:4px solid #E7E5D8;
	padding:15px 10px;
	color:#9C9579;
	font: 12px Arial;
}
#useralert B
{
	display:block;
	color: #3F3F3E;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
#useralert SPAN
{
	color: #F00;
	font-weight:bold;
}


#userstat
{
	margin:0 0px 25px 0;
	padding: 15px 0 15px 0;
	width:300px;
}
#userstat TD
{
	white-space: nowrap;
	color:#9C9579;
	font: 12px Arial;
	padding: 0 0 10px 0; 
}
#userstat TD B
{
	color: #3F3F3E;
	font: bold 12px Arial;
}
#userstat A
{
	color:#9C9579;
	font: 12px Arial;
	text-decoration:none;
}
#userstat A:hover
{
	color: #7A1110;
}

#userstat TH
{
	width:100%;
	background: url(/i/re/point-w-b.png) repeat-x 0 50% ;
}

@media all and (max-width:640px)
{
	.user-info-head .ava
	{
		margin-right: 15px;
	}
	.user-info-head .body
	{
		width: calc( 100% - 115px );
	}
}