body {
	width: 800px;
	margin: 0 auto;
}
#emailRes { font-style: italic; }
#termBox { width: 100px; }
.padBottom { padding-bottom: 5px; }
.warning { font-size: small; color: #CC0000; }
.centerText { text-align: center; }
#wordsBox { border-bottom: black 1px solid; }
.selectedLang { background-color: #FFFFAA; }
.wordName { font-size: x-large; font-weight: bold; padding-top: 10px; padding-bottom: 5px; }
.wordLatin { font-style: italic; padding-bottom: 10px; }
.dis { font-weight: bold; font-style: italic; text-decoration: underline; color: #BB0000; }
.indented { text-indent: 30px; }
#content { padding-top: 20px; padding-bottom: 20px; }
#usage { font-size: small; }
#copyright {
	font-size: small;
	text-align: center;
}
#world-map {
	width: 802px; 
	height: 500px;
} 
#contact {
	text-align: center;
	padding-top: 20px;
}
#cForm {
	font-weight: bold;
	text-decoration: underline;
}
#infoBox {
	width: 800px; 
	border: black 1px solid;
}
.noTopBorder {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	text-align: center;
}
#displayBox {
	vertical-align: top;
	height: 400px; 
	overflow: auto;
	display: inline-block;
	text-align: center;
	width: 595px;
}
#langBox {
	border-right: black 1px solid;
	text-align: center;
	height: 400px;
	overflow: auto;
	width: 200px;
	display: inline-block;
}
.divClear {
	bottom: 10px;
	right: 10px;
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	padding: 3px;
	color: white;
	width: 16px;
	height: 16px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}