body {
	background-image: url(img/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-position: top;
	background-repeat: repeat-x;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  }

#signup {
	width: inherit;
}
#content {
	width: 530px;
	text-align: left;
	background-color: #FFFFFF;
}
#header{
	width: 530px;
	height: 140px;
	background: url(img/header.jpg);
}
#footer {
	width: 530px;
	height: 21px;
	background: url(img/footer.gif);
}
#page {
	width: 475px;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9A9A9A;
	border-left-color: #9A9A9A;
	padding-right: 15px;
	padding-left: 15px;
}
#center_div {
	margin: 0 auto;
	width: 530px;
}
#firstname {
	width: 10em;
	height: 1.2em;
}
#surname {
	width: 10em;
	height: 1.2em;
}
#email {
	width: 15em;
	height: 1.2em;
}
#country {
	height: 1.5em;
}
#city {
	width: 10em;
	height: 1.2em;
}
#currency_type {
	height: 1.5em;
}
#price_pint {
	width: 3em;
	height: 1.2em;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
  
  h1 {
  margin: 7px 0px;
  padding: 0;
  dispay: block;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 200%;
  color: #000;
  }
  
    h2 {
  margin: 7px 0px;
  padding: 0;
  dispay: block;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 150%;
  color: #f63;
  }
  
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
	text-decoration: none;
}
