div.top h1 {
	background-image: url(../img/registration/registrationform.title.png);
	background-repeat: no-repeat;
	height: 24px;
	margin-left: 15px;
}

div.registrationform h2.mainheading {
	background-image: url(../img/registration/registrationform.mainheading.png);
	width: 483px;
	height: 140px;
}

div.registrationform form{
	width: 400px;
	margin: auto;
	text-align: center;
	font-weight: bold;
}


div.registrationform form button.register {
	background-image: url(../img/registration/registrationform.button.png);
	border: 0px transparent none;
	background-color: Transparent;
	width: 125px;
	height: 22px;
 
}

div.registrationform 	#formmessagebox li {
		color: #F00;
		font-weight: bolder
		;margin: auto;
		list-style:none;
		text-align:center;
	}

div.registrationform dl {
width: 40em;
padding: 0;
margin: auto;
font-size: 1.2em;
display:block;
height: 5em;
}
div.registrationform dl dt{
	 padding-top: 0.3em;
	 text-align:right;
width: 15em;
float: left;
}


div.registrationform dl dd {	
float: left;
width: 16em;
margin: 0 0 0 0;
padding: .3em;
}

	
div.filler {
	height: 1.5em;
  background: transparent url(../img/horizontalrule.png) no-repeat scroll center;
	}
div.filler hr {display: none;}


div.registrationform table.avantages {
	
		border-collapse: collapse;
		margin: 4em auto;
	}
div.registrationform table.avantages tr th, table.avantages tr td {
		border: 2px solid #fff;
		padding: 0.5em;
		font-size: 1.2em;
	}
div.registrationform table.avantages thead tr th {
		background-color: #FE8C29;
		font-weight: bolder;
		color: #fff;
	}
div.registrationform table.avantages tbody tr th{
	text-align:right;
		background-color: #C3DBFF;
	width: 25em;
	
}	
div.registrationform table.avantages tbody tr td {
		background-color: #C3DBFF;
		text-align:center;
	
}

div.registrationform table.avantages tbody tr td.bright span,
div.registrationform table.avantages tbody tr td.dark span {
	visibility: hidden;
	}
div.registrationform table.avantages tbody tr td.bright {
		background-color: #D5E5FF;
		background-image: url(../img/registration/checked.png);
		background-repeat: no-repeat ;
		background-position: center;
}
div.registrationform table.avantages tbody tr td.dark{
background-color: #B2D0FF;
background-image: url(../img/registration/unchecked.png);
		background-repeat: no-repeat ;
		background-position: center;

}
/*
div.registrationform table.avantages tbody tr.even td {
		background-color: #D5E5FF;
	}*/
	
.lineheight200percent {
	line-height: 200%;
	}
