div#main_image_div {
   display: none;
   float: left;
   width: 480px;
   margin: 0px 10px 10px 0px;
}

img#main_image {
   width: 480px;
}

caption {
   text-align: left;
   font-size: .8em;
}

table {
   margin-bottom: 10px;
   background-color: #C8C8FF;
   clear: right;
}

th, td {
   padding: 2px 3px 2px 3px;
   background-color: white;
}

td.amount {
   text-align: right;
   width: 60px;
}

fieldset#export_report {
   float: right;
   width: 100px;
   height: 45px;
   margin-left: 5px;
}

fieldset#find_inventory {
   float: right;
   width: 200px;
   height: 45px;
   margin-left: 5px;
}

.heading_element {
   display: block;
   float: left;
   margin: 5px 3px 5px 3px;
   font-weight: normal;
}

label.heading_element {
   clear: left;
   width: 70px;
   text-align: right;
}

select.heading_element {
   width: 100px;
}

#export_report p {
   text-align: center;
   line-height: 16px;
   margin: 5px 0px 3px 0px;
}




