
body {
    margin: 0em auto; padding: 0px;
    font-family: arial, tahoma, verdana, sans-serif;
    background: url(/accounts/images/theme2/main-bg.gif) top center repeat;
}

body, p, ol, ul {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px; 
  background-color: #fff;
}




div#main {
    margin: 0 auto;
    width: 90%;
    background-color: #efefde;
    padding: 5px;
    border-right: #D5E6EE 5px solid;
    border-left: #D5E6EE 5px solid;
    border-bottom: #D5E6EE 10px solid;
}



#container1 {
    width: 640px;
}

#logintitle {
    /* font-family: "Futura Condensed", Impact, "Arial Black", Verdana, sans-serif;
    */
    font-family: "Avant Garde", "Century Gothic", sans-serif;
    font-weight: bold;
    color: #10656b;
    text-decoration: none;
    border: none;

    margin: 0 0 0 50px;
}

#loginform {
    border: dotted; 
    border-width: 2px 0px;
    width: 400px;
    padding: 5px;
    color: #313031;

    margin: 0 0 0 50px;
}

#loginform h1 {
    font-size: 16px;
    font-weight: bold;
    font-family: Bitstream Vera Sans;
    margin: 0 0 0 0;
    padding: 2px 5px 2px 5px;
    color: #313131;
    background-color: #a6a6a6;
}

#loginform input {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    color: #10656b;
    background-color: #ccc;
    font-weight: bold;
}

#loginform input[type="submit"] {
    background-color: #D6CAB4;
    border-color: #10656b;
    font-size: 14px;
    border-style: outset;
}

#loginform input[type="submit"]:hover {
    border-style: inset;
}

#loginform td {

    font-family: Verdana, sans-serif;
    color: #313031;
    font-weight: bold;
    text-decoration: none;
    border: none;

}

.divide {
    border-top: 2px dotted #A3A3A3; 
    width: 526px; 
    text-align: left;/*this will align it for IE*/
    margin: 15px auto 15px 0; /*this will align it left for Mozilla*/
}

#updates {
    font-family: Gothic;
    width: 500px;

    padding: 8px;
    background-color: #fff;
    border: solid #000;
    border-width: 5px 0px;
    margin-bottom: 5px;
}

#updates h1 {
    font-size: 16px;
    font-weight: bold;
    font-family: Bitstream Vera Sans;
    margin: 0 0 0 0;
    padding: 0;
    color: #630;
}

#notice  {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

#notice {
    margin: 5px 0 0 50px;
    font-size: 16px;
    color: #333;
}


table {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
}



a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

