/*LOADER*/
.loading
{
    background: url('../img/loading.gif') no-repeat center top;
    height: 32px;
}

.paragraph{
    padding:3px 3px 3px 3px;
    text-align:left;
    margin:5px;
}
.div-content
{
	border: 1px solid #d9d9d9; 
	border-radius:0px 0px 5px 5px;
	padding:5px;	
}
.div-header
{
	background-color:#d9d9d9;
	border: 1px solid #d9d9d9;
	border-radius:5px 5px 0px 0px;
	padding:5px;
}

#div_chat{
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 130px;
	right: -244px;
	width:289px;
	height:230px;
	z-index:10000;
}