#container {
   position: relative;
   top: 40px;
   left: 10px;

}

#fixed-div {
   width: 1000px;
   height: 100px;
   /*border: 1px solid red;*/
   position: fixed;
   top: 20px;
   left: 10px;
}

body {
    background-color: #fffff0;
    font-family: sans-serif;
    color: #000000;
    margin: 10px;
    padding: 1em;
}

.form_table {
 background-color: #fffff0;
 z-index: 1;
 position: fixed;
 top: 5px;
 left: 5px;

}

.table_main {
 width: 100%;
 border-collapse: collapse;
 position: relative;
 top: 56px;
 left: 10px;


}


.code{
background-color: #ffffd9;
text-align: center;
}
.cent{
text-align: center;
}

.name{
background-color: #ffffd0;
text-transform: lowercase;
text-align: center;
}

.qty{
background-color: #f0d0d0;
text-align: center;
font-size: 120%;
}

th{
background-color: #000000;
color: #ffffff;
text-transform: capitalize;
text-align: center;
}

.par {font-family: Arial;font-size:10px}

.hoverRow { background-color: #a2d0f2; }
.clickedRow { background-color: orange; }

HR {
 border: none; /* Убираем границу для браузера Firefox */
 color: red; /* Цвет линии для браузера Internet Explorer */
 background-color: red; /* Цвет линии для браузера Firefox и Opera */
 height: 2px; /* Толщина линии */
}
