a.editbutton, a.editbutton:visited { 
position: absolute;
right: 5px;
top: 5px;
z-index: 50;
border: 0;
}

a.linkbutton, a.linkbutton:visited { 
position: absolute;
right: 25px;
top: 5px;
z-index: 50;
border: 0;
}

/*	content		*/
.editor input[type=text], .editor select {
width: 100%;
}

.editor input[type=submit], .editor input[type=button] {
width: 48%;
margin: 7px;
}

.title {
font-size: 28px;
margin: 0 0 10px 0;
}

.author, .created, .edited {
font-size: 14px;
margin: 0px;
}

.new, .edit, .delete {
float: right;
margin: 5px;
}

.new img, .edit img, .delete img {
border: 0px;
}

/* ADMIN PANEL */

#mainnav_wrap {
text-align: center;
width: 100%;
height: 25px;
background-image: url(img/adminpanel_bg.png);
background-position: 0px 0px;
background-repeat: repeat-x;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
z-index: 1000;
}


#mainnav_wrap .container  {
text-align: left;
width: 880px;
height: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
}

#mainnav_wrap ul  {
text-align: right;
height: 25px;	
list-style: none;
float: right;
margin-right: 0px;
margin-top: 4px;
}

#mainnav_wrap li  {
float: left;
list-style: none;
overflow: hidden;
font-size: 11px;
line-height: 25px;	
}

#mainnav_wrap li a  {
color: #FFF;
height: 25px;
line-height: 25px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
}

#mainnav_wrap li a:hover {
text-decoration: underline;
}

#mainnav_wrap .nav_welkom  {
background: url(../../images/icons/user.png) left no-repeat;
text-align: left;
height: 25px;	
float: left;
line-height: 25px;
font-size: 11px;
display: block;
color: #FFF;
padding-left: 25px;
}

#message_box {
float: left;
color: #FFF;
text-align: center;
font-size: 10px !important;
height: 15px;
width: 200px;
margin-top: 2px;
margin-bottom:2px;
padding-bottom: 4px;
}

li.sortme { 
color: #000; 
cursor: move; 
list-style: none;  
background: #FFF;
margin-right: 2px; 
border: 1px solid #333;
padding: 2px 8px 2px 8px;
height: 26px;
}

li.sortme:hover {
color: #FFF !important;
}

#homebtn { 
float: left;
padding-top: 4px;
padding-right: 20px;
}