
body {
  margin: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 22px;
  padding-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  font-size: 12px;
  color: #000000;
}
div.banner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 370px;
  text-align: center;
}
div.headline {
  width: 300px;
  height: 75px;
  position: relative;
  left: 0px;
  top: 15px;
  padding-top: 10px;
  font-weight: bold;
  overflow: hidden;
}
div.headline div.l1 {
  color: #7488c6;
  font-size: 12px;
}
div.headline div.l2 {
  font-size: 14px;
}
div.headline div.l3 {
 font-size: 10px;
 color: #FF0000;
}
div.form table {
  width: 350px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  font-weight: bold;
  font-size: 12px;
  padding: 1px;
}
div.form th {
  color: #ffffff; 
  text-align: left;
}

div.form td {
  color: #000000; 
  vertical-align: top;
}
div.form td.left {
  border-left: 1px solid #000000;
}
div.form td.right {
  border-right: 1px solid #000000;
}
div.form td.fill {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  
}
div.form input {
  width: 160px; 
  border: 1px solid #000000;
}
div.form input.button {
  width: 60px;
  background-color : #757575;
  color: #ffffff;
  font-weight: bold;
}
div.form textarea {
  width: 250px; 
  border: 1px solid #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  font-size: 10px;
}
.small {
  font-size: 10px;
  font-weight: normal;
}
.error {
  font-size: 10px;
  font-weight: normal;
  color: #ff0000;
}
div.footer {
  position: absolute;
  top: 370px;
  left: 40px;
  width: 300px;
  height: 70px;
  overflow: hidden;
  padding-top: 10px;
  font-size: 11px;
  color: #666666;
}

form{margin:opx;padding:0px;}

/* news */
body.news { background: #ffffff; }
body.news div.form th { background: #0000dd url(images/furniture/popuphead.gif);}
body.news div.form td { background: #daddf1; }
body.news div.form td.spacer { background: #ffffff; }

input.nosee {display:none;visibility:hidden;}