label
{
	width: 200px;
	display: block;
	float: left;
}

input,
textarea
{
	width: 200px;
}

input.zip
{
	width: 50px;
}

input.city
{
	width: 138px;	
}

input.phone1
{
	width: 50px;	
}

input.phone2
{
	width: 138px;	
}


label.checkboxLabel
{
	width: 250px;
	margin-bottom: 5px;
	float: left;
}

input.checkbox
{
	float: left;
}
