/* CSS Document */
body{
	margin:0px;
	padding:0px;
}
div{
	margin:0px;
	padding:0px;
}

/*主界面样式*/
#nc_skin_main{
	width:160px;
}
#nc_skin_main > div{
	margin:0px;
	padding:0px;
	font-size:12px;
}
#nc_skin_header{
	height:22px;
	background:url("../images/skin_01.gif") no-repeat bottom;
}
#nc_skin_name{
	clear:left;
	float:left;
	width:131px;
	height:20px;
}
#nc_skin_close{
	clear:right;
	float:left;
	width:20px;
	height:20px;
	cursor:hand;
}
#nc_skin_intro{
	height:20px;
	background:url("../images/skin_02.gif");
}
#nc_skin_text{
	color:#FFF;
	font-size:12px;
	line-height:22px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
#nc_skin_body{
	padding:0px;
	margin:0px;
	background:url("../images/skin_04.gif");
}
#nc_skin_body a{
	display:block;
}
#nc_skin_body_header{
	height:5px;
	line-height:5px;
	background:url("../images/skin_03.gif");
}
#nc_skin_body_bottom{
	height:5px;
	line-height:5px;
	background:url("../images/skin_05.gif");
}
#nc_skin_bottom{
	height:32px;
	background:url("../images/skin_06.gif") no-repeat bottom;
	cursor:hand;
}
.nc_m_online_red{
  color:#FF0000;
}
.nc_m_online_black{
  color:#000000;
}

div.nc_skin_btn{
	margin:0px 6px;
	width:148px;
	height:19px;
	background:url("../images/skin_07.gif") no-repeat center center;
	line-height:19px;
	font-size:12px;
	text-align:center;	
}
div.nc_f_online{
	margin:0px 10px;
	width:140px;
	height:22px;
	line-height:22px;
	font-size:12px;
	text-align:left;
	color:#FF3000;
}
div.nc_f_online a{
	color:#FF3000;
	text-decoration:none;
}
div.nc_f_online a:hover{
	color:#FF3000;
	text-decoration:underline;
}
div.nc_m_online{
	margin:0px 10px;
	width:140px;
	height:22px;
	line-height:22px;
	font-size:12px;
	text-align:left;
	color:#0030FF;
}
div.nc_m_online a{
	color:#0030FF;
	text-decoration:none;
}
div.nc_m_online a:visited{
	color:#0030FF;
	text-decoration:none;
}
div.nc_m_online a:hover{
	color:#0030FF;
	text-decoration:underline;
}
div.nc_mf_offline{
	margin:0px 10px;
	width:140px;
	height:22px;
	line-height:22px;
	font-size:12px;
	text-align:left;
}
div.nc_mf_offline a{
	color:#555;
	text-decoration:none;
}
div.nc_mf_offline a:hover{
	color:#555;
	text-decoration:underline;
}

/*聊天界面样式*/

#nc_talk_main{
	width:300px;
	font-size:12px;
}
#nc_talk_header{
	height:25px;
	background:url("../images/talk_01.gif") no-repeat bottom;
}
#nc_talk_name{
	clear:left;
	float:left;
	width:266px;
	height:24px;
}
#nc_talk_close{
	clear:right;
	float:left;
	width:20px;
	height:24px;
	cursor:hand;
}
#nc_talk_intro{
	height:5px;
	background:url("../images/talk_02.gif");
}
#nc_talk_text{
	padding-top:2px;
	font-size:12px;
	text-align:center;
	line-height:20px;
	color:#FFF;
}
#nc_talk_msg{
	background:url("../images/talk_03.gif");
	text-align:center;
}
#nc_talk_msg textarea.ftext{
	border:0px;
	width:284px;
	height:160px;
	line-height:20px;
}
#nc_talk_sp{
	background:url("../images/talk_04.gif");
	height:22px;
	line-height:7px; 
}
#nc_talk_send{
	background:url("../images/talk_03.gif");
	text-align:center;
}
#nc_talk_send textarea.ftext{
	border:0px;
	width:284px;
	height:70px;
	line-height:20px;
}
#nc_talk_bottom{
	height:41px;
	background:url("../images/talk_06.gif");
	text-align:left;
	line-height:41px;
	padding-left:10px;
}
input.fbtn1{
	margin:12px 0px 0px;
	padding:0px;
	height:21px;
	width:72px;
	background:url("../images/fbtn1.gif");
	border:0px;
	font-size:12px;
	line-height:21px;
	cursor:hand;
}
input.fbtn2{
	margin:12px 0px 0px;
	padding:0px;
	height:21px;
	width:72px;
	background:url("../images/fbtn2.gif");
	border:0px;
	font-size:12px;
	line-height:21px;
	cursor:hand;
}
input.fbtn3{
	margin-left:42px;
}

/*消息界面样式*/


#nc_msg_header{
	height:26px;
	background:url("../images/msg_01.gif") no-repeat bottom;
}
#nc_msg_name{
	clear:left;
	float:left;
	width:368px;
	height:24px;
}
#nc_msg_close{
	clear:right;
	float:left;
	width:20px;
	height:24px;
	cursor:hand;
}
#nc_msg_text{
	height:126px;
	background:url("../images/msg_02.gif");
}
#nc_msg_text div{
	padding:35px 10px 10px 40px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#039;
	text-align:left;
}
#nc_msg_bottom{
	height:8px;
	line-height:8px;
	background:url("../images/msg_03.gif");
}
input.fbtn4{
	margin-left:230px;
}
/*留言界面*/
#nc_lw_main{
	width:300px;
	font-size:12px;
}
#nc_lw_notice{
	height:30px;
	background:url("../images/lw.gif");
	padding:7px 10px 0px 10px;
	line-height:16px;
	font-weight:bold;
	color:#0066CC;
}
#nc_lw_top{
	height:5px;
	background:url("../images/talk_02.gif");
}
#nc_lw_table{
	padding:0px 10px;
	background:url("../images/talk_03.gif");
	line-height:24px;
}
#nc_lw_table input.finput{
	border:1px solid #BBB;
	font-size:12px;
	line-height:16px;
	height:16px;
}
#nc_lw_table textarea.ftext{
	border:1px solid #BBB;
	width:276px;
	height:100px;
	line-height:24px;
	font-size:12px;
}
#nc_lw_bottom{
	height:41px;
	background:url("../images/talk_06.gif");
	text-align:left;
	line-height:41px;
	padding-left:10px;
}
input.fbtn5{
	margin-left:100px;
}