#tableinq {
	width : 800px;
	border-collapse : collapse;
	//border-spacing : 3px 3px;
	//background : #f5f5f5;
	color : #555;
	margin : 0 auto;
	font-size : 10pt;
}

#tableinq tr{
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color:#666666;
}


#tableinq .fir {
	width : 0px;
	//background : #888;
}

#tableinq .sed {
	width : 200px;
	padding : 10px;
	vertical-align : middle;
	text-align:right;
	//color:#000000;
	font-weight:bold;
}

#tableinq .sedb {
	width : 80px;
	//background : #bbb;
	padding : 10px;
	vertical-align : top;
}

#tableinq .thd {
	//background : #ddd;
	padding : 10px;
	//font-size : 8pt;
}

#tableinq .me {
	//font-size : 10pt;
	padding : 3px 0 3px 10px;
	//font-size : 8pt;
}

#tableinq .head {
	//font-size : 8pt;
	padding : 3px;
	color : #1e90ff;
}

#tableinq .buttom {
	text-align : center;
	padding : 5px;
	//font-size : 8pt;
}

#tableinq .check {
	text-align : center;
	padding : 5px;
	//font-size : 8pt;
}

#tableinq span {
	color : #a52a2a;
	//font-size : 8pt;
}

#tableinq .imed {
	ime-mode : disabled;
	//font-size : 8pt;
}

#tableinq .imea {
	//font-size : 8pt;
	ime-mode : active;
}

#tableinq .no-border{
	border-width: 0 0 0 0;
	border-style: solid;
	border-color:#666666;
}



#tableinq textarea{
	resize: vertical;
}


.barcode-form{
	margin-top:40px;
}

.formTable{
	margin:20px auto 40px auto;
	border-width: 1pt;
	border-style: solid;
	border-color:#666666;
	width:80%;
	border-collapse: collapse; 
}

.formTable th{
	border-width: 1pt;
	border-style: solid;
	border-color:#666666;
	background-color:#cccccc;
	text-align:right;
	padding:10px;
}

.formTable td{
	border-width: 1pt;
	border-style: solid;
	border-color:#666666;
	text-align:left;
	padding:10px;
}

