.customerDetails {
    background-color: #fffeed;
    
}
.salesNotes {
    background-color: #defbff;
}

.orderInterface {
    background-color: #f1fff5;
}

.customerSection {
    padding: 15px;
}

.loadingModal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/admin/images/loading.gif') 
                50% 50% 
                no-repeat;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingModal {
    display: block;
}


#Emailer input {
    width: 100%;
}

#Emailer textarea {
    width: 100%;
}

#Emailer label {
    margin: 5px;
    width: 58px;
    display: inline-block;
}

#EmailControls {
  margin: 8px auto;
  
}

#EmailControls input {
  margin-left: 155px;
  font-weight:bold;
  width: 160px;
  height: 50px;
  
}

#viewAttachment {
    cursor: pointer;
}