p {
font-size: 13px
}
ul {
list-style:none;
padding:0;
margin:0;
}
.buttons {
	color:#e19a00;
	font:13px verdana;
	font-variant: small-caps;
	border:1px solid #000000;
	padding: 1px 6px 2px;
	background: url("../img/4.gif");
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.buttons:active,.buttons:focus {
	border:1px solid #000000;
	background: url("../img/6.gif");
}
.field,.field2,.input,.textarea,.select {
	color:#e19a00;
	font:13px verdana;
	font-variant: small-caps; 
	margin-right:13px;
	padding: 2px 3px 2px 3px;
}
.field,.input {
	border: 1px solid #050505;
	height:21px;
	background: url("../img/5.gif");
}
.textarea {
	border: 1px solid #050505;
	max-width:490px;
	background: url("../img/7.gif");
}
.select {
	border: 1px solid #050505;
	background: url("../img/7.gif");
	padding: 2px 1px 1px 4px;
	margin:0;
}
.field2 {
	border: 1px solid #050505;
	height:21px;
	background: url("../img/5.gif");
}
.title_news{
	background-repeat: no-repeat;
	padding-left:5px;
	color:#ff6600;
	border: 1px solid #050505;
	height:21px;
	background: url("../img/1.gif");
}
.news-head 
{
  font-size : 10px;
  background: url("../img/1.gif");
  color:#f0f3f7;
  text-align: left;
  padding:3px 5px;
  border: #000  1px solid;
}
.news-head2
{
  font-size : 10px;
  background: url("../img/1.gif");
  color:#f0f3f7;
  text-align: center;
  border: #000  1px solid;
}

.news-rest
{
  font-size : 10px;
  background: url("../img/back.gif"); 
  color: #dda943;
  text-align: left;
  padding:2px 5px;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  margin:0;
   padding-bottom: 20px;
}

.news-rest2
{
  font-size : 10px;
  background: url("../img/5.gif"); 
  color: #dda943;
  text-align: left;
  padding:2px 5px;
  border: #000 1px solid;
  margin:2px 0;
}
.statistics {
	font-size : 10px;
	color:#f0f3f7;
	text-align: left;
	border: #050505  1px solid;
	padding:1px 1px 0;
}
.statistics table {
	background-color:#050505;
	padding:0;
	margin: 0 0 1px;
}
.statistics th {
	background: url("../img/4.gif");
	padding:3px 5px;
	font-size : 11px;
}
.statistics td {
	background: url("../img/5.gif");
	padding:3px 7px;
}
.statistics div {
	background: url("../img/7.gif");
}
.server_status {
	padding-top:2px;
	font-size : 9px;
	text-transform:uppercase;
}
.error,.success {
	margin:5px 0 0;
	border: #180e11 1px solid;
	padding:4px 5px 4px 28px;
	text-align:left;
}
.error { background:#36261b url('../../../img/notok.png') no-repeat 4px center; }
.success { background:#36261b url('../../../img/ok.png') no-repeat 5px center; }