@charset "utf-8";
/* CSS Document */

html, body {
  margin:0px;
  padding:0px;
}
input{
background: #ffffff;
background-color: #ffffff;
}
body, select, textarea {
  background-color: #68808c;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0px;
}

table.main {
 width: 100%;
 height: 100%;
 border-collapse: collapse;
}

table.home {
  background:#95a8b2 url(../images/back_fon.png) repeat-x; 
  width: 100%;
  height: 620px;
}

td.login_panel {
  background: url(../images/login/part_7.png);
  width: 499px;
  height: 188px;  
}

h2 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px; 
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  color: #3a608b;
  text-decoration: none;  
}

h3 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #8b6666;
  text-decoration: none;  
}

input {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #8b6666;
  text-decoration: none;
  padding:0;
  border:1px solid #ffffff;
  vertical-align:middle;
  border:1px solid black;
}

tr.line_big {
 height: 20px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #8b6666;
  text-decoration: none;  
}

tr.line_small {
  height: 20px;
}

td.border {
  width: 25%;
}

td.txt {
  text-align:right;
  width: 15%; 
}

td.field {
 padding-left: 30px;
 width: 60%;
}

td.field_butt {
 height: 30px;
 padding-left: 80px;
 padding-bottom: 15px;
 width: 65%;
 vertical-align:top; 
 text-align:left;
}

input.butt {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #5e5e5e;
  text-decoration: none; 
  height: 27px;
  width: 67px;
  background:#ffffff url(../images/login/button.png) no-repeat scroll right top; 
  border: none;
  cursor: pointer;
}

input.butt:hover {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #d3d3d3;
  text-decoration: none; 
  height: 27px;
  width: 67px;
  background:#ffffff url(../images/login/button_k.png) no-repeat scroll right top; 
  border: none;
  cursor: pointer;
}
