p {
font-size: 13px
}
.field,.field2,.input,.textarea,.select {
	margin-right:13px;
	padding:2px;
	font: small-caps 1em Verdana, sans-serif;
	color:#555;
}
.field,.input,.field2 {
	border:1px solid #bbb;
	background-color:#fff;
}
.textarea {
	color:#000;
	border:1px solid #bbb;
	max-width:490px;
	background-color:#efefef;
}
.select {
	border:1px solid #bbb;
	background-color:#fff;
	padding: 2px 3px 2px 1px;
	margin:0;
	outline:0;
}
.title_news{
	background-repeat: no-repeat;
	padding-left:10px;
	color:#404040;
	height:28px;
	font-weight:bold;
	font-style:italic;
	border:1px solid #808080;
	background-color:#efefef;
}
.news-head 
{
  font-size : 10px;
  background: #bbb;
  color:#303030;
  text-align: left;
  padding:3px 5px;
  border: #909090  1px solid;
}
.news-head a ,.news-head a:link,.news-head a:visited,.news-head a:active,.news-head a:hover {
  color:#000;
}
.news-head2
{
  font-size : 10px;
  background: #bbb;
  color:#303030;
  text-align: center;
  border: #909090  1px solid;
}
font {
  color: #000;
}
.news-rest
{
  font-size : 11px;
  background: #eee;
  color: #404040;
  text-align: left;
  padding:2px 5px;
  border-bottom: #909090 2px solid;
  border-left: #909090 2px solid;
  border-right: #909090 2px solid;
  margin:0;
}

.news-rest2
{
  font-size : 11px;
  background: #eee;
  color: #404040;
  text-align: left;
  padding:2px 5px;
  border: #909090 1px solid;
  margin:2px 0;
}
.statistics {
	font-size : 10px;
	background-color: #aaa;
	color:#f0f3f7;
	text-align: left;
	border: #909090  1px solid;
	padding:3px;
	width:95%;
}
.statistics table {
	border: 1px solid #aaa;
	background-color:#909090;
	padding:0;
	margin:0;
}
.statistics th {
	background-color:#ddd;
	padding:3px 5px;
}
.statistics td {
	background-color:#eee;
	padding:3px 7px;
}
.statistics div {
	background-color:#909090;
}
.server_status {
	padding-top:3px;
	font-size : 9px;
	text-transform:uppercase;
}
.error,.success {
	margin:5px 0 0;
	border: #909090 1px solid;
	padding:4px 5px 4px 28px;
	text-align:left;
}
.error { background:#ddd url('../../../images/notok.png') no-repeat 4px center; }
.success { background:#ddd url('../../../images/ok.png') no-repeat 5px center; }