#chatminibox{
	
/*	background-color:#eeeeee;
	padding:3px;
	border:1px solid #949494; */
	
}

#chatbody{
	position:relative;
	height:425px;
	background:url(../images/chatbg.gif) no-repeat;
}

#chatlogo{
	position:absolute;
	right:20px;
	top:-6px;
	width:130px;
	height:95px;
	background:url(../images/chatlogo.gif) no-repeat;
}

#chatfooter{
	position:absolute;
	bottom:0px;
	width:800px;
	left:-10px;
	height:49px;
	background:url(../images/chatfooter.gif) repeat-x;
	z-index:-9;
}

#chattext{
	border:2px solid #C7CFD1;
}

#chatconvo{
	width:460px;
	height:200px;
	overflow-y:scroll;
	border-top:2px solid #C7CFD1;
	border-bottom:2px solid #C7CFD1;
	border-left:1px solid #949494;
	border-right:1px solid #949494;
	background-color:white;
	margin-right:6px;

}


.chatconvowith{
	font-size:17px;
	font-family:Tahoma;
	font-weight:bold;
	margin-left:8px;
	text-align:center;
}

.chatinfoblock{
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #949494;
	background-color:white;
	font-size:10px; 
	font-family: Verdana, tahoma, arial;
	position:relative;

}

.chatinfoblock h2{
	background-color:#1C2947;
	color:white;
	padding:2px;
	font-size:14px;
	margin-bottom:5px;
}


.chatquickbox, .chatquickboxhover, .chatquickboxflash{
	border:1px solid #949494;
	background-color:white;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

.chatquickboxhover{
	background-color:yellow;
} 

.chatquickboxflash{
	background-color:red;
}

.chataltrow{
	background-color:#dddddd;
}


#chatinfoblocks{
	position:fixed;
	right:35px;
	bottom:0px;
}

#chatquickboxes{
	position:fixed;
	right:5px;
	bottom:5px;
}