/* CSS Document */
#content h2{
display:none;
}
#content p.instruc{
font-size:1.3em;
margin-top:0px;
padding: 3px 20px;
clear:both;
}
#content form{
margin-left:15px;
margin-right:15px;
}
*html #content form{
margin-top:-5px;
}
.orderForm{
font-family: arial;
}
#content fieldset{
/*padding: 10px;*/
border: none;
}
#orderDetails{
float:right;
margin-top: -250px;
}
*html #orderDetails, *+html #orderDetails{
margin-top: -260px;
margin-left: 370px;
}
*html #orderDetails{
width:300px;
margin-right:5px;

}
#content label{
display: block;
width: 325px;
font-size:1.6em;
padding-bottom: 0px;
padding-top:4px;
}
#content form input{
color:black;
width: 325px;
font-size:1.3 em;
/*height:25px;*/
}
#content form fieldset textarea{
width:325px;
font-family: arial;
color: black;
font-size:1.3 em;
}
#subBtn{
background-color:#ff8700;
font-size: 1.6em;
font-weight:bold;
color:white !important;
width:10em;
float:right;
}
*html #content #subBtn, *+html #content #subBtn{
margin-right:20px;
margin-top: 10px;
}
#dl{
background-image: url("../img/order_downloadpdfs.png");
width:308px;
height:170px;
display:block;
text-indent:-5000px;
margin-left:15px;
margin-top:10px;
}
*html #dl, *+html #dl{
margin-top:-140px;
}
