/* CSS Document */

#shoutbox #output
{
border:1px solid #ccc;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:10px;
padding:5px;
width:325px;
height:330px;
overflow-x: hidden;
overflow-y: scroll;
}

#shoutbox #output p
{
padding-left:14px;
background-image:url('arrow.gif');
background-repeat:no-repeat;
background-position:0px 1px;
margin-bottom: 0px;
}

#shoutbox #output p em
{
color:#006;
font-style:normal;
}

#shoutbox form
{
padding:5px;
margin:10px;
border:0px solid #666;
width:320px;
}

#shoutbox input
{
border:1px inset #ccc;
line-height:13px;
font-size:13px;
padding:2px 0px;
}

#shoutbox #nick
{
width:100px;
}

#shoutbox #message
{
width:200px;
}

#shoutbox #submit
{
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
width:50px;
height: 20px;
padding:1px;
border:1px outset #555;
}

#shoutbox #refresh
{
width:15px;
}

#shoutbox #width, #shoutbox #height
{
width:25px;
}

#shoutbox #footnote
{
padding:5px 10px;
font-size:9px;
color:#999;
}

#shoutbox #footnote a
{
color:#999;
text-decoration:none;
}

