
@charset "utf-8";
body, form, p, h1, h2 {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    font-family: Verdana,sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 10px;
    text-align: center;
}
h2 {
    font-size: 1.5em;
    font-style: italic;
    line-height: normal;
}
img {
    border: 0 none;
}
input.button {
    overflow: visible;
    padding: 0 0.25em;
    width: 0;
}
.messages {
    background-color: #eee;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 0.3em;
}
.error {
    color: red;
}
#prepared_by {
    font-size: 1.1em;
    font-weight: bold;
    left: 30px;
    position: fixed;
    top: 40px;
}
label[for=user_Company] {
    color: red;
    left: 30px;
    position: fixed;
    top: 70px;
}
#user_Company {
    left:100px;
    position: fixed;
    top: 70px;
}
label[for=user_Contact] {
    color: red;
    left: 30px;
    position: fixed;
    top: 100px;
}
#user_Contact {
    left: 100px;
    position: fixed;
    top: 100px;
}
label[for=user_Address] {
    left: 30px;
    position: fixed;
    top: 130px;
}
#user_Address {
    left: 100px;
    position: fixed;
    top: 130px;
}
label[for=user_City] {
    left: 30px;
    position: fixed;
    top: 160px;
}
#user_City {
    left: 100px;
    position: fixed;
    top: 160px;
}
label[for=user_State] {
    left: 30px;
    position: fixed;
    top: 190px;
}
#user_State {
    left: 100px;
    position: fixed;
    top: 190px;
    width: 45px;
}
#state_by {
    width: 20px;
}
label[for=user_Zip] {
    left: 165px;
    position: fixed;
    top: 190px;
}
#user_Zip {
    left: 200px;
    position: fixed;
    top: 190px;
    width: 45px;
}
label[for=user_Country] {
    left: 30px;
    position: fixed;
    top: 220px;
}
#user_Country {
    left: 100px;
    position: fixed;
    top: 220px;
    width: 155px;
}
label[for=user_Email] {
    color: red;
    left: 30px;
    position: fixed;
    top: 250px;
}
#user_Email {
    left: 100px;
    position: fixed;
    top: 250px;
}
label[for=user_Phone] {
    color: red;
    left: 30px;
    position: fixed;
    top: 280px;
}
#user_Phone {
    left: 100px;
    position: fixed;
    top: 280px;
}
label[for=user_Fax] {
    left: 30px;
    position: fixed;
    top: 310px;
}
#user_Fax {
    left: 100px;
    position: fixed;
    top: 310px;
}
#prepared_for {
    font-size: 1.1em;
    font-weight: bold;
    left: 320px;
    position: fixed;
    top: 40px;
}
label[for=user_forCompany] {
    color: red;
    left: 320px;
    position: fixed;
    top: 70px;
}
#user_forCompany {
    left: 395px;
    position: fixed;
    top: 70px;
}
label[for=user_forContact] {
    color: red;
    left: 320px;
    position: fixed;
    top: 100px;
}
#user_forContact {
    left: 395px;
    position: fixed;
    top: 100px;
}
label[for=user_forAddress] {
    left: 320px;
    position: fixed;
    top: 130px;
}
#user_forAddress {
    left: 395px;
    position: fixed;
    top: 130px;
}
label[for=user_forCity] {
    left: 320px;
    position: fixed;
    top: 160px;
}
#user_forCity {
    left: 395px;
    position: fixed;
    top: 160px;
}
label[for=user_forState] {
    left: 320px;
    position: fixed;
    top: 190px;
}
#user_forState {
    left: 395px;
    position: fixed;
    top: 190px;
    width: 50px;
}
#state_for {
    width: 20px;
}
label[for=user_forZip] {
    left: 460px;
    position: fixed;
    top: 190px;
}
#user_forZip {
    left: 495px;
    position: fixed;
    top: 190px;
    width: 45px;
}
#zip_for {
    width: 69px;
}
label[for=user_forCountry] {
    left: 320px;
    position: fixed;
    top: 220px;
}
#user_forCountry {
    left: 395px;
    position: fixed;
    top: 220px;
    width: 155px;
}
label[for=user_forEmail] {
    color: red;
    left: 320px;
    position: fixed;
    top: 250px;
}
#user_forEmail {
    left: 395px;
    position: fixed;
    top: 250px;
}
label[for=user_forPhone] {
    color: red;
    left: 320px;
    position: fixed;
    top: 280px;
}
#user_forPhone {
    left: 395px;
    position: fixed;
    top: 280px;
}
label[for=user_forFax] {
    left: 320px;
    position: fixed;
    top: 310px;
}
#user_forFax {
    left: 395px;
    position: fixed;
    top: 310px;
}
label[for=user_notes] {
    left: 30px;
    position: fixed;
    top: 340px;
}
#user_notes {
    left: 50px;
    position: fixed;
    top: 370px;
    height: 50px;
    width: 500px;
}
#user_copy {
    left: 340px;
    position: fixed;
    top: 435px;
    width: 100px;
}
#copy {
    width: 100px;
}
#user_save {
    left: 455px;
    position: fixed;
    top: 435px;
    width: 105px;
}

