html {
	overflow: hidden;
}
html, body {
	width: 100%; height: 100%;
	background-color: #fff;
}
ul, ul li{
	display: block;
	list-style-type: none;
	margin: 0; padding: 0; border: 0;
	line-height: 20px;
}
.panelCaption {
	/* 标题 */
	height: 20px; width: auto;
	background-color: #55a3f5;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-indent: 5px;
}

.ico {
	width: 19px; height: 19px; border: 0;
	background: url(icos/mail.gif) no-repeat center center;
}

#top {
	background: #fff url(topbg.gif) repeat-x 0 bottom;
	width: 100%; height: 100%;
}
#logo {
	width: 284px; height: 45px; margin-left: 45px;
	background-image: url(logo.gif);
}
#hidden {
	display: none;
}
#article-panel {
	overflow: auto;
}
.toolbar {
	height: 30px;
	background-color: #d8eafc;
}
#contracts ul li a{
	text-indent: 2em;
	display: block;
	background: #fff url('card.gif') no-repeat 0 0;
}