div.formContainer {
	margin: 0 25px 0 25px;
}
div.metaSection {
	border: 1px dashed #a0ffa0;
	padding-left: 5px;
	background: #f0fff0;
    height: 130px;
}
div.siteSection {
	border: 1px dashed #c0c0ff;
	padding-left: 5px;
	background: #f0f0ff;
    height: 165px;
}
div.column {
	float: left;
	padding: 5px 10px 5px 5px;
}
label.label, div.label {
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}
div.ctrl {
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-align: left;
}
div#noticeMsg {
	line-height: 30px;
	height: 30px;
	margin: 10px 0 10px 0;
}
div.spacer {
	margin-left: 20px;
}
div.title {
	font-weight: bold;
	text-align: center;
}
div.ctrl input {
	vertical-align: middle;
}
div.ctrl select {
	vertical-align: middle;
}
div.ctrl span {
	vertical-align: middle;
}
select.fresnel {
	font-size: 9pt;
	border-radius: 9px;
}
button#signIn {
	margin-left: 200px;
}
button#signOut {
	margin-left: 200px;
}
button#subscribe {
	margin-left: 25px;
}
