* 
{ 
margin: 0;
padding: 0;
 }

body {	
background-color: #FFFFFF;
font-family: Helvetica, sans-serif;	
font-size: 10px;
line-height: 12px;	
color: #000000;
text-align: left;
margin: 20px;
 }
 
#form { 
padding: 3px;
width: 450px;
border: dashed 2px black;
line-height: 20px;
font-family: inherit;
 }

#name1 {
width: 300px;
border: solid 1px black;
font-family: inherit;
 }
 
#dropbox1 {
width: 150px;
border: solid 1px black;
font-family: inherit;
 }

#quantity {
width: 25px;
border: solid 1px black;
font-family: inherit;
 }
 
#name2 {
width: 333px;
border: solid 1px black;
font-family: inherit;
 }

#address {
width: 350px;
border: solid 1px black;
font-family: inherit;
 }
 
#city {
width: 200px;
border: solid 1px black;
font-family: inherit;
 }
 
#state {
width: 30px;
border: solid 1px black;
font-family: inherit;
 }
 
#zip {
width: 80px;
border: solid 1px black;
font-family: inherit;
 }
 
#phone {
width: 100px;
border: solid 1px black;
font-family: inherit;
 }
 
#email {
width: 252px;
border: solid 1px black;
font-family: inherit;
 }
 
#notes {
width: 339px;
border: solid 1px black;
font-family: inherit;
 }
 
 #check {
width: 50px;
border: solid 1px black;
font-family: inherit;
 }
 
 #dropbox2 {
width: 320px;
border: solid 1px black;
font-family: inherit;
 }
 
 #total {
width: 100px;
border: solid 1px black;
font-family: inherit;
 }
 
 #cardnum {
width: 200px;
border: solid 1px black;
font-family: inherit;
 }
 
 #exp {
width: 50px;
border: solid 1px black;
font-family: inherit;
 }
 
 #dropbox3 {
width: 320px;
border: solid 1px black;
font-family: inherit;
 }

hr { 
margin: 10px;
border: solid 1px black;
width: 400px;
text-align: center;
 }
 
em { 
font-weight: bold;
 }
 
address { 
line-height: normal;
 }
