
.box-manager{
	margin:0 auto;
	display:block;
	width:80%;
	text-align:left;
}
.box-news{
	margin:1em; margin-bottom:2em;
	font-size:0.9em;
}
.box-news h2{
	font-size:1.1em;
	font-weight:bolder;
	margin-bottom:1em;
	border-bottom:1px solid #0f0f0f;
	text-shadow: 1px 1px 2px #444, 0 0 1em #e55, 0 0 0.2em #5e5;
}
.box-news div.p{
	margin-left:1em;
	margin-bottom:1em;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.box-news div.p *{
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.box-news div.p .w{
	color:#c00;
	text-shadow: #522 0.2em 0.2em 0.5em;
}
marquee{
	display:block;
	color:red;
	margin:2em;
	font-size:1.2em;
	border-top:1px solid #0f0f0f;
	background:#0c0c0c;
	border-bottom:1px solid #0f0f0f;
	text-align:center;
	text-shadow: black 0.2em 0.2em 0.5em;
}
.comments{
	margin:1em; margin-bottom:2em; margin-left:2em;
	font-size:0.9em;
}
.comment{
	margin:1em;
	padding:0.3em;
}
.comment .cm-name{
	background:#0f0f0f;
	padding:0.3em;
	font-weight:bolder;
}
.comment .cm-content{
	border:0.3em solid #0f0f0f;
	border-bottom:1px solid #0f0f0f;
	padding:0.3em;
	font-weight:normal;
}
.cm-panel{
	color:brown;
	font-weight:bolder;
	font-size:0.9em;
	margin:0.4em; padding:0.3em;
}
.cm-x-add{
	margin:1em;
	padding:1em;
	background:#0f0f0f;
	border:0.3em solid #f0f0f0;
}
.cm-x-add h2{
	font-size:1.0em;
	margin:0.4em; margin-bottom:0.5em;
	padding-left:1em;
	background:#f0f0f0;
	color:#0f0f0f;
	border:1px solid white;
}
.cm-x-add span{
	display:block;
	width:160px;
	clear:both;
	float:left;
}
.cm-x-add input, .cm-x-add textarea{
	font-size:16px;
	font-family:Verdana,Tahoma,Arial;
	padding:0.1em;
	margin:0.2em;
	width:180px;
	border:0.2em solid #f0f0f0;
	background:white;
	color:#0f0f0f;
}
.cm-x-add textarea{width:100%;height:120px;}
.cm-x-btt{
	font-size:1.2em;
	font-weight:bolder;
	padding:0.3em;
	margin:0.2em;
	color:blue;
}


