#invitation_chat {
	float:left;
	width:190px;
	color:#F00;
	margin:-5px 0 10px 0;
	border:none;
	font-size:11px;
	text-align:center;}
#invitation_chat a {
	color:#069;
	text-align:left;
	text-decoration:none;}
#invitation_chat a:hover {
	color:#F36;
	text-decoration:none;}
	
#chat-top-window {
	float:left;
	width:100%;
	text-align:center;
	font-weight:bold;
	height:20px;}
	
#top_chat {
	float:left;
	width:100%;
	height:145px;
	clear:both;
	padding:1px;
	color:#555;
	font-size:13px;
	background-color:#dbe7f5;}

#top-left-chat {
	float:left;
	width:100px;
	text-align:center;
	margin:5px;}
#top-left-chat a {
	font-size:13px;
	color:#069;
	text-decoration:none;}
#top-left-chat a:hover {
	color:#F36;
	text-decoration:underline;}
#top-left-chat img {
	padding:1px;
	border:solid 1px #999;}

#top-right-chat {
	float:left;
	width:390px;
	text-align:center;}
	
#top-right-chat-links {
	float:left;
	width:100%;
	clear:both;
	height:45px;
	line-height:30px;
	text-align:right;}

#message-block {
	float:left;
	width:100%;
	height:18px;
	text-align:right;
	font-weight:normal;}
#message-block a {
	text-decoration:underline;
	color:#069;}
#message-block a:hover {
	text-decoration:underline;
	color:#F36;}

#user-blocked {
	float:left;
	width:100%;
	height:18px;
	color:#F00;
	font-weight:bold;
	font-size:14px;
	text-align:right;}
	
#dialog_chat_top {
	float:left;
	width:500px;
	height:45px;
	background: url(../act/layout/chat-dialog-box-top.png);}
	
#dialog_chat_bottom {
	float:left;
	width:500px;
	height:10px;
	background: url(../act/layout/chat-dialog-box-bottom.png);}

#dialog_chat_content {
	float:left;
	clear:both;
	width:500px;
	height:255px;
	overflow:auto;}

#dialog_chat_left, #dialog_chat_right {
	float:left;
	width:7px;
	height:255px;}

#dialog_chat_left {
	background: url(../act/layout/chat-dialog-left.png) repeat-y;}
#dialog_chat_right {
	background: url(../act/layout/chat-dialog-right.png) repeat-y;}

#dialog_chat {
	float:left;
	width:486px;
	height:255px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
	background-color:#FFF;}
	
#dialog-rows {
	float:left;
	width:90%;
	clear:both;
	margin: 0 0 2px 5px;}
#dialog-rows b {
	font-weight:bold;}

#bottom_chat {
	float:left;
	height:120px;
	width:100%;
	clear:both;
	margin:10px 0 0 10px;
	padding:0 0 10px 0;}
	
#refuse_chat {
	float:left;
	width:450px;
	background:none;
	text-indent:35px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#F00;}
	
#btn_block {
	float:right;
	width:140px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#555;
	background:url(../act/layout/btn-block.png);
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
	
#top-right-chat-links a {
	color:#555;
	text-decoration:none;}