head * {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 宋体;
	font-size: 12px;
	height: 100%;
}

#banner-body {
	text-align: left;
	margin-top: 5px;
	background: white;
}
#logo_client {
	background: url("../images/banner/banner_client.gif") no-repeat 0px -15px;
	height: 90px;
	width: 1130px;
	margin-left: 30px;
}
a,a:link,a:active,a:visited,a:hover {
	color: black;
}

.input-data {
	width: 128px;
}

.select-data {
	width: 132px;
}

.textarea-data {
	height: 60px;
	width: 200px;
}

.form-table {
	font-size: 12px;
	margin-top: 10px;
}

.data-table {
	margin-top: 15px;
	font-size: 12px;
}

.form-table caption,.data-table caption {
	font-size: 15px;
	font-weight: bold;
	color: #15428B;
	padding-bottom: 10px;
}

.form-table th,.data-table th {
	font-weight: normal;
	color: #15428B;
	padding-left: 10px;
	text-align: center;
}

.form-table td,.form-table th,.data-table td,.data-table th {
	padding: 3px 4px;
}

.window-table {
	display: block;
	position: relative;
	background: #DAE7F6 repeat top;
	color: #333;
	border: 1px solid #99bbe8;
}

.window-table div.drag {
	background: url(../images/jqmodal/headbg.gif) repeat-x top;
	border-bottom: 1px solid #99bbe8;
	font-weight: bold;
	position: relative;
	color: #15428b;
	padding: 5px;
	white-space: nowrap;
}

window-table input.input-button {
	line-height: 18px;
	height: 21px;
	margin: 8px;
	border: 1px solid #336699;
	background: url(../images/jqmodal/headbg.gif) repeat-x 0px -2px;
}

.window-table table td {
	padding: 3px;
}

.window-table .input-button {
	line-height: 18px;
	height: 21px;
	margin: 8px;
	border: 1px solid #336699;
	background: url(../images/jqmodal/headbg.gif) repeat-x 0px -2px;
}

.toolbar {
	margin-bottom: 3px;
}