@CHARSET "ISO-8859-1";

/* Page Content */
#bodyContent {
	background: url( images/contact_sidebar_repeat.jpg ) repeat-y;
}

#htmlSidebar {
	background:url( images/contact_sidebar.jpg ) no-repeat;
}

.requirements {
	font-style: italic;
	margin: 5px 0;
}

#salespersonItem .itemLabel,
#haveYouPurchased .itemLabel,
#announcements .itemLabel,
.formItem .radioButton,
.radioButton .itemLabel,
.formItem .checkbox,
.checkbox .itemLabel {
	display:inline;
}

#htmlContent .message,
#htmlContent .requirements {
	padding-top: 19px;
}

#htmlContent .messageContact {
	padding-top: 19px;
	font-weight: bold;
	font-size: 14px;
}

.social {
	padding-top: 19px;
}

#htmlContent .message:first-child {
	font-weight: bold;
	padding-top: 0;
}

ul {
	width: 50em;
}

ul li {
	float: left;
	width: 20em;
}

#stateComboBox{
	width: 140px;
	position: relative;
	top: 1px;
}

#zipInputField {
	width: 70px;
}
#postalCode {
	width: 70px;
}
.addressBox {
	padding-top: 19px;
}

/* directory */
#storeInfo,
#contactInfo {
	float:right;
}

#contactInfo {
	float:left;
}
#domestic {
	visibility: visible;
}
#overseas {
	visibility: hidden;
}