span.header {
	line-height: 2em;
}
span.productCode {
	display: block;
	float: left;
	width: 200px;
}

td.submitRow {
	text-align: right;
}
div.loginArea {
	width: 234px;
	margin: 0px auto;
}

div.error {
	border: 1px solid #F84000;
	background: #f8b39c;
	padding: 10px;
}

div.moduleError {
	border: 2px solid red;
	background-color: #f2cccc;
	padding-left: 10px;	
}
div.moduleError h3.header {
	color: #f00;
	font-weight: bold;
}
div.moduleError ul {
	padding-left: 15px;	
}


div.loginScreen {
	margin: 0px auto;
}
textarea {
	width: 660px;
	height: 150px;
}
a.logout {
	background: lightgrey;
	border: grey;
	color: black;
	padding: 5px;
	height: 18px;
	line-heignt: 18px;
	font-weight: bold;
	position: absolute;
	top: -25px;
	right: 20px;
}
input.text, textarea { border: 1px solid lightgrey; }
td.key { width: 100px; }
table.moduleForm select { border: 1px solid lightgrey; }
input.text { width: 250px; }
input.code { width: 60px; }
input.readonly { border: none; background: transparent; }
input.name { width: 280px; }
input.silo { width: 70px; text-align: center; }
input.amount { width: 126px; }
input.remark { width: 165px; }
input.header { border: none; background: transparent; }
span.required, span.formError { color: #f00; }
#orderform td { padding: 1px 0; }
table.moduleForm { width: 100%; }
table.group { width: 100%; }
table.group td { width: 20%; }
div.submitArea { padding: 10px 0; }
