body {
	font-family: helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 0.8em;
	text-align: left;
	background-color: #5F7797;
}

#chatform {
	padding:0px;
	margin:3px;
    width: 152px;
	background-color: #5F7797;
	padding-bottom: 6px;
}

input, textarea, select {
 background-color: #CCCCCC;
 border-style: solid;
 border-width: 1px;
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #000000;
 padding: 0px;
}

#chatinputmessage {
     background-color: #CCCCCC;
     border-style: solid;
     border-width: 1px;
     font-family: verdana, arial, sans-serif;
     font-size: 10px;
     color: #000000;
     padding: 0px;
     width: 150px;
}
#chatinputname {
     background-color: #CCCCCC;
     border-style: solid;
     border-width: 1px;
     font-family: verdana, arial, sans-serif;
     font-size: 10px;
     color: #000000;
     padding: 0px;
     width: 148px;
}
#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:3px 3px 3px 5px;
	overflow: hidden;
        width: 152px;
        height: 580px;
}

#chatoutput ul li {
	background:#8CB4D7 url(images/liback.png) repeat-x bottom;
	padding:0px 0px 3px 3px;
	margin:0px;
	color:#000000;
	line-height: 125%;
	margin-bottom:3px;
	font-size: 0.8em;
        width: 144px;
}

#chatoutput ul li span.name {
	display: block;
	background:url(images/bubble.png) no-repeat left;
	padding-left:18px;
	font-weight: bold;
	color: #DFE5EB;
	font-weight: normal;
	font-size: 0.9em;
}

#chatoutput ul li:hover span.name {
	color: #FFF;
	background:url(images/bubblehover.png) no-repeat left;
}


#submitchat {
    background: #CCCCCC;
    border-top:    2px double #DACCB2;
    border-right:  2px double #9F9177;
    border-left:   2px double #DACCB2;
    border-bottom: 2px double #9F9177;
    color: #333;
    display: block;
    width: 44px;
    margin: 4px auto;
    padding: 1px 1px;
}


#chatinput {
     background-color: #CCCCCC;
     border-style: solid;
     border-width: 1px;
     font-family: verdana, arial, sans-serif;
     font-size: 10px;
     color: #000000;
     padding: 0px;
}
#chatlabel {
	color: #CCCCCC;
	display: block;
	margin-top:6px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 0.8em;

}

#chatoutput {
	text-align: left;
	margin-right: 0px;
}

#newwindow {
	text-align: left;
	margin-left: 45px;
	font-weight: bold;
	font-size: 0.8em;
    text-decoration: none;
}