/* --- Chat request --- */

#body {
	background-color: #858687
}

#chat_invitations {
	position: fixed;
	bottom: 0; 
	right: 0;
	z-index: 100;
	width: 300px;
}

* html #chat_invitations {
	position: absolute;
}

.chat_inv {
	border: 5px solid #A5003D;
	margin-top: 10px;
	padding: 15px;
	background-color: #FFF7DE;
	font-size: 1.3em;
}

.chat_inv p {
	padding-bottom: 10px;
}