.chatpub
{
    background-color: white;
    color: black;
	position: fixed;
/*	position: absolute;*/
    margin-right: 5px;
    right: 5px;
    margin-top: 100px;
    width: 150px;
    border: 1px grey solid;
    border-radius: 2px 2px 2px 2px;
    padding: 0px;
    opacity: 1;
    text-align: center;
}

.pubinfo
{
	text-decoration: underline;
	color: grey;
}