body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

#frame {
	width: 650px;
	height: 440px;
	background-image: url(/images/pageBackground.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0;
	text-align: left;
}

.logo {
	padding: 6px 0 0 21px;
	border: none;
	float: left;
}

#quickIconContainer {
	padding: 15px 21px 0 0;
	border: none;
	float: right;
}

.quickIcon, .continentGlobe {
	border: none;
}

.quickIconDivider {
	padding: 0 20px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #999;
	text-decoration: none;
}

.clear {
	clear: both;
}

#navigationContainer {
	padding: 5px 1px;
}

#navigation {
	width: 648px;
	background-color: #D9E0DD;
	border-width: 1px 0;
	border-style: solid;
	border-color: #CCC;
	font-size: 0.75em;
	text-align: center;
	padding-bottom: 2px;
}

#mainContainer {
	width: 648px;
	height: 357px;
	margin: 0 1px;
}

#footer {
	float: right;
	font-size: 0.65em;
	padding-right: 20px;
}

.countryListNavigation {
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
}

#countryListMainContainer {
	height: 325px;
	overflow: auto;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 0.7em;
}

.countryListColumnContainer {
	width: 32%;
	float: left;
}

.countryListHeader {
	clear: both;
	background-color: #E6E5E5;
	font-weight: bold;
}

#newsContainer, #buyerListContainer, #faqContainer, #errorContainer, #privacyContainer, #buyCountryContainer, #profileContainer, #termsContainer {
	height: 343px;
	overflow: auto;
	padding: 0 10px;
	font-size: 0.7em;
}

.newsHeader, .faqHeader, .errorHeader, .privacyHeader, .termsHeader {
	background-color: #E6E5E5;
	font-weight: bold;
	padding-bottom: 2px;
}

.buyerListColumnContainer {
	width: 24%;
	float: left;
}

.buyerListHeader, .faqNavigation, .profileHeader {
	font-weight: bold;
}

input {
	background-color: #EDFFF6;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #CCC;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 0.7em;
}

textarea {
	background-color: #EDFFF6;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #CCC;
	padding-left: 3px;
	font-size: 0.7em;
	overflow: auto;
}

#contactContainer {
	padding: 0 10px;
}

#contactFormContainer {
	width: 365px;
	float: left;
	padding-left: 20px;
}

#contactFormLeft, .faqQuestion, .privacyTitle, #profileLeftContainer, #profileDetails, .termsTitle {
	float: left;
}

#contactFormRight {
	float: right;
	padding-right: 7px;
	text-align: right;
}

.contactText, .contactFormLabel {
	font-size: 0.7em;
}

.contactName {
	margin: 3px 0;
}

.contactEmail, .contactSubject {
	margin-bottom: 3px;
	margin-left: 0;
}

.contactMessage {
	width: 200px;
	height: 85px;
	margin: 3px 0;
}

.contactError {
	font-size: 0.7em;
	color: #FF0000;
}

.javascriptError {
	color: #FF0000;
}

.faqTopNavigation, .privacyDate, #profileRightContainer, .termsDate {
	float: right;
}

.buyCountryMenu {
	width: 240px;
	background-color: #EDFFF6;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #CCC;
	font-size: 1em;
}

#continentGlobeContainer {
	text-align: center;
	padding-top: 124px;
}

.profileCountry {
	font-size: 1.3em;
	font-weight: bold;
}

.profileContinent {
	color: #C0C0C0;
	font-size: 1.3em;
	font-weight: bold;
}

#profileDetailsContainer {
	margin-top: 35px;
}

#profileDetailHeaders {
	float: left;
	font-weight: bold;
	margin-right: 20px;
}

.profileImage {
	border: 1px solid #CCC;
}

.buyNowButton {
	float: right;
	border: none;
	padding: 0;
	margin-top: 40px;
}

.buyCountryButton {
	font-size: 1em;
}

#buyCountryMenus {
	float: left;
	text-align: right;
}