
/*
This file controls the look of the Live shoutbox...
*/

#chatoutput {
margin: 2px auto;
height: 250px;
width: 98%;
font: 11px helvetica, arial, sans-serif;
color: black;
background: #FFF4D1;
overflow: auto;
}

#lastMessage {
padding-bottom: 2px;
text-align: center;
color: #000000;
background: #FFF4D1;
border-bottom: 2px dotted #000000;
}

#responseTime {
font-style: normal;
}

#chatoutput ul#outputList li {
padding: 2px;
margin: 0 auto;
color: #000000;
background: none;
font-size: 12px;
}

.chat_user{
color: yellow;
font-weight: bold;
}

.chat_time{
color: red;
font-weight: bold;
font-style: italic;
}

#chatForm input, #chatForm textarea {
width: 110px;
display: block;
margin: 0 auto;
}

#chatForm textarea {
width: 95%;
}


#chatForm input#submitchat {
width: 30%;
margin: 10px auto;
border: 2px outset;
padding: 2px;
}
