body {
  background-image:url('fon2_2.gif');
  font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; cursor: default; color: #C0C0C0;
  //font-family: sans-serif;
  //font-size:8pt;
  //color: #A0A0FF;
  background-color: #000000;
}


div.ban { 
color: #0000FF;
//font-weight : bold;
background-color: #DC143C;
padding: 2px;
border-top: 1px solid #FF0000;
border-left: 1px solid #FF0000;
border-right: 1px solid #B22222;
border-bottom: 1px solid #B22222;
//padding-left: 5px;
//padding-top: 5px;
//padding-bottom: 5px;
}

div.header { 
  
  color: #E0E0E0;
  background-color: #404040;
background-image: url(images/v/header2.gif); 
background-repeat: no-repeat; 
background-position: right center;
  padding: 2px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #202020;
  border-bottom: 1px solid #202020;

} 
//div.header a { color: #FF8000; font-weight : bold; text-decoration: none;}

div.center {
text-align: center;
margin: 3px 0px 3px 0px;     
}

div.title {
  color: #CCCCCC;
  font-weight : bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000000; 
  background-color: #008000;
  border-top: 1px solid #32CD32;
  border-left: 1px solid #32CD32;
  border-right: 1px solid #006400;
  border-bottom: 1px solid #006400;
  padding: 5px;
}

div.title2 {
  color: #000000;
  font-weight : bold;
  text-align: center;
  background-color: #f4662b;
  border-top: 1px solid #32CD32;
  border-left: 1px solid #32CD32;
  border-right: 1px solid #006400;
  border-bottom: 1px solid #006400;
  padding: 5px;
}



div.nav {
  color: #E0E0E0;
  text-align: center;
  background-color: #202040;
  padding: 2px;
  border-top: 1px solid #404060;
  border-left: 1px solid #404060;
  border-right: 1px solid #101020;
  border-bottom: 1px solid #101020;
  //margin: 5px 0px 5px;
}
div.nav a { 
color: #1E90FF; 
text-decoration: none;
text-shadow: 1px 1px 1px #000000; 
}
div.nav a:hover { 
color: #8080FF; 
text-decoration: none;
text-shadow: 2px 2px 2px #000000; 
}


div.yellow { 
  
  color: #404060;
  background-color: #FFD700;
  padding: 2px;
  border-top: 1px solid #FFF5EE;
  border-left: 1px solid #FFF5EE;
  border-right: 1px solid #808000;
  border-bottom: 1px solid #808000;
}

div.pink { 
  
  color: #E0E0E0;
  background-color: #A80B64;
  padding: 2px;
  border-top: 1px solid #FF1493;
  border-left: 1px solid #FF1493;
  border-right: 1px solid #800000;
  border-bottom: 1px solid #800000;
}

div.fon{
background:grey;
opacity:0.50; /*Задаём прозрачность дива*/
filter:alpha(opacity=50); /*Задаём прозрачность дива в ИЕ*/
position:absolute; /*просто задаём позиционирование, чтобы див налез на текст и была видна полупрозрачность*/
padding: 2px;
top:0px;
left:0px;
width:100%;
height:100px;
}

div.nul {
  color: #000000;
  font-weight : bold;
  text-align: center;
  //background-color: #202040;
  background-image:url('fon2_3.gif');
  padding: 2px;
  border-top: 1px solid #404060;
  border-left: 1px solid #404060;
  border-right: 1px solid #101020;
  border-bottom: 1px solid #101020;
  margin: 5px 0px 5px;
}


a { color: #FF8000; font-weight : bold; text-decoration: none; }
a:visited { color: #FF8000; }
a:active { color: #FFE000; }
a:hover { color: #FFE000; font-weight : bold; text-decoration: none; }

input.trans {
height:18px;
width:80px;
color:#000000;
}

input.text {
height:20px;
font-size:12px;
text-indent : 2px;
background-color:#FFFFFF;
}

input.button {
height:20px;
background-color : #FFD700;
font-weight : bold;
}

textarea {
font-size:12px;
background-color:#FFFFFF;
text-align:left;
color:#000000;
text-indent : 2px;
}