*
{
  color: #561F22;
  font-family: trebuchet ms, tahoma, helvetica, arial, verdana, sans-serif;
  font-size: 12px;
}

html
{
  overflow: -moz-scrollbars-vertical;
}

body, html, form, p, img, h1, h2, ul
{
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
  background: #FFF;
}

body, html
{
  height: 100%;
}

a
{
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #6B6676;
}

a:hover
{
  color: #295D8D;
  border-bottom: 1px solid #295D8D;
}

.error
{
  color: #C22;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.cmdbutton {
  border: #555 1px solid;
  height: 20px;
  font-weight: bold;
  color: #4B4656;
  background-color: #E2EAEE;
}

.inputbox {
  border: #AAA 1px solid;
  height: 24px;
  padding: 2px;
  font-weight: bold;
  background-color: #F8F8FA;
}