#group_menu #group_main {
	background: url("/static/images/backgrounds/groups/tryby/tryb_main.png") no-repeat scroll center center transparent;
	position: absolute;
	width: 100px;
	height: 65px;
	left:521px;
	top: 100px;
}

#group_menu #group_employee {
    position: absolute;
    left:449px;
    top: 144px;
}
#group_menu #group_employer {
    position: absolute;
    left:449px;
    top: 144px;
}
#group_menu #group_supplier {
    position: absolute;
    left:510px;
    top: 194px;
}
#group_menu #group_customer {
    position: absolute;
    left:604px;
    top: 56px;
}
#group_menu #group_befriended {
    position: absolute;
    left:451px;
    top: 65px;
}
#group_menu #group_partner {
    position: absolute;
    left:531px;
    top: 20px;
}

.remove_account {
    position:relative;
    left:53px;
    top:-52px;
    width: 29px!important;
    height: 26px;
    background: url("/static/images/buttons/ab_btn-active.png") 29px;
}

.edit_contact {
    margin-left: 1px;
    width: 27px;
    height: 26px;
    background: url("/static/images/buttons/ab_btn-active.png") 0px;
}

.edit_mail {
    position:relative;
    background: url("/static/images/buttons/ab_btn-active.png") 56px;
    width: 27px;
    height: 26px;
    left:28px;
    top:-26px;
}

.edit_mail.disabled {
    background: url("/static/images/buttons/ab_btn-disabled.png") 56px;
}