#main {
   width: 600px;
   margin: auto;
   margin-bottom: 30px;
   }

input .viewCartSubmit {
   float:right;
   }
.viewCartSubmit input {
   float:right;
   }

#specialInstructions {
   width: 200px;
   height: 48px;
   }

.viewCartInfoField {
   padding-right: 5px;
   width: 200px;
   }

th {
   background-color: #EEEEEE;
   }

.productListTitle {
   margin-left: 10px;
   color: #FF0000;
   }

.productListTitleWrapper {
   display: none;
   }

.productListDescription {
   text-align: justify; 
   }

#main_element_1 {
   margin-bottom: 15px;
   }



