body {
  font-family: Georgia,"Times New Roman",serif;
  background: #000 url(../images/bg.jpg) top center no-repeat;
  color: #fff;
  font-size: 14pt;
  letter-spacing: 0.03em;
}

h1 {
	margin: 0; 
	padding: 0;
	text-indent: -5000px;
	height: 0;
}

a { color: #ffffff; font-weight: bold; }

input.text, select {
	font-size: 10pt
}

div.error { 
	color: #ff0000;
	font-size: 10pt;
	margin-bottom: -17px;
}

#mid {
	width: 1005px;
	height: 581px;
	background-image: url(../images/bg-signup.jpg);
	margin: 0 auto;
	position: relative;
	border: 1px solid #ffffff;
}

#signup {
	position: absolute;
	top: 104px;
	left: 600px;
	width: 322px;
	padding: 15px;
}

#signupform label {
  display: block;
  margin-top: 17px;
}

#signupform input, #signupform select, #signupform option {
  font-family: Georgia,"Times New Roman",serif;
}


#signup label.compulsory {
	margin: 5px;
	font-size: 10pt;
}

div.tick {
	height: 31px;
	width: 32px;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	float: left;
}
div#message {
	float: left;
	width: 290px;
}

div.aka {
  text-align: right;
  font-size: 10px;
  width: 1005px;
  margin: 10px auto;
}

a.aka {
	padding:0px; 

    text-decoration: none;
    color: #ffffff;
}
a.aka:hover {
  color: #999999;
}
