.chatnotification {
 	position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
}

.chatnotification.top {
	top:10px;
}

.chatnotification.bottom {
	bottom: 10px;
}

.chatnotification.left {
	left:10px;
}

.chatnotification.right {
	right: :10px;
}


