.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="file"],
.cnhk-form select{
	margin: 3px 15px;
	width: 20%;
}

.cnhk-form label {
	margin: 3px 15px;
}

.cnhk-form input[type="checkbox"] {
	margin: 3px 10px;
}

.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;
}

.background-pattern {
	background: url('../images/background-pattern.png' );
	padding: 0;
	border: 0;
	margin: 0;
	line-height: 0.6em;
}

.background-container {
	padding: 2px 5px;
	margin: 0 15px 5px;
	background-color: #fbfbfb;
	border: 1px solid #eee;
}

.with-background {
	position: relative;
	top: -100%;
}

.wide-200 {
	width: 200px;
}

.wide-300 {
	width: 300px;
}

.wide-400 {
	width: 400px;
}

.cnhkx-preloader {
	vertical-align: middle;
}

.cnhkx-bubble {
	border: 1px solid #bbb;
	background-color: #fbfbfb;
	position: absolute;
	border-radius: 3px;
	box-shadow: 2px 3px 5px #aaa;
}

.cnhkx-bubble ul {
	margin: 0;
	padding: 0;
}

.cnhkx-bubble li > * {
	padding: 5px 20px;
}

.cnhkx-bubble li {
	padding: 5px 0;
	margin: 0;
}

.cnhkx-bubble li:hover {
	background-color: #eaf2fa;
}

.cnhkx-bubble a {
	font-weight: normal;
}

.cnhkx-bubble .cnhkx-form {
	padding: 5px 10px;
}

.cnhkx-bubble .cnhkx-form label{
	display: block;
	font-weight: bold;
}

.cnhkx-bubble .cnhkx-form  input[type="text"] {
	width: 200px;
}

.cnhkx-bubble .cnhkx-form .button-primary{
	margin: 0 10px;
}

.infobubble {
	position: absolute;
	padding: 5px 10px;
	font-size: 0.9em;
	opacity: 0.9;
	border-radius: 3px;
	max-width: 200px;
}

.info-success {
	background-color: #fefcf0;
	border: 1px solid #ffa;
	border-radius: 3px;
}

.info-error {
	background-color: #fef0f0;
	border: 1px solid #faa;
	border-radius: 3px;
}

.cnhkx-popout {
	position: absolute;
	background-color : #444;
	opacity : 0.8;
	border : 2px solid #000;
	vertical-align : middle;
	margin: auto;
	color: #000;
}

.popout-container {
	position: absolute;
	margin: auto;
	padding: 20px;
	background-color: #111;
	border-radius: 5px;
	border: 3px solid #000;
}

.popout-message {
	clear: both;
	padding: 5px;
	margin: 10px 0;
	background-color: #fff;
	opacity: 1;
}

.close-img {
	float: right;
	margin-bottom: 15px;
	cursor: pointer;
}

.close-link {
	font-size: 1.2em;
	margin: 5px 0;
}

.uploadify {
	margin: 10px 15px;
}

.upload-limits {
	padding : 10px 15px;
}