/* BBcodes */
.bbcodes {
	width: 100%;
	background: #fafafa;
	box-shadow: 0 0 1px 0 #e4e4e4;
	padding: 0 5px;
	margin-top: 10px;
}
.bbcodes i {
	display: inline-block;
	padding: 7px 8px;
	color: #8f8f8f;
	cursor: pointer;
	font-size: 11px;
}
.bbcodes i:hover {
	background: #f2f2f2;
}

.ui-dialog {
	border: 1px solid #c2c2c2;
	background: #fcfcfc;
	border-radius: 2px;
	padding: 0;
}
.ui-dialog-titlebar, .ui-button, .ui-button:hover {
	background: #c2c2c2 !important;
	border-radius: 0 !important;
	border: 0 !important;
	color: #fff !important;
	outline: none !important;
}