body {
  font-size: x-small; /* Resets 1em to 10px */
  font-family: Verdana, Arial, Sans-Serif;
  background: url('images/hdrbkg.jpg') repeat-x;
  background-color: #ffffff;
  color: #333333;
  margin: 0 auto;
  padding:0; }
 
.answer {
  font-weight: bold; }
  
#alc_calc {
  margin: 10px 0px 10px 0px; }
  
#alc_calc input, select, submit, textarea {
  font-size: x-small; /* Resets 1em to 10px */
  font-family: Verdana, Arial, Sans-Serif; }
  
#recipe_calc:before {
  background: transparent url('http://www.limoncelloquest.com/top-right.png') scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  content: url('http://www.limoncelloquest.com/top-left.png');
  border: none;
  padding: 0;
  line-height: 0.1;
  font-size: 1px; }
  
#recipe_calc:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url('http://www.limoncelloquest.com/bot-left.png');
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url('http://www.limoncelloquest.com/bot-right.png') scroll no-repeat bottom right;
  padding: 0; }
  
#recipe_calc {
  width: 400px;
  background: #FFFF99;
  margin: 0 auto; }
  
.cal_tag {
  width: 298px;
  height: 10px;
  text-align: left;
  padding: 6px 0px 7px 0px;
  margin: 1px;
  float: left;
  clear: left; }
  
.cal_tag p {
  margin: 0px 0px 0px 3px; }
  
.cal_field {
  width: 98px;
  text-align: center;
  padding: 2px 0px 3px 0px;
  margin: 1px;
  float: right;
  clear: right; }
  
#resultData {
  width: 39px;
  height: 10px;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #999999;
  padding: 4px 0px 5px 0px;
  margin: 2px 30px 2px 29px;
  float: right;
  clear: right; }
  
.cal_submit {
  width: 398px;
  text-align: center;
  padding: 2px 0px 3px 0px;
  margin: 1px;
  clear: both; }
  
#res {
  background: #E5E5E5;
  font-weight: bold;
  color: #FF0000; }
  
#do_calc {
  font-weight: bold; }