/* CSS Document */
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p {
	border:0;
	font-family: Arial,Times New Roman, serif;
	font-weight:inherit;
	font-size: 12px;
	outline:none;
	text-decoration:none;
	margin:0;
	padding:0;
}
body {
	width: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	cursor: default;
}
#topshadow {width: 100%; height:20px; background: url(top_bg.jpg) repeat-x;}
#content {
	width: 718px;
	margin: 10px auto;
	text-align: left;
}
#header {
	height: 60px;
	text-align: left;
	margin: 20px;
	clear: both;
}
#chat {
	width: 296px;
	float:right;
}
.chat_sh {
	position: relative;
	margin: 0px;
	width: 296px;
	background: url(bm_chat.jpg) repeat-y;
}
.chat_sh .bt {
	background: url(bt_chat.jpg) no-repeat;
	width:296px;
	height:20px;
}
.chat_sh .bm {
	background: url(bmg.jpg) repeat-x bottom;
	width:240px;
	margin-left: 10px;
	border-bottom: solid 1px #f3f1f2;
	padding: 8px 18px;
}
.chat_sh .bb {
	background: url(bb_chat.jpg) no-repeat;
	width:296px;
	height:20px;
}

h1 {
	font-size:24px;
	font-weight:normal;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin: 0;
}
p {
	font-size:12px;
	margin: 4px 0;
	line-height: 1.4;
}
a:link  {color: #196199; text-decoration: underline; }
a:visited {color: #196199; text-decoration: underline;}
a:active {color: #ff5200; text-decoration: underline; }
a:hover {color: #196199; text-decoration: underline;}
p span{
	font-size:11px;
	color: #939598;
}
.block_sh {
	position: relative;
	margin: 0  -9px;
	width: 718px;
	background: url(bm.jpg) repeat-y;
}
.block_sh .bt {
	background: url(bt.jpg) no-repeat;
	width:718px;
	height:20px;
}
.block_sh .bm {
	background: url(bmg.jpg) repeat-x bottom;
	width:698px;
	margin-left: 10px;
	border-bottom: solid 1px #f3f1f2;
	padding: 0;
}
.block_sh .bm .bm_content {
	margin: 0 18px;
}
.block_sh .bb {
	background: url(bb.jpg) no-repeat;
	width:718px;
	height:20px;
}
.block_btn {
	width:714px;
	height: 61px;
	margin-left: -7px;
	margin-right: -7px;
}
.btn {
	position: relative;
	float: left;
	height: 61px;
	width: 211px;
	background: url(btn_bg.jpg) no-repeat;
	margin-right: 30px;
	padding: 0px;
	text-align: center;
}
.btn span{
	display:block;
	margin: 16px 0 0 11px;
}
.rightz {margin-right:0px;}
.btn .btn_r{
	position:absolute;
	top: 0; right: -20px;
	width:20px;
	height:61px;
	background: url(btn_bg_r.jpg) no-repeat right;
}
.btn img{
	margin-bottom: -12px;
	margin-right: 10px;
}
.btn a{
	font-size: 12px;
	color:#196199;
}
.chat_tr1 {
	background: #fff;
	padding: 3px;
	white-space: normal;
	width: 220px;
	overflow: hidden;
}

.chat_tr2 {
	background: #ededed;
	padding: 3px;
	white-space: normal;
	width: 220px;
	overflow: hidden;

}















