.layout-option {
	width: 136px;
	display: block;
	float: left;
	margin : 0px 10px;
}

.color-scheme-option {
	width: 202px;
	display: block;
	float: left;
	margin : 0px 10px;
}

.color-scheme-option img {
	border: 1px solid #aaa;
}

.accessible {
	background-color: #dfe;
	border: 1px solid #8b8;
	color: #241;
	padding: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form-table label {
	font-style: italic;
}

.form-table th {
	font-size: 1.1em;
	font-weight: bold;
}

.form-table tr {
	border-bottom: 1px dotted #ddd;
}

.icon-preview {
	display: block;	
	width: 140px;
	height: 140px;
	background-color: #fdfdfd;
	border: 1px solid #f0f0f0;
	margin: 5px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.icon-preview img {
	position: relative;
	left: 6px;
	top: 6px;
}

.logo-preview {
	border: 1px solid #f0f0f0;
	margin: 5px 0;
	height: 200px;
	border-radius: 3px;
	min-width: 980px;
}

.logo-preview img {
	display: block;
}

.logo-preview hgroup {
	max-height: 168px;
	max-width:	600px;
	font-family: "Times New Roman", Times, Serif;
	text-decoration: none;
}

.logo-preview h2 {
	font-size: 38px;
	font-weight: bold;
	margin: 10px 0;
}
.logo-preview h3 {
	font-size: 19px;
	margin: 5px 0;
	font-style: italic;
	text-decoration: underline;
}

.logo-preview hgroup:hover {
	color: #d52;
}

.logo-preview .alignright {
	float: right;
	text-align: right;
	margin: 10px 20px 15px 0;
}

.logo-preview .alignleft {
	float: left;
	text-align: left;
	margin: 10px 0 15px 20px;
}

.white-background {
	background-color: #fff;
	color: #000;
}

.black-background {
	background-color: #000;
	color: #fff;
}

.preloader {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: auto;
}

.cnhk-data {
	display: none;
}