.logout, .edit {
	float:			right;
	font: 			normal 11px Verdana, sans-serif;
}
.logout a, .edit a {
	display:		block;
	color:			#000;
	border-top:		solid #FFE17F 1px;
	border-left:	solid #FFE17F 1px;
	border-bottom:	solid #6B550E 1px;
	border-right:	solid #6B550E 1px;
	padding:		2px 5px 3px 33px;
	margin:			2px;
	background:		#FFCB21 url("../images/icons/logout.gif") no-repeat scroll left center;
}
.edit a {
	padding-left:	20px;
	background: 	#FFCB21 url("../images/icons/edit.gif") no-repeat;
}


#fontsize {
	float: 			left;
}

/* TABLE */
#content textarea, #content .title_edit {
	width:			490px;
}

.debug {
	margin:			0;
	padding:		10px;
	color:			#000;
	background-color: 	#666;
	border:			solid 1px #000;
}

