﻿input.addressTextBox {
	width:200px;
}
input.cityTextBox {
	width:150px;
}
input.countryTextBox {
	width:150px;
}
input.dateTextBox {
	width:100px;
}
input.descriptionTextBox {
	width:210px;
}
input.emailTextBox {
	width:200px;
}
input.itemTextBox {
	width:100px;
}
input.nameTextBox {
	width:200px;
}
input.passwordTextBox {
	width:150px;
}
input.phoneTextBox {
	width:120px;
}
input.postalCodeTextBox {
	width:100px;
}
input.quantityTextBox {
	width:75px;
}
input.stateTextBox {
	width:75px;
}
input.urlTextBox {
	width:200px;
}
input.usernameTextBox {
	width:150px;
}

select.addressDropDownList {
	width:205px;
}
select.contactDropDownList {
	width:205px;
}

textarea.noteTextBox {
	height:50px;
	width:210px;
}