table.sfsd {

}

table.sfsd td {
    vertical-align: middle;
}

table.sfsd td.label, table.sfsd td span.label {
    color: #29573e;
    font-family: Times New Roman,serif;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}

table.sfsd td.select {
    text-align: left;
}

table.sfsd textarea {
    width: 100%;
    font-style: italic;
}

table.sfsd td input {
    margin-right: 10px;
}

.thickbox {
    font-size: 16px !important;
}

input#first_name {
    /*width: 180px;*/
}
input#last_name {
    /*width: 180px;*/
}
input#email {
    /*width: 443px;*/
}
input#street_address {
    /*width: 440px;*/
}
input#city {
    /*width: 305px;*/
}
textarea#comments {
    /*width: 550px;*/
    /*height: 150px;*/
}   

label {
    font-weight: normal;
}

input[type="radio"], input[type="checkbox"] {    
    width: 20px;
    display: inline-block;
    top: 5px;
    position: relative;
}