/* public bm2 styles */


#bm2 {
	padding: 20px;
	}

#msgAjaxList {
	width: 250px;
	border: solid 1px #666;
	background: #fff;
	float: left;
	}	
	
	#msgAjaxList ul { list-style-type: none; margin: 0; padding: 0;}
		
	#msgAjaxList li { cursor: pointer; margin-bottom: 10px; padding: 5px;}
	#msgAjaxList li:hover { background: #ccc; }	


#messageContent {
	position: relative;
	margin-left: 300px;
	}

	
	
.msg {
	border: solid 1px;
	}
