/*Стандартная*/
body {
	color: #fff;                /*Цвет шрифта блока объявлений в верху*/
	background-color: #181818;  /*Главный фон*/
	font-size: 16px;
	font-family:georgia;
	font-weight: bold;
	margin: auto;
	max-width: 450px;
	border: 3px solid #ffff00;  /*Окантовка Главного меню*/
	-webkit-box-shadow: 0px 0px 15px #b1b368;
	-moz-box-shadow: 0px 0px 15px #b1b368;
	box-shadow: 0 0 50px #FFFF00;
}
a,a:active {
        color: #d7d7d7;
        text-decoration: none;
}  
a:visited {
        color: #949496;
        text-decoration: none;
} 
a:hover {
        color: #ffffff;
        text-shadow: 0 0 5px #FFF1CD;
        position: relative; 
        top: 1px;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}
div:hover { 
	border:1px solid #999;
	border-left:3px solid #aaa;
}
div {
	text-align: left; 
	font-size: small;
        background-color: #444515; 
	border:1px solid #888;
	border-left:3px solid #888;
	margin:1px;
	padding:2px;
	padding-left:5px;
	color: #e6e6e6;
	text-shadow: 0 0 5px #000;
}
div.head {
	text-align: center;
	background: repeat-x top left #4d4d4d;
	font-weight: bold;
	height: 55px;
}
div.top { 
	color: #f2f2f2; 
	background-color: #2f2f30; 
	font-size:small;
	padding-left: 10px;
}
div.down { 
	color:#e0e0e0; 
	background-color: #686868; 
	font-size: small;
} 
.count {
	text-align: center;
	background: repeat-x top left #4d4d4d;
	padding-right: 20px;
}
.count img{
	opacity: 0.2;
}
.count img:hover{
	opacity: 1;
}
textarea {
	background: #bababa;
	border:1px solid #353535;
	margin:2px 0 2px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:2px 0 2px 0;
} 
input {
	background: #bababa;
	border:1px solid #353535;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:2px 0 2px 0;
} 
input[type='submit'] {
	background: #bababa;
	border:1px solid #353535;
	color:black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:2px 0 2px 0;
}
.inp_login {
	background: #bababa url(/css/1/inp/inp_login.gif) no-repeat center left; padding-left: 16px;
	border:1px solid #353535;
	margin:2px 0 2px 0;
}
.inp_login:focus {
	background: #bababa url(/css/1/inp/inp_login2.gif) no-repeat center left;
	border:1px solid #353535;
	margin:2px 0 2px 0;
}
.inp_pass {
	background: #bababa url(/css/1/inp/inp_pass.gif) no-repeat center left; padding-left: 16px; 
	border:1px solid #353535;
	margin:2px 0 2px 0;
}
.inp_pass:focus {
	background: #bababa url(/css/1/inp/inp_pass2.gif) no-repeat center left;
	border:1px solid #353535;
	margin:2px 0 2px 0;
}
.b { 
	background-color:#181818; 
	padding:4px;
	margin:2px;
	color:#fff;
	font-size:14px;
	text-align: left;
	border:1px solid #505050
}
/*
design by razer
http://razer9991.free-lance.ru/
icq: 820-783
*/
