/* container for order box details */

/* the shop box to the right of the picture containing the form */
	#orderbox {
		min-height: 20em;
		max-width:98vw;
		background: rgba(0,0,0,.5);
		margin-bottom:5px;
		margin-top:0px;
		margin-bottom:20px;
		text-align: left;
		padding-left:10px;
		padding-top:4px
		}

#popUpDiv {  /** this row is the shop and gallery box items */
  background: white;
}  

/** sets the width of the internal form boxes */		
#product, .pjeshop-boxwidth {
max-width:95vw;
}

 /** internal from labels */		
.pje-menu,{	
  margin: 0 0 0 0;
  }		

/* cant remember why ive got this, it is inside #orderbox */  
#printformbox {
    float: left;
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%;
}

/* used in order box */
#printform {
    float:left;
    margin-right: 5px;
} 

.pje-menu select {
	margin: 0 0 0 0;
}

.pje-menu input {
	margin: 0 0 0 0;
}
