#content h1,#content h2{
  font: bold 24px "Times new roman", serif;
  color: black;
  margin: 10px 0 0 0;
  padding: 0;
}
#content h2{
  font-size: 14px;
}
#content p{
  font-size:10px;
  margin: 5px 0 0 0;
}
#content ol li, #content ul li{
  font-size:10px;
}
form{
  display: inline;
  margin: 0;
  padding: 0;
}
#orderform{
  display: block;
  margin: 30px 0 0 0;
}
#orderform li{
  list-style: none;
  padding: 2px 0 2px 0;
  display: block;
  clear: both;
}
#orderform li strong{
  display: block;
  float: left;
  clear:left;
  width: 100px;
  text-align: right;
  padding: 3px 10px 0 0;
  color: #9c8442;
  font-size: 10px;
  font-weight: normal;
}
#orderform li input, #orderform li textarea, #orderform li select{
  border: 1px solid #9c8442;
  font: 11px Tahoma, Verdana, sans-serif;
  padding: 2px;
  width: 200px;
  color:black;
  float: left;
}
#orderform li select{
  width: 206px;
}
* html #orderform li select{
  width: 202px;
}
#orderform li textarea{
  width:300px;
  height:115px;
}
#orderform li cite{
  float: left;
  color:red;
  font-style: normal;
  font-size:10px;
  padding:3px;
}
#orderform .button{
  width: auto;
  background: #9c8442;
  border: 3px double #c5b58a;
  color:white;
  padding: 0 15px 0 15px;
}