captcha_linkinput.error, textarea.error { outline: 3px solid #0CF !important;}
body{margin:0px;
		font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	}
.chat_box_container
{
	/*background:#b40838;*/
	background: url('../images/chat-body.png') repeat-y;
	width:270px;
	height:230px;
	color:#000;	
	position:relative;	
	font-size:12px;
	padding-top: 10px;
	
}
.chat_login_error
{
	text-align:center;
	padding-top:5px;	
	font-weight:bold;
	color:#0CF;
}
.chat_pre_login_msg
{
	text-align:center;
	padding-top:20px;	
}
.chat_box_container input[type=text]
{
	padding:5px;	
	border:1px solid #cccccc;
	/*border-radius:8px;*/
	outline:none;
	/*float:left;*/
	width:218px;
}
.chat_login_name 
{
	text-align:center;
	margin:3px 0;
	margin-left: 0px;
}

.chat_validation_code{
	text-align:center;
	margin:3px 0;
	margin-left: 0px;
	position:relative;

}
.chat_validation_code img
{
	vertical-align:top;	
}
.chat_validation_code input
{
	width:80px;
	/*margin-right:10px;*/
}
.chat_login_btn
{	
	background: #ccc;
	text-align:center;
	border-radius: 5px;
	margin-top:52px;
	position: absolute;
	top: -52px;
	right: 9px;	
}
.chat_login_btn input[type=submit]
{
	background: url('../images/enter.png') no-repeat 9px 9px;
	width:40px;
	height: 26px;
	font-size:12px;	
	border-radius:5px;
	padding:2px;
	border:none;
	cursor: pointer;
	/*float: right;
	border:1px solid #ccc;
	border-left:none;
	width:24px;
	height: 30px;
	padding:10px;
	background: #fff;
	border-radius: 0px 0px 5px 0px;*/
}
.chat_content_container
{
	padding-left:10px;
	width: 90%;
	height:220px;
	overflow-y:auto;
}
.chat_title_container
{
	/*display:inline-block;*/
	display: none;
	width:20px;
	vertical-align:top;
	/*height:170px;*/
	height:100%;
	/*border-right:1px solid #fff;*/
	float:left;	
}
.chat_conversation_container
{
	display:inline-block;
	padding-left:10px;
	width:80%;
}
.chat_conversation
{
	margin-bottom:5px;
	text-align:left;
	position: relative;
	margin-left: 20px;
}
.chat_message
{
	position: relative;
	padding:5px;
	background-color:white;
	border-radius:5px;	
	color:black;
	width:100%;
	text-align:left;
	word-wrap:break-word;
}

.chat_message:before
{
	content: "";
	
	position: absolute;
	width:0px;
	height: 0px;
	left:-9px;
	border-left:5px dashed transparent;
	border-top:5px solid white;
	border-right:5px solid white;
	border-bottom:5px dashed transparent;
}
.chat_reply
{
	text-align:right;
	float:right;
	position: relative;
	padding: 6px;

}
.chat_reply .chat_message
{
	background-color: #ffefe2;

}
.chat_reply .chat_message:before
{
	display: none;
}
.chat_message_after{

	
	position: absolute;
	width:0px;
	height: 0px;
	right:-8px;
	top:8px;
	border-left:5px solid #ffefe2;
	border-top:5px solid #ffefe2;
	border-right:5px dashed transparent;
	border-bottom:5px dashed transparent;

}
.chat_conversation_separator
{
	clear:both;
	margin-bottom:20px;
}
.chat_input_div
{
	position:absolute;
	bottom:-13px;
	left:0;
	z-index: 999;
	
	
	/*border-top:3px solid #ccc;	
	border-bottom:3px solid #ccc;*/

	width:100%;
	border-radius:0px 0px 5px 0px;
}
.chat_input_div input[type=text]
{
	
	width:203px;
	height: 40px;
	margin-left:2px;
	border-radius:0px 0px 0px 5px;
	border:1px solid #ccc;
}

.chat_user_img
{
	position: absolute;
	background: url('../images/chat-p-ico.png');
	width:24px;
	height: 24px;
	left: -30px;


}
.chat_reply_img
{
	
	position: absolute;
	background: url('../images/chat-p-ico.png') no-repeat;
	background-position: 0px -24px;
	width:24px;
	height: 24px;
	
	right: -40px;

}
.chat_input_button
{
	float: right;
	border:1px solid #ccc;
	border-left:none;
	/*width:24px;*/
	height: 52px;
	padding:6px;
	margin-right: 8px;
	background: #eee;
	border-radius: 0px 0px 5px 0px;
}

.chat_footer
{
	background: url('../images/chat-footer_2.png') 0px 0px no-repeat;
	width:270px;
	height: 30px;
}
.chat_message_first
{
	
	width:89%;
	margin-left: 2px;
	padding:10px;

	background: #fff;
	color: #29ABE2;
}
.chat_login_name1
{
	position:absolute;
	top: -18px;
	right:20px;
}
#chat_login_form{
	position: relative;
	height: 
}
.chat_header {
background: url('../images/chat-title.png') 0px 0px no-repeat;
width: 270px;
height: 35px;
}
