@charset "utf-8";
/* CSS Document */
.stage_one_title h2 { margin: 15px; color:#1E97B2; }
	.address_details { clear:both; padding:5px; margin: 5px; border: 1px solid #EEE; width: 360px;}
		.address_details .title { clear:both; font-weight:bold; text-decoration:underline; padding:3px; font-size:12px; color:#1E97B2;}
		.address_details .message { clear:both; font-size:12px; font-style:italic; padding:3px; }
		.address_details .house_name { clear:both; padding:3px; }
		.address_details .house_number { clear:both; padding:3px; }
		.address_details .street { clear:both; padding:3px; }
		.address_details .city { clear:both; padding:3px; }
		.address_details .county { clear:both; padding:3px; }
		.address_details .post_code { clear:both; padding:3px; }
		.address_details .country { clear:both; padding:3px; }
		
		.address_details /* # */ .text { float:left; font-weight:bold; width:110px; color:#444; font-size:12px;}
		.address_details /* # */ .value { float:left; width:150px; }
			
	.contact_details { clear:both; padding:5px; margin: 5px; border: 1px solid #EEE; width: 360px; margin-top: 10px; }
		.contact_details .title { clear:both; font-weight:bold; text-decoration:underline; padding:3px; font-size:12px; color:#1E97B2;}
		.contact_details .message { clear:both; font-size:12px; font-style:italic; padding:3px; }
		.contact_details .telephone_number { clear:both; padding:3px; }
		
		.contact_details /* # */ .text { float:left; font-weight:bold; width:150px; font-size:12px;  color:#444;}
		.contact_details /* # */ .value { float:left; width:150px; }
	
	.message { clear:both; padding:10px; font-style:italic; }
	
	.registration_box {margin: 15px; padding: 7px; border: solid 1px #ccc; background:#CCC; }
	.registration { clear:both; clear:both; padding: 5px; background-color:#DDD; }
		.registration .text { float:left; width:85px; font-weight:bold; margin-top: 5px; color:#1E97B2; font-size:12px;}
		.registration .subtext { float:left; width:140px; font-style:italic; margin-top: 5px; color:#444; font-size:11px;}
		.registration .value { float:left; }