.leaveRoom{
	display: block;
	
	width: 44px;
	height: 44px;
	
	background: url(../images/buttons/hotelview_new.gif) 0px 0px no-repeat;
	
	cursor: pointer;
}
	.leaveRoom:hover{
		background: url(../images/buttons/hotelview_new.gif) 0px -44px no-repeat;
	}

.roomView{	
	height: 100%;
	width: auto;
	
	position: absolute;
	z-index: 1;
}
.roomInfo{
	position: absolute;
	z-index: 9999;
	top: auto;
	right: auto;
	
	width: 250px;
	
	color: white;
	text-align: left;
}
.roomMapImg{
	position: absolute;
	z-index: 2;
}
.roomUsers canvas{
	position: absolute;
	z-index: 1;
}
.chatclouds{
	z-index: 2;
	
	width: 100% !important;
	height: 20%;
	
	position: fixed;
	top: 0px;
}
	.chatclouds .chatcloud{
		position: absolute;
		
		background-color: #FFFFFF;
		color: #000000;
		
		border: 1px solid #000000;
		
		padding: 5px;
	}