#addresses textarea,#new_address textarea {
	padding: 2px 4px !important;
	width: 90% !important;
	font-size: 9pt;
	line-height: 10pt;
}

#addresses input,#new_address input {
  padding: 2px 4px !important;
  font-size: 9pt;
  line-height: 10pt;
	width: 90%;
}

#addresses select, #new_address select {
	width: 95% !important;
	padding: 0 4px 0 4px !important;
	font-size: 10pt !important;
	margin-left: 2px;
}

#addresses option, #new_address option { padding: 0 4px 0 4px !important; }

#addresses th, #new_address th, div.faketh {
	font-size: 9pt;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 0 6px 2px 3px;
	margin-bottom: 2px;
	border: 0;
	color: #333;
  text-align: right;
	background-color: #f8e9c9;
	font-weight: bold;
	vertical-align: top;
}

div.faketh {
	padding: 0 3px 0 10px;
	text-align: center;
}

#addresses td, #new_address td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

td.phone {}
input.phone {}

th.address_head, th.address_head_new {
	text-align: center !important;
	border: 0 !important;
	padding: 0px 0 3px 0 !important;
	letter-spacing: 3px !important;
	font-size: 9pt !important;
	font-family: monospace;
}

th.address_head {
	background-color: #333 !important;
	color: #d0d0d0 !important;
}

th.address_head_new {
	background-color: #163D54 !important;
	color: #dadada !important;
}

table#addresses { width: 750px !important; }

#addresses table, #new_address table {
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  vertical-align: top;
}

#addresses, #new_address { width: 100%; }
#new_address { display: none; }
#new_address_hidden { display: block; }

#addresses input, #new_address input {
  font-size: 9pt;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px dashed #ddd;
  border-left: 0;
  padding: 3px;
}

#addy2 td { white-space: nowrap; }

