div{
	margin:0px;
	padding:0px;
}

/* Make notes wrap under textarea */
table.form div.textarea div.notes{
	display:block;
}

div#json_error_div{
	width:500px;
	height:500px;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#fcc;
	border:1px double red;
	z-index:10000;
	overflow:auto;
}

table.form th{
	border:0px;
	font-weight:normal;
	font-size:x-small;
}

table.stock_item th{
	border:0px;
	font-weight:normal;
}

table.scroll{
	font-size:x-small;
}