DIV {
  margin:0px;
  padding:0px;
}
#content H1 {
  font-size:20px;
  margin:5px 0px;
  /*color:#369;*/
}
#message {
  margin:20px;
}
.break {
  width:100%;
  height:31px;
  background-image:url(http://rtut.com/images/nav_logindivider2.gif);
  background-repeat:repeat-x;
  clear:both;
}
.end {
  width:100%;
  height:20px;
  clear:both;
}

.err {
  color:#C00;
  font-weight:bold;
}


/*  Search Box Layout
   <div id="searchBox">
    <h4>Quick Search</h4>
    <form action="http://www.artpridenjstore.com/store/thumbnail.php" method="post">
     <label>Enter Keyword:</label>
     <input name="qSrchString" size="20" type="text" />
     <input type="submit" name="subStock" value="Search Stock" 
             class="button" onClick="return qsTestEntry(this.form);" />
    </form>
   </div>
*/
#searchBox {
  position:relative;
  width:200px;
}
#searchBox H4 {
  font-size:16px;
  margin:0px;
}
#searchBox LABEL {
  display:block;
  text-align:left;
}
