body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: rgb(51, 51, 51);
  font-family: verdana, arial, helvetica, sans-serif;
  /*background-color: rgb(239, 246, 250);*/
  background-color: #fdefe4;
}
html
{
    height: 100%;
}
body
{
    height: 100%;
}
a
{
    color: rgb(51, 102, 153);
}
#main
{
    height: 100%;
}

#center
{
    background: url("images/diagbg.gif") 0px 0px;
    margin: 0px auto;
    width: 775px;
    height: 100%;
    text-align: left;
    border-right-color: rgb(153, 163, 170);
    border-left-color: rgb(153, 163, 170);
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    position: relative;
}
#middle
{
    top: 30%;
    width: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: rgb(255, 255, 255);
}
#edgetop
{
    background: url("images/borderbg-top.gif") repeat-x 0px 0px;
    min-height: 20px;
}
#edgetop img
{
    border: 0px currentColor;
    margin-top: 10px;
    margin-left: 15px;
}
#content
{
    margin: 0px 30px;
}
#edgebot
{
    background: url("image/borderbg-bot.gif") 0px 0px;
    height: 20px;
}
.contentmain
{
    padding: 8px 16px;
    margin-bottom: 10px;
    border-top-color: rgb(251, 169, 39);
    border-top-width: 1px;
    border-top-style: solid;
}
.contentsub
{
    padding: 0px 16px;
    margin-bottom: 10px;
    border-top-color: rgb(251, 169, 39);
    border-top-width: 1px;
    border-top-style: solid;
}
.contentmain
{
    background: url("images/contentmainbg.gif") repeat-x 0px 0px;
    vertical-align: middle;
    zoom: 1;
}
.contentsub
{
    background: url("images/contentsubbg.gif") repeat-x 0px 0px;
}
.contentleft
{
    width: 49%;
    font-size: 0.7em;
    float: left;
}
.contentright
{
    width: 49%;
    text-align: center;
    float: right;
}
.fancyform
{
    color: rgb(0, 0, 0);
}
  .fancyform label {
    /*color: rgb(51, 102, 153);*/
    color: #4B4B4D;
    font-weight: bold;
    float: left;
  }
.fancyform input.text
{
    padding: 0px;
    border: 1px solid rgb(193, 205, 212);
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 5px;
    color: rgb(51, 102, 153);
}
.fancyform input.button
{
    background: url("images/buttonbg.gif") repeat-x 0px 0px rgb(97, 127, 156);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(210, 210, 210) rgb(188, 188, 188) rgb(188, 188, 188) rgb(210, 210, 210);
    width: 200px;
    height: 34px;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 20px;
}
.fancyform input.button:hover
{
    background: url("images/buttonbg-hover.gif") repeat-x 0px 0px rgb(97, 127, 156);
    border: 2px solid rgb(102, 131, 159);
}
h1
{
    margin: 10px 0px 5px;
    padding: 0px;
    /*color: rgb(51, 102, 153);*/
    color:#F58634;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
}
.caution
{
    background: url("images/caution-bg.gif") repeat-x 0px 0px rgb(250, 246, 204);
    margin: 10px 0px;
    padding: 10px;
    border: 1px dotted rgb(230, 171, 171);
}
.caution img
{
    margin-top: 0.2em;
    float: left;
}
.caution div
{
    color: rgb(233, 78, 78);
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
    margin-left: 25px;
}
.success
{
    background: url("images/caution-bg.gif") repeat-x 0px 0px rgb(250, 246, 204);
    margin: 10px 0px;
    padding: 10px;
    border: 1px dotted rgb(35, 164, 14);
}
.success img
{
    margin-top: 0.2em;
    float: left;
}
.success div
{
    color: rgb(35, 164, 14);
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
    margin-left: 25px;
}
div.error
{
    color: rgb(235, 39, 43);
    clear: both;
}
div.error::before
{
    font-weight: bold;
    content: "\00BB \0020";
}
#footer {
  /*background: rgb(236, 242, 246);*/
  background: #fdefe4;
  margin: 0px 30px;
  padding: 3px 4px;
  border: 1px solid rgb(221, 227, 231);
  text-align: right;
  /*color: rgb(105, 119, 158);*/
  color: #4B4B4D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
}
.clear
{
    clear: both;
    font-size: 1px;
}
.clearleft
{
    clear: left;
    font-size: 1px;
}
.clearright
{
    clear: right;
    font-size: 1px;
}
.pass_str_indicator
{
    margin: -5px 0px 5px;
    padding: 0px 6px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(102, 102, 102);
    line-height: 19px;
    font-size: 12px;
    display: inline-block;
}
.badPass.pass_str_indicator
{
    background: rgb(237, 171, 171);
    border-color: rgb(188, 0, 0);
    color: rgb(188, 0, 0);
}
.goodPass.pass_str_indicator
{
    background: rgb(237, 227, 171);
    border-color: rgb(188, 159, 0);
    color: rgb(188, 159, 0);
}
.strongPass.pass_str_indicator
{
    background: rgb(211, 237, 171);
    border-color: rgb(115, 188, 0);
    color: rgb(115, 188, 0);
}
