/* @override http://www.a-plus.be/biennale/style/theme.css */

/** Reset styles (v1.0 | 20080331)
 * 	
 *	Reset style sheet, based on the reset style sheet (v1.0 | 20080212)
 *	by Eric Meyer (http://meyerweb.com/eric/tools/css/reset/)
 *
 *	Tweaked by Filip Bunkens (filip@statik.be)
 *	© 2008 statik
 **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: #000000;
	}

/* Set font size at 76%, on standard text-zoom this makes 1em correspondig to 10pt */
body {
	line-height: 1.2em;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/** tables still need 'cellspacing="0"' in the markup 
 * 	empty-cells: show, allows for the not using &nbsp; in empty cells to keep the layout
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

input,select,textarea{
	font-size:100%;
	vertical-align:middle;
	border: 1px solid #777777;
}

ul{
	list-style:none;
}

ol{
	margin-bottom:1em;
}

ol li{
	margin-left:2em;
}

img{
	border:0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

fieldset{
	margin:0;
	padding:0;
	border:0;
}

p {
	margin: 0 0 1.2em 0;
}


/* @group layout styles */

html, body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ffffff;
	line-height: 1.3em;
}

#container {
	width: 790px;
	margin: 25px auto 25px auto;
}

#branding h1{	
	width: 500px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: url(../images/branding.png) no-repeat top left;
	margin-bottom: 12px;
	text-indent: -9999px;
}

h2 {
	font-size: 1.4em;
	line-height: 160%;
	padding-bottom: 20px;
}

h3 {
	font-size: 1.2em;
	line-height: 160%;
}

a {
	color: #ece30f;
}

a.nl {
	float: left;
}

a.fr {
	float: right;
}
p{
	margin-bottom: 15px;
	clear: both;
}

h1 {
	font-size: 1.1em;
	letter-spacing: -0.1em;
	line-height: 1.4em;
	margin-bottom: 15px;
}


/* @end */

#form {
	width: 500px;
	margin: 0 auto;
}

.logo img {
	width: 500px;
}


.clear {
	clear: both;
}

/* @group joppa specific */

form {
	padding-bottom: 40px;
}

form ul li {
	margin-bottom: 0.8em;
	clear: both;
}

form .form-item {
	clear:both;
	margin: 0 0 1.0em 0;
}

form label {
	padding-right: 10px;
	float: left;
	display: block;
	width: 150px;

}

#gender_male {
	clear: both;
}

#gender_female {
	clear:  both;
}

form .form-item label.contact_phone {
	width: 380px;
	display: inline;
	float: none
}

form input.error {
	background: #FEFE9A;
}

form input.error {
	border: 1px solid red;
}

form .form-item label.error {
	color: red;
}

form .form-item span.options, form .form-item span.extra_info {
	display: block;
	width: 400px;
	margin-left: 155px;
}

form ul li input#option_nr, form ul li input#option_abo, form ul li input#option_abo_nr  {
	clear: both;
	float: left;
	display: inline;
	width: auto;
	margin-right: 20px;
	border: none;
}

#gender_male, #gender_female {
	clear: both;
	float: left;
	display: inline;
	width: auto;
	margin-right: 20px;
	border: none;

}

#form ul.intro_list {
	list-style: square;
	margin-left: 1.5em;
}

#form ul.intro_list li {
	margin-bottom: 0.5em;
}
form ul li .option_radio {
	margin-bottom: 10px;
}

form ul li .radio_label{
	width: 450px;
	margin-bottom: 10px;
}

form ul li .radio_gender {
	width: 200px;
	clear:both;
	margin-left: 35px;
	margin-top: -17px;
}

form select {
	width: 45px;
}

form input {
	width: 245px;
	margin-top: 0px;
}

form textarea {
	width: 245px;
}

form input.submit {
	width: auto;
	float: left;
	margin-left: 162px;
}

/* @end*/

/* @group Messages */

#boxError {
	border: 1px solid #E57D64;
	background-color: #F6D5CB;
	color: #F6212C;
	padding: 10px;
}

#boxInformation{
	border: 1px solid #6ADA1D;
	background-color: #D2F2B7;
	color: #569D23;
	padding: 10px;
}

span.note {
	font-size: 0.9em;
	color: #707070;
}

/* @end */

/* ie-fixes */

_