*:focus {
    outline: none;  
}

.pure_rte {
	border:1px #A9A9A9 solid;
	/*width:500px;*/
	background-color: white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

.pure_rte .prte_toolbar {
	position:relative;
	z-index:10;
	height:41px;
	background-image:url('../themes/light/toolbar.png');
	background-repeat:repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	overflow:hidden;
	display:none;
}

.pure_rte .prte_toolbar .prte_button {
	width:36px;
	height:34px;
	float:left;
	background-image:url('../themes/light/break.png');
	background-repeat:no-repeat;
	background-position:right 4px;
	cursor:pointer;
}

.pure_rte .prte_toolbar .prte_button:hover, .pure_rte .prte_toolbar .prte_button.prte_on {
	background-color:#E5E8EF;
	border:1px #C9D0DA solid;
	border-top:none;
	margin-left:-1px;
	width:35px;
}
.pure_rte .prte_toolbar .prte_button.prte_first:hover {
	border-left:none;
	margin-left:0px;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius: 3px;
}

.pure_rte .prte_toolbar .prte_button div, .pure_rte .prte_toolbar .prte_button a {
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	width:100%;
	height:34px;
}

.pure_rte .prte_toolbar .prte_button [command='underline'] {
	background-image:url('../themes/light/icons/underline.png');
}
.pure_rte .prte_toolbar .prte_button [command='italic'] {
	background-image:url('../themes/light/icons/italic.png');
}
.pure_rte .prte_toolbar .prte_button [command='bold'] {
	background-image:url('../themes/light/icons/bold.png');
}
.pure_rte .prte_toolbar .prte_button [command='insertUnorderedList'] {
	background-image:url('../themes/light/icons/bullet.png');
}
.pure_rte .prte_toolbar .prte_button [command='html'] {
	background-image:url('../themes/light/icons/html.png');
}
.pure_rte .prte_toolbar .prte_button [command='href'] {
	background-image:url('../themes/light/icons/href.png');
}

.pure_rte .prte_editor {
	position:relative;
	z-index:1;
	min-height:150px;
	padding:10px;
}

.pure_rte .html_editor {
	width:95%;
	resize: none;
	padding:10px;
	border:0px;
	display:none;
	min-height:140px;
}