@charset "utf-8";
/* CSS Document */

.msgs_title {
	text-decoration: none;
	color: #000066;
	font-size: 13px;
	font-weight:bold;
}

.msgs_name {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-weight:bold;
}

.msgs_msg {
	color:#000000;	
	font-size:13px;
}

.msgs_main_page_cell {
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#FFFFFF;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-border-radius: 5px;
}

.add_msg:link, .add_msg:active, .add_msg:visited   {
	text-decoration: none;
	color: #800000;
	font-size: 13px;
	font-weight:bold;
}

.add_msg:hover {
	text-decoration: none;
	color: #0033FF;
	font-size: 13px;
	font-weight:bold;	
}