.required { color:red; font-weight:bold; font-size:16px; padding-left:5px;}
fieldset {
  width:430px;
}
fieldset legend {
	color:orange; font-weight:bold; margin:5px; padding-left: 5px; padding-right: 5px;
}
fieldset label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
}
div.error
{
  background-color: #FFFFCC;
  color: #ff0000;
  border: #ff0000 1px solid;
  padding: 5px;
  width: 430px;
}

div.success
{
  background-color: #f0fff0;
  color: #000000;
  border: #00ff00 1px solid;
  padding: 5px;
  width: 430px;
}

div.formbottom
{
  width: 430px;
  text-align: right;
  padding: 5px;
}

.tbl1 th
{
  border-bottom: 2px solid #003399;
  padding-left:10px;
  padding-right:10px;
}

.tbl1 td
{
  border-bottom: 1px dashed #f0f5ff;
  padding-left:10px;
  padding-right:10px;
}

.tbl1 td.noborder
{
  border:0;
}

.tbl1 td.subtotal
{
  border-top: 2px solid #003399;
}

.tbl1 tr.item_over {
   background:#f0f5ff;
}

.tbl1 tr.item
{
}

.price 
{
font-size:18px;
font-height:bold;
}


