@charset "utf-8";
body{padding:0px; margin:0px auto; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#383f44;  }
div{ margin:0; padding:0;}
.clear{ clear:both;}
.form{padding:0px; margin:0px; background:#fff;  width:500px; overflow:hidden; margin:0 auto; padding-top:20px;}
.form .sc{width:500px;float:left; overflow:hidden; margin-top:5px;}
.form .sc .searleft{ width:95px; float:left; text-align:left; margin-right:8px; font-weight:bold;}
.form .sc .searleft b{color:#FF0000; font-weight:bold; font-size:14px;}
.form .sc .searright{ float:left; width:385px; overflow:hidden;}
.form .sc .searright input{ width:350px; height:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; font-weight:bold; border:1px solid #a5acb2; color:#000000;}
.form .sc .searright textarea{ width:350px; height:140px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; font-weight:normal;border:1px solid #a5acb2; color:#000000;  }
.form .sc .searright .input{ width:120px; margin-left:5px; margin-top:10px; font-weight:bold; font-size:12px;}

.form .spaceinfo{ height:18px; line-height:12px; font-size:0px;}
#showresultmsg{ line-height:20px; color:#000000; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
/*chatsuccess*/
#chatss{ float:left; width:460px; height:370px; overflow:auto;overflow-x:hidden;background:#FFFFFF;filter:alpha(opacity=80);opacity:0.8;}
#chatss .chatss_left{ float: left; width:120px; margin:10px 0 0 10px; height:300px;}
#chatss .chatss-right{ float:left; width:280px; margin:10px 10px 0 10px; height:auto;}
#chatss .ss-right-top{ font-size:12px; color:#000000; line-height:18px;}
#chatss .ss-right-top a { color:#FF6600;text-decoration:underline; font-weight:700;}
#chatss .ss-right-bot{ margin:40px 0 0 0; float:left; width:80%;}
#chatss .ss-right-bot ul{ list-style:none; font-size:12px;float:left;width:100%; padding:0px; margin:0px;}
#chatss .ss-right-bot ul li{ width:100%; text-align:left; float:left;}
#chatss .ss-right-bot ul li a{ font-size:12px; line-height:20px;text-decoration:underline;}
#chatss .ss-right-top span{ text-align:left; font-size:16; color:#0000FF; font-weight:bold;}
.no{-moz-user-select:none;}
.form_button{
	width:144px;
	height:22px;
	float:left;
	overflow:hidden;
	display:inline;
	margin:10px 183px 0px 173px;}
.form_button input{
	width:62px;
	height:22px;
	float:left;
	overflow:hidden;
	display:inline;
	margin-left:10px;
	border:0px solid #FFF;
	cursor:pointer;
	text-indent:-9999px;
	}
.form_button .f_submit{
	background:url(images/send.gif) no-repeat;
	}
.form_button .f_reset{
	background:url(images/rewrite.gif) no-repeat;
	}