select {
	width: 180px;
}

table {
	margin-top: 30px;
	margin-bottom: 30px;
}

.country { width: 100px; }
.distributor { width: 250px; }
.telFax { width: 150px; }
.webpage { width: 120px; }

.telFax {
	text-align: right;
}

.webpage {
	text-align: right;
}