﻿html, body {
	margin: 0px;
	padding: 0px;
	color: #B7B7B7;
	font-size: 9pt;
	font-family: Tahoma;
	background-color: #333;
	background-image: url('../image/BG01.png');
	background-repeat: repeat;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.lable {
	color: #0D68E5;
	font-size: 15pt;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 3px 10px 2px 0;
	background-color: #111;
	text-align: right;
}
.title {
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: thick;
	border-top-color: #0D68E5;
	border-right-color: #0D68E5;
	margin: 20px 0 10px 0;
	padding: 2px 5px 2px 0;
	font-weight: bold;
}
.cells {
	padding: 7px 10px 10px 10px;
	margin: 7px;
	border: 1px solid #666;
	display: table-cell;
	width: 80px;
	float: right;
	font-family: tahoma;
	font-size: 8pt;
}
.drag {
	position: relative;
	cursor: move;
	z-index: 100;
}
.intext {
	background-color: #999;
	border: 1px solid #777;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000
}
