.cnhk-form {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 10px 0px;
}
.cnhk-form legend {
	font-weight: bold;
}

.cnhk-form input[type="text"],
.cnhk-form input[type="password"],
.cnhk-form input[type="checkbox"],
.cnhk-form select,
.cnhk-form label {
	margin: 3px 15px;
	width: 20%;
}

.cnhk-form input[type="submit"] {
	margin: 3px 15px 17px 15px;
}

.cnhk-form p {
	margin: 0px 15px 20px 15px;
}

#cnhk-edit-buttons {
	margin-top: 25px;
}

#cnhk-edit-buttons .button {
	margin: 15px;
}

.cnhk-left-list,
.cnhk-right-list {
	list-style-type: none;
	list-style-position: outside;
	min-height: 400px;
	width: 425px;
}

.cnhk-placeholder {
	border-radius: 5px;
	background-color: #ffffd3;
	border: 3px solid #ffe86d;
}

.cnhk-data {
	display: none;
}