ul.CRList {
	position: relative;
	margin: 0;
	min-width: 100%;
	background-color: #EEE;
	overflow: hidden;
	visibility: hidden;
}
ul.CRList li {
	display: box; display: -webkit-box; display: -moz-box; display: -o-box; display: -ms-box;
	position: relative;
	margin: 0 0 1px;
	padding: 0;
	height: 50px;
	background-color: #FFF;
	box-align: center; -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-box-align: center;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.8em;
}
ul.CRList li.close {
	display: none;
}

ul.CRList li:empty {
	display: none;
}
ul.CRList li.label {
	height: auto;
	min-height: 24px;
	border-bottom: none;
	background-color: #AAA;
	color: #FFF;
}

ul.CRList li.tool.close,
ul.CRList li.editor.close,
ul.CRList li.message.close {
	display: none;
	color: #FFF;
}
ul.CRList li.tool {
	background-color: rgba(255, 139, 14, 1);
}
ul.CRList li.editor {
	background-color: rgba(255, 139, 14, 1);
}
ul.CRList li.message {
	background-color: rgba(255, 5, 45, 1);
	color: #FFF;
}
ul.CRList li.empty {
	padding: 0 10px;
	background-color: rgba(255, 5, 45, 1);
	color: #FFF;
}
ul.CRList li.item {
	cursor: pointer;
}
ul.CRList li.item.selected {
	background-color: rgba(255, 213, 5, 0.8);
	cursor: move;
}
ul.CRList li.temp {
	display: block;
	background-color: rgba(0, 0, 0, 0);
}

ul.CRList li form {
	display: inherit;
	width: 100%;
}

ul.CRList li div {
	padding: 0 5px;
	line-height: 1.2em;
	overflow: hidden;
	box-sizing: border-box;
}
ul.CRList li div.button {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: auto;
	padding: 0;
	overflow: hidden;
}
ul.CRList li div.button a {
	display: box; display: -webkit-box; display: -moz-box; display: -o-box; display: -ms-box;
	float: left;
	margin: 0;
	width: 60px;
	height: 100%;
	box-align: center; -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-box-align: center;
	color: #FFF;
	background-color: rgba(5, 201, 255, 0.9);
	cursor: pointer;
}
ul.CRList li div.button a.edit,
ul.CRList li div.button a.cancel {
	background-color: rgba(255, 113, 5, 0.8);
}
ul.CRList li div.button a.add,
ul.CRList li div.button a.apply,
ul.CRList li div.button a.delete {
	background-color: rgba(255, 53, 5, 0.8);
}
ul.CRList li div.button a span {
	display: block;
	width: 100%;
	text-align: center;
}
a.closeMe {
	color: #FFF;
}

ul.CRList li.tool div,
ul.CRList li.editor div {
	line-height: 22px;
}

ul.CRList li div input[type='text'],
ul.CRList li div input[type='password'] {
	display: inline-block;
	padding: 2px 5px;
	margin: 0;
	border-radius: 3px;
	width: 100%;
	height: 22px;
	border: none;
	box-sizing: border-box;
}
ul.CRList li div input[readonly] {
	color: #999;
	background-color: #EEE;
}
ul.CRList li.fix {
	padding: 0;
	background-color: rgba(147, 206, 222, 1);
	color: rgba(49, 137, 161, 1);
	cursor: pointer;
}
ul.CRList li.fix:hover {
	color: #FFF;
}
ul.CRList li.fix div.new {
	padding: 0;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
}