﻿div.reqCatalog label {
    display:inline-block;
    width:150px;
    text-align:right;
    margin-right:10px;
}

div.reqCatalog label.required::before {
    content:"*";
    color:red;
}

div.reqCatalog input[type=text] {
    width: 225px;
    margin-bottom:5px;
    padding-left:1px;
}

#txtCity {
    width:175px;
}

#txtState {
    width: 30px;
    background-color:#eee;
    color:#000;
    border:1px solid #ccc;
}

#txtZip {
    width:50px;
}

#txtPhone,
#txtFax {
    width: 90px;
}

#txtPhoneExt {
    width: 58px;
}

#btnRequest{
    margin-left:160px;
}