body {
  background: #000;
  font-family: 'Trebuchet MS', arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #c0c0c0;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5 {
  margin: 0;
}

#content p code {
  font-family: 'Courier New', monospace;
  background: #222;
  border: 1px solid #333;
  display: block;
  margin: 5px 0;
  padding: 5px;
  text-align: left;
}

#header {
  text-align: right;
  position: relative;
  height: 42px;
  width: 900px;
  margin: 0 auto;
  font-size: 0.8em;
}

#homelink {
  width: 219px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 42px;
}

#homelink span {
  display: block;
  width: 219px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('../img/logo.png') 0% 0% no-repeat;
}

#header p {
  padding-top: 12px;
}

#scheme {
  height: 333px;
  background: #fff url('../img/scheme.jpg') 50% 0% no-repeat;
}

#schemelite {
  height: 50px;
  background: #fff url('../img/blue.jpg') 50% 0% no-repeat;
}

#scheme h1 {
  text-transform: uppercase;
  color: #000;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  font-size: 1.8em;
  font-weight: normal;
}

#scheme p {
  width: 850px;
  margin: 0 auto;
  color: #404040;
  font-size: 1em;
  position: relative;
}

#scheme p span {
  display: block;
  position: absolute;
  top: 204px;
  height: 53px;
  height: 
}

#scheme-left {
  left: 0;
  width: 210px;
  text-align: left;
}

#scheme-middle {
  text-align: center;
  width: 310px;
  left: 285px;
}

#scheme-right {
  text-align: right;
  width: 210px;
  left: 648px;
}

#allbox {
  width: 900px;
  margin: 0 auto;
}

#leftbox {
  width: 200px;
  float: left;
  background: transparent url('../img/menu.png') 100% 55px no-repeat;
  height: 500px;
}

#menu {
  margin: 90px 0 0;
  padding: 0;
  font-size: 0.8em;
}

#menu ul {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

#menu li {
  list-style: none outside;
  display: block;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding-left: 35px;
}

#menu li ul li {
  padding-left: 20px;
}

#menu li a {
  padding-left: 22px;
  display: block;
  height: 24px;
  background: transparent url('../img/bullet.png') 0% 8px no-repeat;
}

#rightbox {
  margin-left: 200px;
  text-align: left;
}

#content {
  padding: 25px 0 25px 35px;
  font-size: 0.7em;
  line-height: 180%;
}

.bigbox {
  height: 70px;
  position: relative;
}

.bigbox a {
  display: block;
  position: absolute;
  width: 240px;
  text-indent: 65px;
  line-height: 37px;
  font-size: 2em;
  top: 5px;
  font-weight: bold;
}

#demolink {
  left: 70px;
  background: transparent url('../img/eye.png') 0% 0% no-repeat;
}

#downlink {
  left: 370px;
  background: transparent url('../img/down.png') 0% 0% no-repeat;
}

#footerbox {
  padding: 20px 25px 50px;
  font-size: 0.7em;
  text-align: right;
  clear: both;
  border-top: 1px solid #404040;
}

#content p {
  text-align: justify;
  padding: 3px 0 5px;
}

#content h2 {
  border-bottom: 1px solid #202020;
  margin-bottom: 5px;
  padding: 5px 0 2px;
}

#content h3 {
  font-size: 1.3em;
  padding: 5px 0 2px;
}

#contactform, #buyform {
  margin: 0;
  padding: 10px 0;
  top: 0;
}

#buyform {
  margin: 0 auto;
  width: 350px;
}

#contactform fieldset, #buyform fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  left: 0;
  top: 0;
}

#contactform fieldset legend, #buyform fieldset legend {
  display: none;
}

#contactform fieldset label {
  width: 110px;
  text-align: right;
  float: left;
  clear: left;
  font-size: 1em;
  font-weight: bold;
  padding-top: 8px;
  color: #fff;
}

