/* styles taken from geosystemsoftware.com/main.css */
#main {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 90% ;
    line-height: 1.55;
    padding: 2em;
}

#main h1 {
    color: #069 ;
    font-family: arial, Helvetica, sans-serif;
    FONT-SIZE: 15pt ;
    font-weight: bold;
    margin: 0px 0 4ex 0;
    padding: 2px 0 5px 0;
    text-decoration: none ;
    text-align: center;
}

#main p {
  margin: 0 0 1.5ex 0 ;
}

.Sep {
    background: url(/img/divider.gif) center no-repeat ;
    display: block ;
    height: 50px ;
}

/* Custom quote styles */
.uplist {
      padding-left: 5em;
      text-indent: -2.5em;
      margin-left: 4em;
      display: list-item;
      list-style-type: none;
      list-style-image: url(/img/rightarrowbullet.gif) ;
      list-style-position: inside;
      padding-bottom: 1em;
    }

.upprog {}
.upexpl { font-style: italic }
.upprice { font-weight: bold }
.upkey { display: none }

body {color: #000;
          background-color: #fff
     }
ul {margin-top:0; padding-top:0}

#upquote_form label.error {
    color:red;
    font-weight:normal;
    margin-left: 1em;
}
#upquote_form input.error {
    border:1px solid red;
}
.salestax { display: none; font-size: smaller }
.inputsubheader {
    font-size: larger;
    font-weight: bold;
    border-bottom: thin solid #a5adff ;
    text-align: left ;
}
/* Styles to show a "please wait" box */
#waitbox {
    width: 350px;
    height: 150px;
    background: #666699;
    color: #ffffff;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    position: fixed;
    margin-left: -175px; /* 1/2 350 */
    margin-top: -75px;
    left: 50%;
    top: 50%;
    z-index: 20;
    display: none;
}
#waittext { vertical-align:middle; display: table-cell; width: 350px; height: 150px }

#grayscreen
{
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}

.scriptwarning { text-align: center; font-size: larger; color: red; font-weight: bold }