body {
  font-family: Verdana,Tahoma,Arial,sans-serif;
  background: #142A3D;
  min-width: 800px;
  font-size: 9pt;
  color: #303030;
}

img {
  border: 0;
}

ul {
  margin-left: 0;
  padding-left: 20px;
}

#top {
  height: 80px;
}

#logo {
  position: absolute;
}

#fractal {
  background: #142A3D url(/?img/fractal.gif) center no-repeat;
  position: relative;
  left: 200px;
  top: 18px;
  margin-right: 200px;
  height: 50px;
}

#middle {
  border: 1px solid #909090;
  background: #F2F7F9;
}

#left {
  width: 180px;
  float: left;
  border-right: 1px solid #909090;
  padding: 10px;
}

.leftcol {
  border-bottom: 1px solid #909090;
}

#center {
  border-left: 1px solid #909090;
  margin-left: 200px;
  margin-top: 10px;
  padding: 10px;
}

#center-bottom {
  clear: both;
}

#bottom {
  font-size: smaller;
  color: #375264;
}

#bottom a {
  text-decoration: none;
  color: #034478;
}

.c1 {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin-left: 0.5em;
}
.c1, .c2 {
  margin-top: 0.5em;
}
.c2 {
  display: inline-block;
  width: 75%;
}
.c2 input {
  width: 50%;
}
input#phone, input#passwd, input#confirm_passwd {
  width: 25%;
}
textarea {
  width: 100%;
}
label.error {
  margin-left: 1em;
  font-weight: bold;
  color: red;
}
