.rte-zone{
	width:300px;
	margin:0;
	padding:0;
	height:160px;
	border:1px #999 solid;
    clear:both;
}

.rte-toolbar { 
	overflow:hidden; 
}

.rte-toolbar ul {
	padding:0;	
	margin:0;
}

.rte-toolbar li {
	float:left;
	list-style-type:none;
	padding: 0 3px 3px 0;
}

.rte-toolbar select {

}

.rte-toolbar a {
	height: 20px;
	width: 20px;
	display:block;
	text-indent: -100em;
	overflow: hidden;
}

.rte-toolbar .bold {
	background: url(images/rte_bold.png) no-repeat;
	}
.rte-toolbar .italic {
	background: url(images/rte_italic.png) no-repeat;
	}
.rte-toolbar .unorderedlist {
	background: url(images/rte_unordered.png) no-repeat;
	}
.rte-toolbar .orderedlist {
	background: url(images/rte_ordered.png) no-repeat;
	}		
.rte-toolbar .link {
	background: url(images/rte_link.png) no-repeat;
	}
.rte-toolbar .image {
	background: url(images/rte_image.png) no-repeat;
	}
.rte-toolbar .html-code {
	background: url(images/rte_html.png) no-repeat;
	}				
.rte-toolbar .html-rte {
	background: url(images/rte_rte.png) no-repeat;
	}

.ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); }