body{
	height: auto;
	padding: 25px 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFF;
}
#addForm{
	width: 362px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
	#addForm th{
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		text-transform: none;
		color: #89CE00;
		letter-spacing: 1px;
		line-height: 14px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		vertical-align: bottom;
		text-align: left;
	}
	#addForm th img{
		margin: 0px 5px 0px 0px;
	}
	#addForm td{
		vertical-align: top;
		text-align: left;
	}
	#addForm td.norm{
		height: 38px;
		width: 165px;	
	}
	#addForm td.mid{
		height: 38px;
		width: 32px;
	}
	#addForm td.tea{
		height: 100px;
		width: 362px;
	}
	#addForm td.check{
		height: 25px;
		width: 362px;
	}

#ordForm{
	width: 362px;
	height: auto;
	padding: 0px;
	margin: 25px 0 0 0;
}
	#ordForm th{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000;
	line-height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
	height: 15px;
	/*border-bottom: 1px solid #EBEBEB;*/
}

	#ordForm td{
		vertical-align: middle;
		text-align: center;
	}
	#ordForm td.left{
		height: 20px;
		width: 146px;
		text-align: left;	
	}
	#ordForm td.mid{
		height: 23px;
		width: 108px;
	}

	
/*formfields*/
input, textarea {
	background: #F7F7F7;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #89CE00;
}
label{
	height: 13px;
	line-height: 13px;
	size: 10px;
}
textarea{
	width: 358px;
	height: 66px;
}
.nok{
	border: solid 1px #CE3400;
}
.marker{
	color: #CE3400;
}
#addForm td.norm input{
	width: 161px;	
	height: 15px;
}
#addForm td.norm input.small{
	width: 45px;	
	height: 15px;
}
#addForm td.norm input.med{
	width: 109px;	
	height: 15px;
}
#addForm td.check input{
	background: #FFF;
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	top: 2px;
	position: relative;
}
#addForm td.check label{
	height: 10px;
	line-height: 10px;
	padding: 0px;
}

#ordForm td.mid input{
	width: 30px;	
	height: 15px;
	text-align: center;
}

#ordForm td.mid input.sBut{
	width: auto;	
	height: auto;
	text-align: center;
}