@CHARSET "UTF-8";
body{padding: 0 0; margin: 0 0;}
.in-win{
	width: 100%;
	background: #efefef;
	height: 100%;
}
.dl-win{width: 100%;}
.in-win h2{color: blue; text-align: center; font-size: 18px; padding-top: 10px;}
.dl-win h2{color: blue; text-align: center;}
.content{width: 90%; margin: auto;background: #fff; height: 100%;}
.table-body {
	padding:0px;
	height: auto;
	margin:10px auto;
	color: #000;
	width: 100%;
	max-width:900px;
	background: #fff;
}
.table-body2{border: 1px solid #ccc; border-bottom: none; border-right: none;}
.table-body2 th{text-align: center;}
.table-body2 th,.table-body2 td{border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
.table-body2 td{padding-left: 6px;}
.table-body th{height: 30px; line-height: 30px; white-space: nowrap;}
.table-body td{height: 30px; line-height: 30px;}
.inp{border:1px solid #95B8E7; width: 160px; height: 25px; line-height: 25px; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; border-radius:5px 5px 5px 5px; padding-left: 6px;}
.required{border-color: #ffa8a8; background-color:#fff3f3;}
textarea.inp{line-height: 20px; width: 280px; height: 60px;}
.query-div input,.query-div select{border:1px solid #95B8E7; width: 160px; height: 20px; line-height: 20px; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; border-radius:5px 5px 5px 5px;}
