h1 { 
	text-align: center;
	margin-bottom: 28px;
	font-size: 22px; 
}

#leftCol {
	margin-right: 12px;
	float: left;
	width: 400px;
}
#rightCol {
	float: left;
	width: 440px;
	border: solid 1px #ccc;
	padding: 22px;
}
#ll_textBoxes input { display: block; }
#ll_textBoxes .input {
	margin-bottom: 10px;
}
.label {
	float: left;
	width: 140px;
	text-align: right;
	color: #666;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
}
#ll_textBoxes .gwt-TextBox {
	margin-left: 150px;
	width: 200px;
}
#ll_langSpecs {
	margin-top: 20px;
}
#ll_natLangSpecs, #ll_forLangSpecs {
	margin-left: 150px;
}
#rightCol .ll-LinkButton {
	height: 27px;
	line-height: 27px;
}
.ll-LanguageSelector {
	margin-right: 12px;
}
.ll-NativeLanguageSpec {
	margin-top: 8px;
}
.ll-NativeLanguageSpec select {
	float: left;
}
.ll-NativeLanguageSpec .ll-LinkButton {
	float: left;
}
.bottomLang { margin-top: 8px; }
.ll-ForeignLanguageSpec .ll-DropDown {
	display: block;
	margin-bottom: 6px;
	margin-right: 12px;
}
.ll-ForeignLanguageSpec .selectors {
	float: left;
}
.buttons .ll-BlueButton {
	float: right;
}
#leftCol h2 {
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
}
#leftCol p {
	font-size: 14px;
	line-height: 18px;
}
#leftCol p.darkBlue {
	color: #003399;
}