/* CSS Document */
.chat_main
{
	width:600px;	
	border:1px solid #0FD527;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:460px;
	padding:0px;
	position:relative;
	font-size:12px;
}

.chat_main .text_container
{
	border:1px solid #0FD527;
	position:absolute;
	top:3px;
	left:3px;
	height:360px;
	width:454px;
	overflow:auto;
	margin:0px;
	padding:0px;
}
.chat_main .text_container .insider
{
	width:420px;
	margin:0px;
}

.chat_main .user_container
{
	border:1px solid #0FD527;
	position:absolute;
	top:3px;
	left:460px;
	height:360px;
	width:136px;
	overflow:auto;
	margin:0px;
	padding:0px;
}
.chat_main .user_container a
{
	display:block;
	width:100px;
	overflow:hidden;
	border-bottom:1px solid #0FD527;
	padding:2px;
	margin:2px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}
.chat_main .user_container a:hover
{
	background-color: #0FD527;
}

.chat_main .user_msg
{
	border:1px solid #0FD527;
	position:absolute;
	left:3px;
	top:366px;
	height:60px;
	width:593px;
}

.chat_main .send_button
{
	position:absolute;
	right:3px;
	bottom:3px;
}
/************popupu***************/
.chat_main .popup
{
	position:absolute;
	top:100px;
	left:100px;
	padding:0px;
	margin:0px;
	border:1px solid #0FD527;
	background-color:#EAEAEA;
	width:400px;
	font-size:12px;
	font-weight:bold;
	display:none;
}
.chat_main .popup .head
{
	background-color:#0FD527;
	margin:0px;
	color:#ffffff;
	padding:5px;
}
.chat_main .popup .content
{
	margin:5px;
	color:#4E4E4E;
}
.chat_main .popup .content .row
{
	height:25px;
	width:390px;
	overflow:auto;
}
.chat_main .popup .content .row span
{
	float:left;
}
.chat_main .popup .content .row input
{
	float:right;
	border:1px solid #4E4E4E;
	font-size:11px;
	width:200px;
}

.p_button
{
	border:1px solid #ffffff;
	background-color:#4E4E4E;
	color:#ffffff;
	padding:3px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.chat_main .popup .p_button
{
	float:right;
	margin-right:10px;
}
.p_button:hover
{
	color:#0FD527;
	
}
/*********************************/