body {
  margin: 0;
  padding: 0;
  font-family: Arial, Tahoma, Verdana, serif;
  font-size: 0.75em;
  background: #4d5258 url(../images/bg.gif) repeat-x top left;
  text-align: center;
  color: #393e42;
}
p {
  color: #4d5258;
}
a {
  color: #2879b0;
}
a img {
  border: none;
}
sup {
  color: #64abdb;
}
.clear {
	clear: left;
}
#main {
  width: 800px;
  margin: 0 auto 40px auto;
  text-align: center;
}
#main #content {
  background: #fff;
  margin: 0;
  padding: 15px 0;
}
#logo {
  margin: 20px 0 15px 0;
  text-align: left;
}
#promo {
  width: 770px;
  margin: 0 15px;
  height: 245px;
  background: url(../images/promo-bg.gif) repeat-x top left;
  text-align: left;
}
#promo .box {
  margin: 0 40px 0 30px;
  float: right;
}
#promo h1 {
  margin: 0;
  padding: 20px;
  font-size: 230%;
  font-weight: normal;
}
#promo p {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 170%;
}
#promo a.button {
  width: 146px;
  height: 34px;
  background: url(../images/button.gif) no-repeat top left;
  display: block;
  float: left;
  color: #4b94c5;
  font-weight: bold;
  margin: 20px 0 0 20px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  font-size: 130%;
}
#promo a.smallbutton {
	float: left;
	line-height: 34px;
	margin: 20px 0 0 20px;
	font-weight: bold;
}
.shadow {
  height: 13px;
  background: url(../images/shadow.gif) repeat-x top left;
  margin: 0 15px;
  clear: both;
}
#page {
  margin: 0 0 40px 15px;
  width: 520px;
  float: left;
  text-align: left;
}
#page h2 {
  font-size: 190%;
  font-weight: normal;
  margin: 30px 0 0 0;
  border-left: 3px solid #d3ebfa;
  padding-left: 10px;
}
#page h3 {
  font-size: 170%;
  font-weight: normal;
  margin: 30px 0 0 0;
  border-left: 3px solid #d3ebfa;
  padding-left: 10px;
}
#page p {
  margin: 15px 0 20px 0;
  padding: 0;
  line-height: 150%;
}
#right {
  width: 218px;
  float: right;
  margin: 0 15px 0 0;
  text-align: left;
}
#right p {
  margin: 15px 0 20px 0;
  padding: 0;
  line-height: 150%;
}

#right h3 {
  font-size: 170%;
  font-weight: normal;
  margin: 35px 0 0 0;
  color: #919395;
}

#footer {
  margin: 0 15px;
  font-size: 90%;
  color: #a0a2a5;
}
#footer p {
  margin: 0;
  line-height: 130%;
  color: #797b7f;
}

ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}
ul li {
  padding: 3px 0 3px 20px;
  background: url(../images/tick.gif) no-repeat left center;
}
#right a img {
  padding: 3px;
  background: #fff;
  border: 1px solid #d3ebfa;
  margin-bottom: 10px;
}

.form {
  margin: 0;
  padding: 0;
}
.form label {
  display: block;
  margin: 10px 0 2px 0;
  font-weight: bold;
}
.form label.not-required {
  font-weight: normal;
}
.form .textbox {
  width: 99%;
  margin: 0;
}
.form .small {
  width: 39%; 
}
.form .submit {
  margin: 10px 0 10px 0;
}
.form textarea {
  width: 99%;
  height: 75px;
  margin: 10px 0 0 0;
}

.hosting {
	width: 170px;
	float: left;
	margin: 0 10px 0 0;
}
#email2 {
	display: none;
}

.conditions {
	border: 1px solid #ccc;
	overflow: auto;
	padding:10px;
	background:#f6f6f6;
	color: #666;
	line-height:160%;
	font-size:90%;
	height: 70px;
	font-family: Arial, Tahoma, serif;
	margin-top: 15px;
}


