
#cbview {
	
	height: 170px;
	width: 310px;
	float: left;
	margin: 0px auto;
	background: white;
	border: 1px solid #735FC2;
	overflow-y:scroll;
	overflow-x:hidden;
	
}
.cbline {
	border-bottom:dotted 1px;
	white-space:normal;
	/*margin:2px 0px 2px 0px;*/
	padding-bottom: 13px;
	font-size: 10px;
	line-height: 10px;
}
#cbview pre {
	border-bottom:dotted 1px;
	white-space:normal;
	margin:5px;
	padding-bottom: 13px;
	font-size: 10px;
	line-height: 10px;
}
.ajaxloadingp {
   background-image:url("/panel/front-end/css/images/ajax-loader.gif");
   background-repeat:no-repeat;
    margin-bottom:0px;
	margin-right:0px;   
   padding:0px;
}

#cbstatus{
   float:right;
   width:20px;
   height:20px;
   margin-bottom:3px;
}

#cbnick{
	border: 1px solid #735FC2;
	height: 18px;
	vertical-align: top;
	width: 60px;
}

#cbmsg{
	border: 1px solid #735FC2;
	height: 18px;
	vertical-align: top;
	width: 150px;	
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
.cb-www{
	background-image: url('/panel/front-end/css/images/panel-icon-person.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 7px;
	float:right;
}
 
.cb-sms{
	background-image: url('/panel/front-end/css/images/panel-icon-mail.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 7px;
	float:right;
}
*/

#contenido-panel2{
	height:auto;
	margin:0px 0px 10px 10px;
	position:relative;
	top:10px;
	width:400px;
}

#panel-middle2{
	height:auto;
	width:400px;
}

#cbview2 {
	
	height: 500px;
	width: 715px;
	margin: 0px auto;
	background: white;
	border: 1px solid #cccccc;
	overflow-y:scroll;
	overflow-x:hidden;
	
}

#cbview2 pre {
	border-bottom:dotted 1px;
	white-space:normal;
	margin:2px;
	padding-bottom: 13px;
	font-size: 11px;
	line-height: 10px;
}

#cbnick2{
	border: 1px solid #cccccc;
	height: 18px;
	vertical-align: top;
	width: 80px;
}

#cbmsg2{
	border: 1px solid #cccccc;
	height: 18px;
	vertical-align: top;
	width: 550px;	
}

#cbstatus2{
   width:20px;
   height:20px;
   margin-bottom:3px;
}