#buyform fieldset label {
  display: block;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  padding-top: 8px;
  padding-left: 10px;
  position: relative;
  top: 5px;
  width: 330px;
}

#contactform fieldset #captchacontainer label {
width: auto;
float: none;
clear: none;
padding-top: 0;
}

#contactform input, #contactform textarea, #buyform input {
  font-size: 0.9em;
  color: #000;
  font-family: arial, sans-serif;
  background: #fff;
}

.onefieldbox {
  position: relative;
  margin-left: 115px;
  width: 344px;
  height: 32px;
  background: transparent url('../img/textfield.png') 0% 0% no-repeat;
}

#buyform div.onefieldbox {
  margin-left: 0;
}

.onefieldbox input {
  height: 15px;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 205px;
  line-height: 15px;
  border: 1px solid #646464;
}

#buyform div.onefieldbox input {
  width: 320px;
}

.textareabox {
  position: relative;
  width: 450px;
  height: 132px;
  margin-left: 115px;
}

.textareabox textarea {
  border: 1px solid #646464;
  height: 90px;
  width: 450px;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}

#captchacontainer {
  margin-left: 125px;
  padding: 5px 0 10px;
}

#submitbox {
  width: 220px;
  height: 45px;
  margin-left:125px;
  position: relative;
}

#buyform div#submitbox {
  margin-left: 240px;
  padding-top: 10px;
}

#myForm {
  width: 350px;
  margin: 30px 0;
}

#myForm fieldset {
  border: 1px solid #646464;
  padding: 20px;
}

#myForm fieldset legend {
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

#myForm fieldset div {
  padding: 15px 0;
}

#myForm input#text {
  width: 300px;
  padding: 0;
  display: block;
}

.vtable {
  width: 600px;
  margin: 20px auto;
  border-collapse: collapse;
}

.vtable tr td, .vtable tr th {
  border: 1px solid #202020;
  padding: 5px 10px;
  vertical-align: middle;
}

.vtable tr th {
  font-size: 1.5em;
  padding: 10px;
}

.vtable tr td img {
  display: block;
  margin: 0 auto;
}

#loginbox {
  width: 190px;
  float: right;
  margin: 0 0 20px 20px;
  background: #222;
  border: 1px solid #333;
}

#loginbox form {
  margin: 0;
  padding: 0;
}

#loginbox form fieldset {
  margin: 0;
  padding: 10px;
  border: 0;
}

#loginbox form fieldset legend {
  display: none;
}

#loginbox h3 {
  font-size: 1.3em;
  padding: 10px 10px 0;
}

#loginbox input#email, #loginbox input#password {
  border: 1px solid #333;
  background: #000;
  color: #fff;
  height: 18px;
  width: 166px;
}

#loginbox input#submit {
  display: block;
  width: 100px;
  margin: 10px 0 0 auto;
}

div.errmsg {
  padding: 0 0 10px;
  color: #f33;
}

.codeform {
  margin: 0;
  padding: 0 0 20px;
}

.codeform fieldset {
  background: #222;
  border: 1px solid #333;
  padding: 10px;
}

.codeform legend {
  display: none;
}

#multi-domain {
  height: 18px;
  width: 400px;
}

#alias-original {
  margin-right: 15px;
}

.framebox {
  height: 200px;
  width: 660px;
  margin: 10px auto 40px;
  background: #ccc url('../img/frame.png') 0% 0% no-repeat;
  position: relative;
}

.framebox ul {
  font-size: 1.2em;
  color: #333;
  margin: 0;
  position: relative;
  top: 80px;
}

#content .framebox h2 {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  top: 60px;
  right: 62px;
  text-align: right;
}

#newdownlink, #newdemolink {
  display: block;
  width: 150px;
  height: 39px;
  position: absolute;
  top: 153px;
}

#newdemolink {
  left: 180px;
}

#newdownlink {
  left: 340px;
}

