@charset "utf-8";
/* CSS Document */
#search_wrapper #search_main #key {
	width:379px;
	height:20px;
	padding:3px 0px 0px 20px;
	background:none;
	border:none;
	color:#666;
	}
#search_wrapper #search_main #find {
	width:90px;
	height:25px;
	background:none;
	border:none;
	}
#name_chat,
#content_chat {
	background:#f1f1f1;
	border:1px solid #ccc;
	padding:3px;
	width:272px;
	color:#333;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	}
#content_chat {
	height:100px;
	margin-bottom:0px;
	}