#admin {
position:relative;
}

#admin a.bt_edit, #admin a.bt_delete, #admin a.bt_see, #admin a.bt_on, #admin a.bt_off {
display:block;
width:16px;
height:16px;
text-indent:-10000px;
overflow:hidden;
}

#admin a.bt_edit { background-image:url(../imagens/pencil_add.png); }
#admin a.bt_delete { background-image:url(../imagens/cross.png); }
#admin a.bt_see { background-image:url(../imagens/eye.png); }
#admin a.bt_on { background-image:url(../imagens/on.png); }
#admin a.bt_off { background-image:url(../imagens/off.png); }


/* Opções */

#admin .opcoes {
position:relative;
height:30px;
background:url(../imagens/bg_topo.gif) center bottom no-repeat;
text-align:center;
margin:0 0 10px 0;
}

#admin .opcoes a {
margin:0 7px;
font-size:12px;
font-weight:bold;
}




/* Títulos */

#admin h3 {
margin:0 0 10px 0;
}


/* Notícias */

#noticias form .foto {
position:relative;
margin:0 0 10px 100px;
}

#noticias form .foto a.bt_delete {
position:absolute;
top:5px;
left:5px;
}


/* Vips */

#vips form fieldset {
position:relative;
}

#vips form fieldset .logo {
margin:10px 0 10px 100px;
}

#vips form fieldset div.foto {
position:absolute;
left:415px;
top:0;
}

#vips form fieldset div.foto a.bt_delete {
position:absolute;
top:5px;
left:5px;
}