/*
  

   Author: Samuel Murphy	
   Date:   Dec2012

   Order Form Style Sheet
 

   Filename:         orderform.css
   Supporting Files: 

*/


form              {margin: 0px; padding: 5px}

fieldset          {border: 5px inset rgb(255, 192, 192); background-color: ivory; 
                   margin: 0px 0px 10px; padding: 10px}

fieldset legend   {color: black; letter-spacing: 3px}

label             {display: block; width: 400px; position: relative; margin: 5px 0px 10px}

select            {position: absolute; top: 0px; left: 250px; width: 200px; font-size: 12px}

#qLabel           {margin-top: 80px}

input             {margin-left: 250px}

 /*#topwindowh{width:90%;margin:auto;min-width:600px;max-width:2000px}*/
 body{width:60%;margin:auto;min-width:400px;max-width:1000px}

/*body     {width:80%; margin: auto; min-width:80%; max-width: 80%
		/*height:90%; margin: auto; min-height:600px; max-height:900px; }*/

body {
 background-image:url('labels.jpg'): no-repeat;
 background-color:whie;}

 #home          {background-image:url('label.gif');  
				-webkit-backgroung-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				background-color:white;}
#products         {background-image:url('labels1.gif');  
				-webkit-backgroung-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				background-color:black;}				
#samples         {background-image:url('colo.gif');  
				-webkit-backgroung-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				background-color:blck;}
				
#quotes         {background-image:url('image3.gif');  
				-webkit-backgroung-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				background-color:black;}
				
 #headerImage         {width:95%; margin: auto; min-width:600px; max-width: 1000px; background-image:url('l.jpg'); no-repeat center center fixed;
				-webkit-backgroung-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				background-color:white;} 
