/*.left {
	float: left;
}
.right {
	float: right;
}
.div-box{
	width: 200px;
}
.div-box .div-box-header {
	background: #1b81ce;
	height: 25px;
	color: white;
	line-height: 25px;
	padding-left: 10px;
}
.div-box .div-box-content {
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}
.div-box .div-box-content ul.menu li {
	line-height: 20px;
	padding-left: 5px;
	border-bottom: 1px solid #e0e0e0;
}
.div-box .div-box-content ul.menu li:last-child {
	border-bottom: none;
}
.div-box .div-box-content ul.menu li a{
	color: #1b81ce;
}
.div-content {
	width: 790px;
}
.div-content a {
	color: #1b81ce;
}
.div-content h2.header-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.div-content h2.header-title span{
	color: #1b81ce;
}
table.div-table {
	border-collapse: collapse;
	border: 1px solid #a9a9a9;
	width: 100%;
}
table.div-table thead tr{
	background: #e0e0e0;
	color: black;
}
table.div-table thead tr th {
	padding: 10px;
	text-align: center;
	border: 1px solid #a9a9a9;
}
table.div-table tbody tr td {
	padding: 5px;
	border: 1px solid #a9a9a9;
}
table.div-table tbody tr.odd {
	background: #f5f5f5;
}
button.button {
	background: #1b81ce;
	color: white;
	padding: 5px 15px;
	font-weight: bold;
	border: none;
	margin-top: 10px;
}*/