﻿#address_display
{}

#address_display table
{
	border:0;
	margin:0;
	width: 100%;	
}

#address_display .head
{
	background-color: #9a99ff;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 8px;
	font-family: Trebuchet MS, Verdana;
	font-size: 110%;
	letter-spacing: 1;
	text-transform: uppercase;
	text-align: left;
}

#address_display .body
{
	background-color:#ccccff;	
	padding-top:8px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	font-size: 90%;
}

#address_display .label_cell
{
	width: 150px;
}

#address_display .text_box
{
	margin:0;
	/*height: 3em;*/
	width: 190px;
	border-style: inset;
}
#address_display .checkbox
{
	margin: 0;
	padding: 0;
}


#address_display .post_code
{
	width: 80px;
	/*height: 13px;*/
}

#address_display .phone_1
{
	width: 80px;
	/*height: 13px;*/
}

#address_display .phone_2
{
	width: 100px;
	/*height: 13px;*/
}

.button
{
	background-color:#9a99ff;
	color: #ffffff;
	border:0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 25px;
	text-transform: capitalize;
	font-size: 90%;
}