#chat_window{
	margin-top: 15px;
	margin-left:10px;
	height:240px;
	overflow-y:scroll;
	overflow-x:hidden;
	width:580px;
	border:1px solid #AAB3B8;
	font-family:Tahoma;
	font-size:11px;
}

#chat_window .title{
	background-color:#C7CBE4;
	width:100%;
	padding:2px;
}
#chat_window .title span{
	margin-left:11px;
	font-weight:bold;
}

#chat_window .text{
	width:100%;
	border:0;
	padding:3px;
	color:black;
	margin-bottom:4px;
	line-height:14px;
}

#chat_form{
	font-family: Tahoma;
	margin-left:10px;	
}

#chat_form h2{
	font-size: 12px;
	margin-top: 20px;
	margin-bottom : 5px;
}

#chat_form input{
	width: 430px;
	border:1px solid #AAB3B8;
}

#chat_form .button{
	width: 22px;
	border:none;
	margin-left:15px;
}

#chat_form textarea{
	width:100%;
	height: 160px;
}

#chat_submit{
	margin-top:10px;
	width: 83px !important;
	background-color:#fff;
	border: 2px solid #767676 !important;
}

