body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color:#fff;
	background:#761854;
	text-align:center;
	line-height:1.8em;
}
#container {
	width:447px;
	height:auto;
	margin:40px auto;
	font-size:1.1em;
}
#logo {
	width:100%;
	height:216px;
	background:url(imgs/src/logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin-bottom:20px;
}
p,h1,h2,h3,h4,h5,h6 {
	
}
h2 {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}
h4 {
	font-size:1.3em;
	font-weight:normal;
	text-align:center;
	line-height:1.8em;
}
h5 {
	font-weight:normal;
	font-size:1.2em;	
}
a:link {
	color:#fff;
	text-decoration:underline;
}
a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#F774C9;
	text-decoration:none;
}
a:active {
	color:#fff;
	text-decoration:none;
}
.divide {
	width:100px; height:1px; background:#8F1D67; margin:40px auto;	
}
.hide,
.validation-advice {
	display:none;
	visibility:hidden;
	overflow:hidden;
	height:0;
}

/* FORM */

form#register {
	text-align:left;
}
fieldset {
	border:0;	
}
fieldset.clearfix {
	padding:0;
	margin-bottom:5px; padding-bottom:5px;
	border-bottom:1px dotted #8F1D67;
}
fieldset.clearfix.last {
	margin-bottom:0; padding-bottom:0;
	border-bottom:0;
}
fieldset.section {
	background:#67154A;
	border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:20px;
	padding:10px;
}
label {
	float:left; display:inline;
	width:150px;
	padding:2px 20px 0 0;
	font-size:1.1em;
	color:#fff;
}
label.required {
	background:url(imgs/src/req.png) no-repeat 100% 50%;	
}
input {
	background:#feffb;
	float:right; display:inline;
	width:230px;
	border:0;
	padding:2px;
	border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
}
input.btn {
	float:none;
	width:auto;
	padding:4px 48px;
	background:#4F1039;
	border-radius:2px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	margin:0 auto;
	display:block;
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
}
input.validation-failed {
	background:#E399C9;
}