.sub_content {
	padding: 6px 8px 0px 0px;
	float: right;
}
.content_box {
	width: 763px;
	max-width: 763px;
	height: auto;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#united_states {
	display: none;
}
#canada {
	display: none;
}
#latin_america_caribbean {
	display: none;
}
#africa_middle_east {
	display: none;
}
#europe_uk {
	display: none;
}
#asia {
	display: none;
}
#australia_new_zealand {
	display: none;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}
form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	width: 220px;
}
form.cmxform {
	color: #333;
}
form.cmxform legend {
	padding-left: 0;
}
form.cmxform legend, form.cmxform label {
	color: #333;
}
form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background-color: #F8FDEF;
}
form.cmxform fieldset fieldset {
	background: none;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
div.error {
	display: inline;
	width: auto;
}
input.error {
	border: 1px dotted red;
}
form.cmxform .gray * {
	color: gray;
}

