
#edit_div{
	border:1px solid #595956;	
	position:absolute;
	margin-left:200px;
	margin-top:150px;
	background-color:#f8eca1;
	padding:15px;
	font-size:16px;
	font-weight:bold;
	color:#404040;
}

#edit_div img{
	border:0px;
	padding:0px;
	margin:0px;
	z-index:10000;
}


/*************** EDITOR ************************/

.editor{
	min-height:100px;
	border: 1px solid transparent;
	
}

.editor:hover
{	
	background-image:url('../img/mouseover_background.png');
	background-repeat:repeat;
	cursor:pointer;
	border:1px solid #c8c8c8;
}

.button{
	border:1px solid;
	padding:4px;
	margin:0px 7px 3px 0px;
	background-color:#FFF;
	font-weight:bold;
	text-decoration:none;
	float:left;
}