/*
 * Basic setting
 */
body {
	margin:0;
	padding:0;
	/* Font priority; English, Japanese, Chinese, Default */
	font-family: Verdana, Geneva, "Meiryo", "Meiryo UI", "MS UI Gothic", "MS Gothic", "Microsoft YaHei", SimHei, SimSun, NSimSun, sans-serif;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;*/
	font-size:12px;
}

#main {
	width:490px;
	background:#ebebeb;
	padding-left:11px;
}

.online_pro {
	background:#ffffff;
/*	height:54px; */
	width:95px;
	padding:6px;

	border:1px solid #bebebe;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;

	box-shadow: 0px 0px 7px #999;
	-moz-box-shadow: 0px 3px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;

	float:left;
	margin-right:11px;
	margin-bottom:13px;
}

.online_pro a {
	text-decoration:none;
}

.online_pro_pic {
	text-align:center;
}

.online_pro_pic img {
	border:1px solid #EEEECC;
	padding:1px;
}

.online_pro_pic img:hover {
	border:1px solid #333333;
}

.online_pro_name {
	font-weight:bold;
	text-align:center;
}

.online_pro_name a {
	color:#330000;
	text-decoration:none;
}

.online_pro_name a:hover {
	color:#907512;
}

.online_pro_chat_btn {
	text-align:center;
	
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	
	color:#ffffff;
	margin:1px auto 0 auto;
	width:90px;
	display:block;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
}

.chat_btn_blue {
	background:#4863a8;
}

.chat_btn_red {
	background:#a63c3c;
}

.chat_btn_grey {
	background:#b0b0b0;
}

.chat_btn_green {
	background:#2ad646;

}