#labelMaker {
	background-color: #e0c88e;
	width: 900px;
	margin: 0 0 20px 20px;
	padding: 10px;
	color: #000;
	height: 930px;
	-position: relative;
}

#lm_left {
	float: left;
	width: 415px;
}

#lm_right {
	float: right;
	width: 485px;
	-border: 1px solid green;

}

.marg {
	margin: 10px;
	-border: 1px solid red;
}








#labelMakerOLD {
	background-color: #e0c88e;
	width: 920px;
	margin: 0 0 20px 20px;
	padding: 10px;
	color: #000;
}
.spicelist {
	text-align: none;
	padding: 0 0 0 15px;
}

.head {
	font-weight: bold;
	border-bottom: 1px solid #f6efda;
	margin: 0px 0 5px 0;
	text-align: none:
}

.spicebox {
	border: 1px solid #f6efda;
	padding: 10px;
	margin: 0 0 5px 0;

}

.labelsheet {
	background-color:#ccc;
	-border: 1px solid #a98b56;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 465px;
}

.label{
	width:154px;
	background-color:#fff;
	height:30px;
	text-align: center;
	font-size:11px;
	font-family: arial;
	font-weight: bold;
}		
.labelcell {
	float: left;	
	text-align: center;
	width: 133px;
	margin-left:10px;
}

.sheetback {
	background-color: #ccc;
	width: 450px;
}

.dragableBox{
	background-color:#e8d5aa;		
	padding:1px 3px 1px 3px;
	font-size:11px;
	line-height: 20px;
	cursor: pointer;
}
.clear{
	clear:both;
}
.xout {
	font-size: 10px;
	color: red;
	float: right;
	width: 10px;
	visibility: hidden;
}
.xout a, .xout a:hover, .xout:visited {
	color:red;
	text-decoration: none;
}

#labelMaker h1 {
	margin: 0px;
	color: #731706;
	}
.numimg {
	float: left;
	margin: 0 10px 0 0;
}
.steps {
	font-weight: bold;
	font-size: 16px;
	padding:0 0 0 10px;
}

#return {
	position: absolute;
	right:10px;
	top: 0px;
	float:right;
}

#fontwarn {
	color: red;
	font-size: 11px;
	visibility: hidden;
	}
