﻿/* ContactInformation control field labels */
table.AddressForm label
{
	float: left;
	width: 9em;
}

table.AddressForm select
{
	width: 100%;
}

table.AddressForm input[type="text"]
{
	width: 100%;
}


