#status_frame {
 display:			block;
 background-image:  url("images/grad_white.gif");
 background-position: bottom;
 background-repeat:		repeat-x;
 background-color:		#FFFFFF;
 position:		relative;
 height:		12;
 padding:		5 10 5 10;
 }

#progress {
 float:				left;
 padding-bottom:	5px;
 }

#submit {
 cursor:		pointer;
 }

TR.dialogue_server, TR.dialogue_client, TR.dialogue_prompt {
 font-family:	arial;
 font-size:		12px;
 }

TR.dialogue_client {
 background-color:	#EEEEEE;
 }

TR.dialogue_prompt {
 font-weight:		bold;
 }


TD.label_client, TD.label_server, TD.label_prompt {
 vertical-align:	top;
 text-align:		right;
 white-space:		nowrap;
 }

TD.label_client {
 }

TD.label_server {
 }

TD.label_prompt {
 }

INPUT.chat_button {
 font-weight:		bold;
 border:			#CCCCCC 2px solid;
 background-color:	#62AAD1;
 color:				#FFFFFF;
 cursor:			pointer;
 }

 .hardline {
 background-color:	#000000;
 height:			2px;
 }

 #controls
 {
 position:		relative;
 top:			15px;
 left:			-10px;
 display:		inline;
 }
 
 #status {
 position:		relative;
 top:			-22px;
 left:			20px;
 font-family:	helvetica;
 font-size:		15px;
 font-weight:	bold;
 }

#chatter {
 position:		relative;
 background-image:  url("../images/template/chatter_box_complete_new.jpg");
 width:			600px;
 height:		340px;
 }

#chat {
 position:		relative;
 top:			5px;
 left:			-8px;
 display:		block;
 background-color:	#FFFFFF;
 overflow:		auto;
 padding:		10 10 10 10px;
 height:		206px;
 width:			443px;
 }

html>body chat
{
height:			195px;
width:			443px;
}

