span.evo_edit {
	position: relative;
}
span.evo_edit_text
{
	background-color: red;
	color: white;
	cursor:pointer;
	font-size:11px;
	width: 55px;
	padding:2px;

}
span.evo_edit_image
{
	background-color: red;
	color: white;
	cursor:pointer;
	font-size:11px;
	padding:2px;
}

div.evo_edit_box
{
	border: 1px dotted red;
}

span.evo_edit_image img{
	border: 1px dotted red;
	cursor:pointer;
}

.evo_edit_click{
	border-top: 1px dotted red;
	border-left: 1px dotted red;
	border-right: 1px dotted red;
	background-color: #ffffff;
	cursor: pointer;
	position: relative;
	padding: 2px 4px;
	font-weight: bold;
}

div#panel_marker{
	/*display: none;*/

}


table#editImageTable{
	width: 660px;
}
table#editImageTable td{
	width: 220px;
}
#edit_image_select_image_placeholder{
	width: 200px;
	height: 200px;
	overflow: hidden;
}
