h1  {position: relative; z-index:2;}
h1 img {margin: 10px 0 -2px 0; position: relative;}


/*status*/
#status {
float: right;
clear: both;
display: inline;
position: relative;
margin-top: -50px;
height: 4.5em;
}
#status p {
float: left;
position: absolute;
right: 0;
bottom: 0;
text-align: right;
line-height: 100%;
display: inline;
padding: 0 30px 10px 0;
background-position: right top;
background-repeat: no-repeat;
width: 320px;
color:#777;
}
#status p.profileOff {background-image:url(../img/admin/profile-off.png);}
#status p.profileOn {background-image:url(../img/admin/profile-on.png);}
#status p.profileOff strong, #status p.profileOn strong {color: #000;}

	



/* network edit header */
.networkedithead {
width: 738px;
float: left;
clear: both;
margin: 10px 0 0 0px;
border-bottom: 1px solid #aaa;
padding: 2px 0 3px 0;
border-top: 1px solid #aaa;
}
.networkedithead h2 {
float: left;
clear: none;
padding: 3px 0 0 0px;
font-weight: normal;
color: #111;
}