/* CSS Document */
body div#wrapper div#content #detail_registration_information input, 
body div#wrapper div#content #detail_contact_information input {
	float:left;
	margin-bottom:10px;
}
body div#wrapper div#content #detail_registration_information input#pol {
	margin-left:8px;
}
body div#wrapper div#content  #detail_registration_information label,
body div#wrapper div#content #detail_contact_information label {
	width:45%;
	float:left;
}
body div#wrapper div#content div#detail_registration_information input#btnLogin
body div#wrapper div#content div#detail_contact_information input#btnLogin {
	margin-left: 10px;
}
body div#wrapper div#content #detail_registration_information, 
body div#wrapper div#content #detail_contact_information {
	width:363px;
	padding-bottom:10px;
	background-image:url(../../images/layout/bg_bottomblue.jpg);
	background-position:right bottom;
	background-repeat:repeat-x;
}
	body div#wrapper div#content #detail_registration_information div, 
	body div#wrapper div#content #detail_contact_information div {
		padding-left: 10px;
	}


/* ***************************************************** */
body div#wrapper div#content div#detail_contact_information {
	display:block;
	float:left;
	margin-left: 10px;
	width: 363px;
	padding-top:0;
}

div#registrationresults {
	float:left;
	margin-left: 10px;
	width:363px;
}