
#col_alpha dt,  dd {
    margin-bottom: 5px;
}

#col_alpha dt {
    float: left;
    width: 150px;
    text-align: right;
    padding: 2px 5px 2px 0px;
    color: #666;
    clear: left;
}

#col_alpha dd input, #col_alpha dd textarea {
    font-family: arial;
    color: #666;
    background-color: #F7F7F7;
    border: 1px solid #333;
    padding: 2px;
}

#col_alpha dd textarea {
    font-size: 1em;
    height: 100px;
    width: 450px;
}

#col_alpha label.required {
    /*background: transparent url(/images/err_required.png) right center no-repeat;
    padding-right: 13px;                                                            */
}

#privacy_statement {
    /*border: 1px solid #CCC;*/
    background: #F7F7F7;
    padding: 5px;
    font-size: 0.8em;
/*    margin-top: 30px;*/
}

#col_alpha .lbl {
    width: 70px; 
    text-align: right; 
    float: left; 
    margin-right: 5px;
}

#col_alpha fieldset {
    position: relative;
    border: 1px solid #ccc;
    padding: 25px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    background: #fff; 
}

#col_alpha legend {
    position: absolute;
    top: -.5em;
    left: 1em;
/*    margin: 0px 10px;*/
    padding: 2px 5px;
    font-size: 0.9em;
    font-weight: bold;
    color: #666;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
}

#col_alpha fieldset.agencies label {
    margin-left: 150px;
    font-size: 0.9em;
    line-height: 2em;
}

#col_alpha fieldset.agencies input {
    border: none;
}

input.contact_submit {
    display: block;
    text-align: center;
}