/* ########## reset ########## */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:			0;
	padding:		0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size:		1em;
	font-weight:		normal;
	font-style:		normal;
}

fieldset, img {
	border: 		none;
}

ul, ol {
	list-style: 		none;
}

caption,th {
	text-align: 		left;
}

table {
	border-collapse: 	collapse;
	border-spacing: 	0;
}

td {
	vertical-align:     top;
}

/* ########## layout ########## */
.clear {
	clear:			both;
}

.clearer {
	clear: 			both;
	display: 		block;
	font-size: 		1px;
	height: 		0;
	line-height: 		1px;
	margin: 		0;
	padding: 		0;
}




body, html {
	font: 0.8em verdana, arial, sans-serif;
	text-align: center;
	height: auto;
}

#registration_content {
	margin: 0 auto;
	width: 500px;
}
div.header {
	height: 30px;
}
div.dark {
	line-height: 30px;
	color: #FFFFFF;
	font-size: 150%;
	background-color: #FFBB00;
	font-weight: bold;
}
div.light {
	background-color: #FFD157;
	margin-bottom: 20px;
}


fieldset {
	display: inline-block;
	width: 420px;
	margin: 5px 0;
}

fieldset:after {
	content: ".";
  	visibility:	hidden;
  	display: block;
  	height: 0;
  	clear: both;
}

fieldset label {
	float: left;
	width: 130px;
	text-align: left;
	//margin: 5px 0;
}

fieldset.checkbox span {
	float: left;
	text-align: left;
}
fieldset.checkbox span label {
	float: none;
	width: 30px;
	position: relative;
	top: -3px;
	//top: 3px;
}
fieldset.checkbox span input {
	float: none;
	width: 15px;
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	//margin-bottom: -5px;
}
fieldset.checkbox p {
	float: left;
	width: 130px;
	text-align: left;
	//margin: 5px 0;
}

fieldset input, fieldset select {
	float: right;
	width: 280px;
	border: 1px solid #E5E8EF;
	//margin: 5px 0;
}
div.button {
	margin-top: 10px;
}

span.validation {
	display: none;
	visibility: hidden;
}
