b#html, body {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
height: 100%;
FONT-FAMILY:sans-serif,Helvetica,Verdana,Arial;
background-color:#252525;
}


#messagewindow {
height: 450px;
width:550px;
border: 4px solid;
border-color: #004054;
padding: 5px;
background-color:#FFD451 ;
overflow:auto;
}
#wrapper {
width: 500px;
}

label{
color:#ECAC00;
display: block;
margin-bottom:10px;
}

textarea{
width:550px;
height:50px;
margin-bottom:20px;
}

p.messagetxt{
width: auto;
height:auto;
font-size: 12px;
margin:0;
}

p.datum{
font-size:11px;
font-style: italic;
display:inline;
margin: 0 10px;
}

b{
font-weight:bold;
font-size:12px;
margin-top:5px;
}