/*  for status change */
#edit_status_select {
border-bottom:1px solid #777777;
border-left:1px solid #777777;
border-right:1px solid #777777;
display:none;
margin-top:-3px;
position:absolute;
width:142px;
z-index:2;
}

#edit_status_select a:hover {
cursor:pointer;
background:#3B5998 none repeat scroll 0%;
color:#FFFFFF;
text-decoration:none;
}

#edit_status_select a {
background:#FFFFFF none repeat scroll 0%;
border-color:#EEEEEE -moz-use-text-color -moz-use-text-color;
border-style:solid none none;
border-width:1px medium medium;
color:#000000;
display:block;
margin:-1px 0px 0px;
overflow:hidden;
padding:3px;
width:136px;
}

input#status_change_text{
border-color:#777777;
border-style:solid none solid solid;
border-width:1px 0pt 1px 1px;
float:left;
height:17px;
padding:2px 2px 2px;
width:124px;
}

a#edit_status_toggle {
cursor:pointer;
text-align:center;
display:block;
float:left;
border-width:1px 1px 1px medium;
padding:2px 0px 2px;
height:17px;
width:14px;
border-color:#777777;
border-style:solid solid solid none;
}

div#stup_status_box {
 display: none;
}

