/*
	Профиль пользователя
*/
#profile_view {
	width: 100%;
	border-collapse: collapse;
	margin: 13px 0 0 0;
}
	#profile_view .td_avator {width: 15%;}
		#profile_view .td_avator img{
			width:100px;
			height:100px;
			border: 1px solid #C4C4C4;
			padding: 6px;
			margin: 0 18px 0 0;
		}
	#information {
		line-height: 1.5;
	}
	#information #description {
		margin: 4px 0 0 0;
		color: green;
		font-style: italic;
	}
	#information #support {margin: 24px 0 0 0;}
	#information #support a {
		color: #000000;
		text-decoration: underline;
	}
	
	#information .profile_edit {
		background: url('/bitrix/templates/main/images/profile_edit.png') no-repeat;
		padding: 3px 0 5px 30px;
		margin: 0 0 6px 0;
	}
	#information .support {
		background: url('/bitrix/templates/main/images/support.png') no-repeat;
		padding: 3px 0 5px 30px;
		margin: 0 0 10px 0;
	}
	#information .mailto {
		background: url('/bitrix/templates/main/images/mail.png') no-repeat;
		padding: 3px 0 5px 30px;
		margin: 0 0 10px 0;
	}

/* -- */

/* 
	Стили для страницы редактирования профиля 
*/
#profile {
	color: #4F4F4F;
	margin:15px 0 10px 0;
	border-color: white;
	width: 100%;
}
	#profile TD {padding:8px;}
	#profile .name {
		width: 125px;
		text-align: right;
	}
	
	#profile .field {width: 250px;}
		#profile .field .width_100 {width: 100%; padding: 1px 0 1px 1px;}
		#profile .field #input_day {width: 65px;}
		#profile .field #input_month {width: 104px;}
		#profile .field #input_year {width: 75px;}
		
		
	#profile .message {background-color: #E5E5E5}

#submit_register {
	margin:15px 0 0 0;
	font-weight: bold;
	border:0px solid;
}
	#submit_register .link {color: #737373;}
/* -- */