.wysiwyg-container {
	overflow: visible;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.wysiwyg-container.wysiwyg-active {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(102,175,233,.6)
}
.wysiwyg-textarea {
	display: block;
	width: 100%;
	height: 10em;
	padding: 0
}
.wysiwyg-wrapper {
	position: relative
}
.wysiwyg-editor {
	position: relative;
	min-height: 1em;
	padding: 10px;
	overflow: auto;
	outline: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
.wysiwyg-toolbar {
	overflow: hidden;
	white-space: nowrap
}
.wysiwyg-toolbar-top {
	border-bottom: 1px solid #ccc;
	padding: 0
}
.wysiwyg-toolbar-bottom {
	border-top: 1px solid #ccc;
	padding: 0 5px
}
.wysiwyg-toolbar a {
	vertical-align: top
}
.wysiwyg-placeholder {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ccc;
	background: transparent
}
.wysiwyg-popup {
	position: absolute;
	z-index: 9999;
	color: #000;
	background: #fff;
	background: rgba(255,255,255,.9);
	left: -50%;
	white-space: nowrap;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.wysiwyg-popup.wysiwyg-popuphover {
	margin-top: 9px
}
.wysiwyg-popup.wysiwyg-popuphover:after {
	position: absolute;
	left: 50%;
	bottom: 100%;
	border: solid transparent;
	content: '';
	width: 0;
	height: 0;
	margin-left: -8px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 8px solid #aaa
}
.wysiwyg-toolbar-icon {
	display: -moz-inline-stack;
	display: inline-block;
*display:inline;
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
*zoom:1;
	vertical-align: top;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 12px;
	font: 16px FontAwesome;
	-moz-transition: color .2s, background .2s;
	-webkit-transition: color .2s, background .2s;
	-ms-transition: color .2s, background .2s;
	-o-transition: color .2s, background .2s;
	transition: color .2s, background .2s
}
.wysiwyg-toolbar-icon:hover {
	color: HighlightText;
	background-color: Highlight;
	-moz-transition: color .2s, background .2s;
	-webkit-transition: color .2s, background .2s;
	-ms-transition: color .2s, background .2s;
	-o-transition: color .2s, background .2s;
	transition: color .2s, background .2s
}
.wysiwyg-toolbar-form {
	padding: 10px;
	white-space: nowrap
}
.wysiwyg-toolbar-form .wysiwyg-toolbar-icon {
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
.wysiwyg-toolbar-color {
	width: 12px;
	height: 12px;
	cursor: pointer
}
.wysiwyg-input {
	display: -moz-inline-stack;
	display: inline-block;
*display:inline;
	color: #000;
	background: none #fff;
	border: 1px solid #aaa;
	width: 20em;
	height: 20px;
	padding: 5px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	outline: 0
}
.wysiwyg-input.wysiwyg-inputtextarea {
	width: 100%;
	height: 5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none
}
.wysiwyg-input:hover, .wysiwyg-input:active, .wysiwyg-input:focus {
	border-color: #777
}
.wysiwyg-browse {
	position: relative;
	left: 0;
	top: 0;
	height: 3em;
	line-height: 3em;
	border: 2px dashed #aaa;
	padding: 10px;
	color: #aaa;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	cursor: pointer
}
.wysiwyg-browse:hover, .wysiwyg-browse:active, .wysiwyg-browse:focus {
	color: #000;
	border-color: #777
}
.wysiwyg-embedcode {
	margin-bottom: 10px
}
