html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  font-size: 12px;
  font-family: Tahoma, "Arial", Verdana, serif;
  color: #1C4050;

}

h1 {FONT-SIZE: 12px; COLOR: #A40309; FONT-FAMILY: Verdana, Helvetica, Verdana, Geneva; margin: 0;}
h2 {FONT-SIZE: 15px; COLOR: #A40309; FONT-FAMILY: Verdana, Helvetica, Verdana, Geneva; margin: 0;}
h3 {FONT-SIZE: 15px; COLOR: #A40309; FONT-FAMILY: Verdana, Helvetica, Verdana, Geneva; margin: 0;}

IMG {border-style:inset; border-width:0px; }


a {color: #1C4050;  text-decoration: underline;}
a:hover {color: #1C4050;  text-decoration: underline;}

HR {
 border: none; /* Убираем границу для браузера Firefox */
 color: #E4EBF1; /* Цвет линии для браузера Internet Explorer */
 background-color: #E4EBF1; /* Цвет линии для браузера Firefox и Opera */
 height: 1px; /* Толщина линии */
 width: 800px;
 align: left;
}



/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 0px 0 0;
    background-color:#EFE0CB;
    border:1px solid #C6B186;
    border-top:1px solid #C6B186;
    border-left:1px solid #C6B186;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:66%;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    padding:0px 0px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:8px 10px 8px 7px; /* IE6 */
    width: 50%;
}
.buttons button[type]{
    padding:8px 10px 8px 12px; /* Firefox */
    line-height:17px; /* Safari */
    width: 50%;
    text-align: left;
}
*:first-child+html button[type]{
    padding:8px 10px 8px 7px; /* IE7 */
    width: 50%;
}
.buttons button img, .buttons a img{
    margin:0 7px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#373737;
    text-decoration:none;
    width: 95%;
    text-align: left;
    padding:8px 10px 8px 12px; /* Firefox */
}
.buttons a.negative:hover, button.negative:hover{
    background:#C6B186;
    border:1px solid #C6B186;
    text-decoration:none;
    color:#373737;
    width: 95%;
    text-align: left;
    padding:8px 10px 8px 12px; /* Firefox */
}
.buttons a.negative:active{
    background-color:#C6B186;
    border:1px solid #C6B186;
    text-decoration:none;
    color:#fff;
    width: 95%;
    text-align: left;
    padding:8px 10px 8px 12px; /* Firefox */
}
