.not_button_blue {
    background: url('/static/images/firm.png') no-repeat -56px -45px; 
    height:25px;
    width:147px;
    border: 0;
    color:#FFFFFF;
    padding: 0 0 3px 0;
    font-weight:bold;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

#not_windows {
	width: 500px;
	text-align:center;
	margin: auto;
}
#not_menu {
	display:block;
	width: 494px;
	border: 1px solid #DADADA;
	margin: 10px auto;
	padding: 15px 0 15px 0;
	text-align: left;
}
#not_accounts {
	display:block;
    width: 485px;
    height: 300px;
    border: 1px solid #DADADA;
    margin:auto;
    overflow-y: scroll;
    text-align: left;
    padding: 5px;
}
#not_message {
	display:block;
    width: 380px;
    height: 150px;
    border: 1px solid #DADADA;
    margin: 10px auto;
    text-align: left;
    padding: 10px;
}
#not_search {
	display:block;
	text-align:right;
	margin: 10px 2px 10px 0;
}
#buttons {
	margin: auto;
	display: block;
	text-align:right;
	padding: 10px 10px 10px 0;
}
.menu_item {
	display: inline-block;
	width: 200px;
}
.menu_item .group_name {
	cursor: pointer;
	display: inline-block;
}
.menu_item .active {
	font-weight:bold;
}
.menu_item input {
	vertical-align:middle;
	display: inline-block;
}
.avatarItem {
	display: inline-block;
	*display: inline;
    zoom: 1;
	width:86px;
	height: 73px;
	overflow: hidden;
	padding: 1px;
	cursor:pointer;
	text-align:center;
	vertical-align:top;
	margin: 2px 0;
}
.activeItem {
	background: #DADADA;
}
.not_name {
    font-size: 10px;
    height: 10px;
}
.not_avatar {
    height: 50px;
    overflow: hidden;
}
.not_avatar img {
    width: 58px;
}
.not_menu_number {
    color: #6e6e6e;
}
.hide {
    display: none;
}
.show {
    display: inline-block;
}
.duplicate {
    display: none;
}
.notInSearch {
    display: none;
}