/* Editor styles */
div.editor {
	width: 542px;
	margin-top: 20px;
}

div.toolbar {
	padding: 5px;
	margin: 0px;
	
	height: 20px;
	
	background-color: white;
	
	overflow: hidden;
}

iframe.editor {
	border: 1px solid white;
	height: 360px;
	
	width: 540px;
}

img.tb_separator {
	float: left;
	
	margin-top: 2px;
	margin-right: 3px;
	
	height: 20px;
}

img.tb_button {
	float: left;

	margin-top: 2px;
	margin-right: 3px;
		
	height: 20px;
	width: 20px;
}

img.tb_button:hover {
	float: left;
	
	border: 1px solid;
	
	height: 20px;
	width: 20px;

	border: 0px;
}

img.tb_button_selected {
	float: left;
	
	border: 1px solid blue;
	
	height: 20px;
	width: 20px;

	margin-top: 1px;
	margin-left: -1px;
	margin-right: 2px;
	margin-bottom: -1px;
}

img.tb_button_disabled {
	-moz-opacity:0.3;  
	opacity: 0.3;
}

select.tb_select {
	float: left;
	
	margin-top: 2px;
	margin-right: 2px;
	
	height: 18px;
	
	z-index: 0;
}
 
div.tb_imageselect_buttonbar {
	clear: both;
	
	padding-top: 5px;
	text-align: right;
	
	height: 30px;
	
	background-color: lightblue;
}

select.tb_imageselect {
	width: 140px;
	height: 300px;
	
	z-index: 0;
}

img.imageselector_preview {
	width: 200px;
	border: 1px solid black;
}


