@charset "utf-8";

/*---------------------------------------------------------
  CSS : order
----------------------------------------------------------*/

.lab .textRed {
	color: #FD0D0C;
}
.lab table.tblForm {
	width: 586px;
}
.lab table.tblForm th {
	background: #EAEAEA;
	text-align: left;
	width: 120px;
	padding: 12px 8px 8px;
	border: 1px solid #CCC;
	color: #000;
	vertical-align: top;
}
.lab table.tblForm td {
	background: #FFF;
	padding: 8px;
	border: 1px solid #CCC;
	color: #333;
}
.lab table.tblForm .itemLeft {
	float: left;
	width: 240px;
	padding-right: 5px;
}
.lab table.tblForm .itemRight {
	width: 185px;
	float: left;
	text-align: right;
}
.lab .btnForm {
	text-align: center;
	padding-top: 20px;
}
.lab .btnForm p {
	padding-top: 10px;
}

.lab table.tblForm select,
.lab table.tblForm input,
.lab table.tblForm textarea {
	padding: 3px;
	background: #FAFAFA;
	border-top: 1px solid #A1A1A1;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #A1A1A1;
	color: #000;
}
.lab table.tblForm input.noBorder {
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.lab table.tblForm select {
	background-color: #FAFAFA;
	padding: 3px;
	border-top: 1px solid #A1A1A1;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #A1A1A1;
}
.lab table.tblForm input:focus,
.lab table.tblForm textarea:focus,
.lab table.tblForm select:focus {
	background: #F3F2E4;
}
.lab table.tblForm .width050 {
	width: 50px;
}
.lab table.tblForm .width100 {
	width: 100px;
}
.lab table.tblForm .width120 {
	width: 120px;
}
.lab table.tblForm .width150 {
	width: 150px;
}
.lab table.tblForm .width300 {
	width: 300px;
}
.lab table.tblForm .width380 {
	width: 380px;
}
