
@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=quote_Company] {
    color: red;
    left: 30px;
    position: fixed;
    top: 70px;
}
#quote_Company {
    left:100px;
    position: fixed;
    top: 70px;
}
label[for=quote_Contact] {
    color: red;
    left: 30px;
    position: fixed;
    top: 100px;
}
#quote_Contact {
    left: 100px;
    position: fixed;
    top: 100px;
}
label[for=quote_Address] {
    left: 30px;
    position: fixed;
    top: 130px;
}
#quote_Address {
    left: 100px;
    position: fixed;
    top: 130px;
}
label[for=quote_City] {
    left: 30px;
    position: fixed;
    top: 160px;
}
#quote_City {
    left: 100px;
    position: fixed;
    top: 160px;
}
label[for=quote_State] {
    left: 30px;
    position: fixed;
    top: 190px;
}
#quote_State {
    left: 100px;
    position: fixed;
    top: 190px;
    width: 45px;
}
#state_by {
    width: 20px;
}
label[for=quote_Zip] {
    left: 165px;
    position: fixed;
    top: 190px;
}
#quote_Zip {
    left: 200px;
    position: fixed;
    top: 190px;
    width: 45px;
}
label[for=quote_Country] {
    left: 30px;
    position: fixed;
    top: 220px;
}
#quote_Country {
    left: 100px;
    position: fixed;
    top: 220px;
    width: 155px;
}
label[for=quote_Email] {
    color: red;
    left: 30px;
    position: fixed;
    top: 250px;
}
#quote_Email {
    left: 100px;
    position: fixed;
    top: 250px;
}
label[for=quote_Phone] {
    color: red;
    left: 30px;
    position: fixed;
    top: 280px;
}
#quote_Phone {
    left: 100px;
    position: fixed;
    top: 280px;
}
label[for=quote_Fax] {
    left: 30px;
    position: fixed;
    top: 310px;
}
#quote_Fax {
    left: 100px;
    position: fixed;
    top: 310px;
}
#prepared_for {
    font-size: 1.1em;
    font-weight: bold;
    left: 320px;
    position: fixed;
    top: 40px;
}
label[for=quote_forCompany] {
    color: red;
    left: 320px;
    position: fixed;
    top: 70px;
}
#quote_forCompany {
    left: 395px;
    position: fixed;
    top: 70px;
}
label[for=quote_forContact] {
    color: red;
    left: 320px;
    position: fixed;
    top: 100px;
}
#quote_forContact {
    left: 395px;
    position: fixed;
    top: 100px;
}
label[for=quote_forAddress] {
    left: 320px;
    position: fixed;
    top: 130px;
}
#quote_forAddress {
    left: 395px;
    position: fixed;
    top: 130px;
}
label[for=quote_forCity] {
    left: 320px;
    position: fixed;
    top: 160px;
}
#quote_forCity {
    left: 395px;
    position: fixed;
    top: 160px;
}
label[for=quote_forState] {
    left: 320px;
    position: fixed;
    top: 190px;
}
#quote_forState {
    left: 395px;
    position: fixed;
    top: 190px;
    width: 50px;
}
#state_for {
    width: 20px;
}
label[for=quote_forZip] {
    left: 460px;
    position: fixed;
    top: 190px;
}
#quote_forZip {
    left: 495px;
    position: fixed;
    top: 190px;
    width: 45px;
}
#zip_for {
    width: 69px;
}
label[for=quote_forCountry] {
    left: 320px;
    position: fixed;
    top: 220px;
}
#quote_forCountry {
    left: 395px;
    position: fixed;
    top: 220px;
    width: 155px;
}
label[for=quote_forEmail] {
    color: red;
    left: 320px;
    position: fixed;
    top: 250px;
}
#quote_forEmail {
    left: 395px;
    position: fixed;
    top: 250px;
}
label[for=quote_forPhone] {
    color: red;
    left: 320px;
    position: fixed;
    top: 280px;
}
#quote_forPhone {
    left: 395px;
    position: fixed;
    top: 280px;
}
label[for=quote_forFax] {
    left: 320px;
    position: fixed;
    top: 310px;
}
#quote_forFax {
    left: 395px;
    position: fixed;
    top: 310px;
}
label[for=quote_notes] {
    left: 30px;
    position: fixed;
    top: 340px;
}
#quote_notes {
    left: 50px;
    position: fixed;
    top: 370px;
    height: 50px;
    width: 500px;
}
#quote_copy {
    left: 340px;
    position: fixed;
    top: 435px;
    width: 100px;
}
#copy {
    width: 100px;
}
#quote_save {
    left: 455px;
    position: fixed;
    top: 435px;
    width: 100px;
}

