* {
  margin: 0;
  padding: 0;
}
html {
  color: #000;
  font-family: verdana, arial, helvetica, sans-serif;
}
* html {
  font-size: 62.5%;
}
body {
  background: #FFFFFF url(/img/bg.png) repeat-x;
  line-height: 180%;
  text-align: center;
  font-size: 1.0em;
  cursor: default;
}
#wrapper {
  width: 90%;
  min-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  width: 100%;
  background: #06d;
  text-align: left;
  color: #eee;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#header h2 {
  line-height: 1em;
  font-size: 1.5em;
  padding: 5px;
}
#menu {
  padding: 0.02em;
  background: #36a;
  font-size: .8em;
}
#menu a {
  padding: 0 0.01em;
}
#header a, #header a:link, #header a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}
#header a:hover, #header a:active {
  color: #FF5;
}
#header h2 a:hover, #header h2 a:active {
  color: #FFE;
}
#content, #content table td, #content ul {
  background: #FFF;
  text-align: left;
  font-size: 1.0em;
}
#content a, #contentr a:link, #content a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #06D;
}
#content a:hover, #content a:active {
  color: #36A;
}
#content table.login-box {
  margin-left: auto;
  margin-right: auto;
}
#content table.login-box td {
  padding: 0 0.2em;
}
#content img {
  border: 0;
  text-decoration: none;
}
#content p, #content ul {
  margin: 1em 2em;
  padding: 0 1em;
}
#content table td {
  vertical-align: top;
}
a.linkborder1 {
  margin: 0.25em 1.0em;
  padding: 0.25em 0.5em;
  border: 1px solid #CCC;
  background-color: #777;
  color: #FFF !important;
  text-align: center;
}
p.attention {
  color: #800;
  font-size: 1.2em;
}
ul.features {
  line-height: 150%;
}
.hide {
  overflow: hidden;
  visibility: hidden;
  display: none;
  clear: none;
}