
.msg_list
{
	background-color:#ABE4ef;	
	border:1px solid #54c7dd;
	color:#4e504e;
	

    /* Do rounding (native in Firefox and Safari, CC in IE) 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    CCborderRadius: 8px;*/
}
.msg_head {	
	cursor: pointer;
	margin:0px; padding:0px;
	padding-left:5px;
	font-size:16px;
}
.msg_body {
	margin:10px;
	border-top:1px dashed #CCCCCC;	
	margin-left:20px;
	padding-left:10px;
	padding-top:10px;
}
.top_categorii_add{
	margin-bottom:10px;
	font-size:12px;
}
.top_categorii{
	float:left;
	width:200px;
	margin-bottom:10px;
	font-size:12px;
}
.top_categorii a{
	color:#666666;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.top_categorii a:hover{
	color:#000066;
}