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

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


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

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

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

.button{
	border:1px solid;
	padding:4px;
	background-color:#FFF;
	font-weight:bold;
	text-decoration:none;
}


/*************** LOGIN SCREEN ******************/
#login_block{
	width:275px;	
	height:143px;
	float:right;
	background-image:url('../img/login/login_background.png');
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:-143px;
}
#login_slide{
	width:275px;	
	height:43px;
	float:right;
	background-image:url('../img/login/login_background_tab_login.png');
	background-position:bottom;
	background-repeat:no-repeat;
	color:#6b6b6b;
	font-weight:bold;
	cursor:pointer;
}

#logged_in_slide{
	width:275px;	
	height:110px;
	float:right;
	background-image:url('../img/login/login_background_tab_logout.png');
	background-position:bottom;
	background-repeat:no-repeat;
	color:#6b6b6b;	
}

.login_input{
	background-image:url('../img/login/input.png');
	border:0px;
	width:209px;
	height:30px;
	color:#b1b1b1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
}
