

/*---- chat -----*/

#chatonline {
	opacity: 0.7;
	height: 126px;
	width: 180px;
	bottom: 0px;
	right: -180px;
	z-index: 30;
	position: fixed;
	}


#close {
	color: #95a6ae;
    font-family: tahoma;
    font-size: 1.4em;
    font-weight: bold;
    right: 5px;
    padding: 2px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
	}