.jcp-container {
	position: relative;
}
.jcp-loading:before {
	content: 'Loading...';
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 0 0;
	background: #B2B2B2;
	background: rgba(0,0,0,.4);
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.jcp-loading.jcp-loading:after {
	margin-top: -24px;
}
.jcp-toolbar {
	height: 23px;
	padding: 5px;
	border: 1px solid #D6D3D3;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	background: #E3E3E3;
	background: -webkit-linear-gradient(#E9E9E9, #E0E0E0);
	background:         linear-gradient(#E9E9E9, #E0E0E0);
}
.jcp-toolbar a {
	float: left;
	min-width: 12px;
	height: 21px;
	margin-right: 3px;
	padding: 0 6px;
	border: 1px solid #C3C3C3;
	border-radius: 4px;
	background: #EAE8E8;
	background: -webkit-linear-gradient(#F9FAFA, #E9E8E8);
	background:         linear-gradient(#F9FAFA, #E9E8E8);
	font: 12px/20px Verdana, Arial, sans-serif;
	color: #444;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.jcp-toolbar .jcp-preview-tab {
	float: right;
	margin: 0;
}
.jcp-toolbar .btn-strong {
	font-weight: bold;
}
.jcp-toolbar .btn-em {
	font-style: italic;
}
.jcp-toolbar .btn-a {
	color: #00F;
	text-decoration: underline;
}
.jcp-toolbar a:hover {
	border-color: #AAA;
	background: #E9E8E8;
}
.jcp-toolbar a:active {
	background: #DDD;
}
.jcp-toolbar a b {
	display: none;
}
.jcp-toolbar .jcp-smiles {
	position: relative;
	padding: 0 1px;
}
.jcp-smiles span {
	position: absolute;
	z-index: 10;
	bottom: -1px;
	left: -1px;
	display: none;
	width: 105px;
	border: 1px solid #C3C3C3;
	border-radius: 4px;
	background: #F6F5F5;
}
.jcp-smiles:hover span {
	display: block;
}
.jcp-smiles img {
	float: left;
	padding: 3px;
}
.jcp-preview {
	padding: 10px;
	border: 1px solid #D6D3D3;
}