@charset "utf-8";


input, textarea {
	font-size: 100%;
}

.def_table {
	border-right:0;
	clear: both;
	margin-bottom: 2px;
	/**width: 100%;**/
}
.df_th {
	border:0;
	border-bottom:0px;
	text-align: left;
	padding:2px;
}
.def_tr {
	padding: 2px;
	text-align: left;
	vertical-align: center;
	border-bottom:0px;
}
.def_td {
	padding: 2px;
	text-align: left;
	vertical-align: center;
	border-bottom:0px;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/img/290-88.gif") center center no-repeat;
}
