@charset "utf-8";
{   margin: 0;  
    padding: 0;  
}  
  
/* Tell the browser to render HTML 5 elements as block */  
header, aside 
{	display: block;}  
  
body 
{	margin: 50 auto;  
    font: font-family: Helvetica, Arial, sans-serif; 
    font-size: 14px;
	bgcolor: #9ac8f3;
}  

iframe
{	border-style: none;
	padding: 0px;}

.chatrow
{	border-style: none;
	display:table-row;}

.chatcell
{
	padding: 2px;
	border-style: none;
	display: table-cell;
	text-align: center;
}

aside {  
    padding: 10px;  
    display: table-cell;  
    vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	width: 200px;}  
	
h1 {  
    font-size: 20px;  
    padding: 2px 0px 0px 2px; 
	font-weight: normal;  
    color: #7070b7;}  
    
#h0 
{
	border: 2px solid #818cda;
	border-radius: 6px;
	height:22px;
	font-size: 16px;
	padding: 2px 5px 5px 5px;
	font-weight: normal;
	text-align: center;
	color: #7070b7;
}  
	  
#chatbox
{	/*border: 2px solid #818cda;
	border-radius: 6px; */
	overflow: auto;
	position: relative;
	width: 95%;
	height: 100px;}

#twin
{	padding: 5px;
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	position: absolute;
	bottom: 0;	
} 

#mwin
{	maxlength: 250;	/* max number of characters allowed to enter */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	autofocus: true;
	overflow: hidden;
	wrap: virtual;
	height:18px;
	padding: 5px;  
    text-align: left;
	border: 2px solid #818cda;
	border-radius: 6px;}
	
#nickwin
{	maxlength: 8;	/* max number of characters allowed to enter */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	overflow: hidden;
	height:18px;
	padding: 5px;  
    text-align: left;
	vertical-align: bottom;
	border: 2px solid #818cda;
	border-radius: 6px;}	

#sbut,#rbut
{	height: 35px;
	width: 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	border: 2px solid #818cda;
	border-radius: 6px;}
	
#nbg
{	height: 37px;}

A:link
{ 	color: #818cda;
  	font-weight: bold;
	text-decoration : none;}

A:visited
{ 	color: #818cda;
  	font-weight: bold;
	text-decoration : none;}
   
A:hover
{ 	color: #C29538;
  	font-weight: bold;
	text-decoration : none;}

A:active
{ 	color: #550000;
  	text-decoration : none;}
   
