div.value { padding:10px; border-style:solid; border-width:2px; border-color:#000000; background-color: #FFCCCC; }
div.error_message { float:right; clear:right; width:250px; }

form#customer_form { width:450px; margin-bottom:10px; }
form#customer_form table { border-collapse:collapse; }
form#customer_form table td { margin:0; padding:0; border:0; }
form#customer_form #first_name { width:120px; }
form#customer_form #last_name { width:120px; }
form#customer_form #address_1 { width:200px; }
form#customer_form #address_2 { width:200px; }
form#customer_form #city { width:200px; }
form#customer_form #county { width:200px; }
form#customer_form #post_code { width:80px; }
form#customer_form #phone_area { width:50px; }
form#customer_form #phone_number { width:120px; }
form#customer_form #mobile_number { width:120px; }
form#customer_form #email { width:200px; }
form#customer_form #password { width:100px; }
form#customer_form #repeat_password { width:100px; }
form#customer_form #memorable_place { width:120px; }
form#customer_form #memorable_date { width:120px; }
