/* CSS for printing the order form.  */

* {
color:#000 !important;
background:#fff !important;
font-family: "Verdana","Helvetica", "Arial", sans-serif;
font-size:10pt;
}

body {
margin:72px;
}

img {
display:none;
}

h2 {
font-size:18pt;
}

/* The following code ensures that nothing but the form itself prints out. */

#header {
display:none;
}

#nav {
display:none;
}

#qboda {
display:none;
}

#design {
display:none;
}

.col1 {
width:313px;
text-align:left;
vertical-align:top;
padding:2px 0px;
border-bottom:1px dotted #000;
}

.col1alt {
width:313px;
text-align:left;
vertical-align:top;
padding:2px 0px;
}

.col2 {
width:170px;
text-align:left;
vertical-align:top;
padding:2px 0px;
border-bottom:1px dotted #000;
}

.col2alt {
width:170px;
text-align:left;
vertical-align:top;
padding:2px 0px;
}

.col2alt2 {
width:170px;
text-align:right;
vertical-align:top;
padding:2px 0px;
}

.col3 {
width:100px;
text-align:left;
vertical-align:top;
padding:2px 0px;
border-bottom:1px dotted #000;
}

.col3alt {
width:100px;
color:#fff;
background:transparent;
text-align:left;
vertical-align:top;
padding:2px 0px;
}

.col4 {
width:583px;
text-align:left;
vertical-align:top;
padding:5px 0px;
}

.col5 {
width:270px;
text-align:left;
vertical-align:top;
padding:2px 0px;
border-bottom:1px dotted #000;
}

.col6 {
width:483px;
text-align:left;
vertical-align:top;
padding:2px 0px;
border-bottom:1px dotted #000;
}

.col6alt {
width:483px;
text-align:left;
vertical-align:top;
padding:2px 0px;
}

