fieldset {
    width: 230px;
    padding-bottom: 15px;
    border: none
}

form {
    float: right;
    position: relative;
    top: -35px;
    left: 10px
}

input.field {
    margin: 2px 0 3px 0;
    padding: 1px 5px 0 5px;
    width: 220px;
    height: 17px;
    border: 1px solid #53ACFF;
    background: #fff
}

input {
    color: #102B43
}

input.tlac {
    width: 70px;
    height: 18px;
    background: #007EF3;
    border: 1px solid #53ACFF;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

#txt {
    padding: 40px 55px 40px 55px
}

textarea.text {
    padding: 5px;
    margin-bottom: 5px;
    width: 220px;
    height: 190px;
    border: 1px solid #53ACFF
}

address {
    padding: 0 0 10px 0;
    font-style: normal;
    width: 350px
}

address a {
    font-weight: bold;
    color: #8EC8FF
}

address span.little {
    line-height: 14px
}

input, textarea {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px
}

input.tlac {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 11px
}

input.tlac:hover {
    background: #009AFC
}
