html {
 height: 100%;
 max-height: 100%;
}

body {  
 padding: 0 0 0 0;
 margin: 0 0 0 0;
 background-color: #6D0D31;
 font-family: verdana;
 font-weight: bold;
 font-size: 18;
 color: #6A6A6A; 
 height: 100%;
 max-height: 100%; 
}

#tab { 
 width: 100%;
 height: 100%;
 max-height: 100%;
}

#field {
 width: 80%;
}

#header {
 background-color: #6D0D31;
 text-align: right;
 height: 102px;
}

#footer {
 height: 30px;
 color: white;
 text-align: center;
 font-size: 11px;
}

#content {
 margin: 2px 2px 2px 2px;
 background-color: #F7F5EB;
 text-align: center;
 vertical-align: top;
 padding-top: 146px;
}

#result {
 padding: 10px 10px 10px 10px;
}

.error {
 color: red;
}

#field {
  height: 36px;
  border: 1px solid #A4A4A4;
  font-family: verdana;
  font-size: 27px;
  color: #A4A4A4;  
}

.button-submit-ru {
  width: 202px;
  height: 53px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../../images/www/button.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.button-submit-en {
  width: 200px;
  height: 53px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../../images/www/button-en.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}


#about {
 background-color: #F7F5EB;
 font-size: 10px;
 font-weight: normal;
}

#result-footer {
  font-size: 12px;
}

img {
 border: 0; 
}

.mobile-ru, .mobile-ru a {
 color: white;
 font-size: 9px;
 padding-right: 27px;
}

.mobile-en, .mobile-en a {
 color: white;
 font-size: 9px;
 padding-right: 40px;
}

.small {
 font-size: 9px;
}