html, body{
color:#000;
background:#000;
}



textarea {
width:100%;
height:400px;
}

.absolutewindow {
width:250px;
display:none;
position:absolute !important;
text-align:center;
z-index:2;
border:1px #4e1f0f solid;
}

.absoluteheader {
height:25px;
width:229px;
background-color:#fdf5d6;
padding:0 10px 0 10px;
font-weight:bold;
color:#c1390d;
border-bottom:1px #4e1f0f solid;
}

.adminplace {
background-color:#f4fefe;
text-align:left;
color:#000;
}

.adminplace a {color:#000}