/* CSS Document */
/* elements */
@page {size:auto; margin-top:0px; margin-bottom: 0px;}
body { margin-top:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
address { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:normal; margin:1em 0 0 5px; }
form { font-family:Arial, Helvetica, sans-serif; float:left; width:100%; }
label { font-size:10px; float:left; margin:0 0 0 .35em; padding:0; width:100%; }
input { padding:.25em; }
p { font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.3em; }
h3 { color:#C00; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
textarea { resize: none; }

/* form formatting */
#graphicBox { float:left; margin:0; padding:1.3em 0 0 0; width:50%; }
#labelContainer { border:1px solid #222222; margin:0 0 .5em; overflow:hidden; padding:0.25em; width:585px; position: relative;}
#shippingInfo { clear:left; float:left; margin:0; overflow:hidden; width:50%; }
#docRef { position: absolute; bottom: 5px; right: 5px; font-size: 8px; color: gray; }
.itemGroup { margin:0 0 0 .25em; overflow:hidden; width:100%; }
.addressBox { margin:0; padding:0; width:100% }
.largeInput { clear:both; float:left; margin-bottom:.5em; overflow:hidden; border:1px solid #222222; }
.noteInput { width:100%;  float:left; margin-bottom:.5em; min-height:75px; overflow:auto;  border:1px solid #222222;}
.smallInput { float:left; overflow:hidden; margin-right:.5em; margin-bottom:.5em; border:1px solid #222222; }
.itemSubGroup { float:left; margin-right:1em; }
.itemSubGroupLarge { float:left; margin-right:1.5em; overflow:hidden; }
.checkboxes label { float:left; width:25%; display: inline-block; padding-right: 10px; padding-left: 1.5em;  text-indent: -2.0em; }
.checkboxes input { vertical-align: middle;}
.checkboxes label span { vertical-align: middle; }
.topRow { display: flex; justify-content: space-between; align-items: center; }
.topRow .formFields { flex: 1; }
.topRow .logoBox { margin-left: 1em; }

/* notes */
#cut { width:98%; border-top:1px dashed #000; margin:2em 1% 1em 1%; }
#noteWrapper { display:block; max-width:800px; margin-left:.5em; font-family:Arial, Helvetica, sans-serif; font-size:12px;  }
#noteWrapper ul {margin:0; padding:.5em 0 .5em 1.25em; }
.redText { color:#C00; }