.translucent 
{ 
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5; 
}
.selected {
	background-image: url(img/editor_items/frame.gif);
	border: none;
}
.unselected {
	border: none;
}
img:hover.unselected {
	background-image: url(img/editor_items/frame.gif);
	border: none;
}
.tool_btn {
	background: url(/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png) repeat-x;
	border: 1px solid #cccccc;
	height: 20px;
	width: 20px;
	padding: 2px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
img:hover.tool_btn {
	background-position:0 -10px;
	border: 1px solid #777777;
}
input:hover.tool_btn {
	background-position:0 -10px;
	border: 1px solid #777777;
}

#wptune_items_view {
	min-height:202px;
	padding: 7px;
}
.wptune_hidden {
	display: none;
}
.wptune_tools {
	background: url(/wp-admin/images/gray-grad.png) repeat-x scroll rgb(223, 223, 223);
	border-color: rgb(223, 223, 223);
}
#wptune_options {
	height: 30px;
	padding: 2px;
	vertical-align: middle;
}
.postbox {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-color: #dfdfdf;
}
.shortList {
	width:100px;
}
