
/* CSS Document */

.chatstartmsg_div_wrap { 
position:absolute; 
z-index:5; 
top:50;left:0;
background-color:white; 
display:none; 
} 
.chatstartmsg_div { 
border:2px solid silver;
padding:50px; 
text-align:left; 
background-color:whitesmoke; 
} 

.chat_adminleftmenu_div { 
background-color:whitesmoke; 
} 

#chatrightmenu {
float:right;
padding:20px;
border-left:1px solid rgba(192,192,192,0.3);
border-bottom:1px solid /* silver as rgba: */ rgba(192,192,192,0.2);
/* background-color:whitesmoke; */ 
color:#666; 
/* font-size:10pt; */ 
} 
#chatmain { width: 60%; }  

.nounderline a { text-decoration:none; }
.nounderline a:hover { text-decoration:underline; }


.chatrightmenu_div 
{ 
background-color:whitesmoke; 
border-bottom-left-radius:5px; 
} 

input[type="text"],input[type="submit"]
{
border-radius:3px; 
background-color:whitesmoke; 
} 
input[type="text"] 
{
	padding-left:4px; 
} 

.input_chat_start_msg input[type="submit"], .input_chat_start_msg input[type="text"]
{
	width: 200px; 
	font-size: 16px;
	line-height: 16px;
	padding: 2px;
} 

.input_chat_start_msg input[type="text"]
{
	padding-left:4px;
} 

