@import "layout/design.css";
@import "layout/span.css";
@import "layout/nav.css";
@import "forms.css";

#boxFormWrapper {
	margin: 0 auto;
	width: 980px;
	height: 930px;
}

#barBanner {
	margin-top: 10px;
	width: 978px;
	height: 174px;
	border: 1px solid #c6c6c6;
	background-color: #efece4;	
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.4);
        box-shadow: 0px 2px 5px rgba(0,0,0,.4);	
}

/* #barcodeForm {
	margin: 4px 0px 0px 150px;
	width: 700px;
	height: 500px;
	border: 1px solid #c6c6c6;
	background-color: #efece4;	
		-webkit-border-radius: 4px;
   		-moz-border-radius: 4px;
    border-radius: 4px;
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.4);
   		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.4);
    box-shadow: 0px 2px 5px rgba(0,0,0,.4);	
}
*/

#content {
	margin: 0px 0px 0px 0px;
	width: 980px;
	height: 510px;
}

#return {
	margin: 15px 0px 0px 0px;
 	width: 980px;
	text-align: center;	
}

#topNote {
	margin: 5px 0px 10px 0px;
	width: 980px;
	height: 130px;
	border-bottom: 2px groove #efece4;
}

#topNote2 {
	border: 1px dashed #8b2801;
	width: 460px;
	height: 55px;
	padding: 12px 0px 10px 15px;
	margin: 20px 0px 10px 250px;
	color: #8b2801;
}

#note {
	width: 980px;
	height: 56px;
	margin: 15px 0px 0px 0px;
}

	#titlePub {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		font-size: 16px;
		border-bottom: 2px groove #efece4;
		color: #8b2801;
		text-transform: uppercase;
	}


/* -------------------------0--------------------------- */


/* START of styles */	
/* -------------------------0--------------------------- */

p {
	margin: 5px 0px 0px 0px;
}

strong {
	font-size: 14px;
	color: #8b2801;
}

table strong {
	font-size: 12px;
}

li {
	list-style: none;
}

.styleBarcode01 {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}

.styleBarcode02 {
	font-size: 12px;
	text-transform: uppercase;
}

