﻿
/* 代码整理：懒人之家 lanrenzhijia.com */
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
table {
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
}
.demo {
	width:680px;
	margin:40px auto 0 auto;
}
.demo table th {
	background:#eeeeee;
}
.demo table th, .demo table td {
	border:solid 1px #ddd;
	text-align:center;
	padding:10px 0;
	font-size:12px;
	line-height:20px;
}
/* floatdiv */
.floatdiv {
	position:fixed;
	top:240px;
	right:0;
	z-index:9999;
	width:100%;
}
*html, *html body /* 修正IE6振动bug */ {
	background-image:url(about:blank);
	background-attachment:fixed;
}
*html .floatdiv {
	position:absolute;
top:expression(eval(document.documentElement.scrollTop));
}
.floatdiv {
	background:url(../image/dialog_bg.gif) no-repeat;
	width:160px;
	height:208px;
	overflow:hidden;
}
.floatdiv h5 {
	color:#fff;
	font-size:12px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	padding:0 0 0 5px;
}
.floatdiv h5 a {
	float:right;
	margin:5px 5px 0 0;
	display:inline;
}
.floatdiv ul {
	height:130px;
	overflow:hidden;
	padding:10px 10px 5px 20px;
}
.floatdiv ul li {
	height:24px;
	line-height:24px;
	font-size:12px;
}
.floatdiv ul li img {
	margin:0 5px 0 0;
}
/* 代码整理：懒人之家 lanrenzhijia.com */