fieldset {
    width: 480px;
    display: block;
    margin-bottom: 15px;
    background-color: #E6E8D4;
    padding: 10px;
}
#dma {
    width: 180px;
}
span.required {
    font-weight: bold;
    color: red;
    vertical-align: top;
}
div.legend {
    color: red;
    position: absolute;
    left: 648px;
    margin-top: -14px;
    width: 70px;
}
/* IE 6, 7, and 8 */
* html div.legend, div[className="legend"] {
    left: 660px;
}
label {
    vertical-align: top;
}
div.firstRow {
    padding-bottom: 10px;
    clear: both;
}
select#marketList {
    width: 344px;
    margin-left: 6px;
}
input#submit {
    margin-right: 14px;
}
select {
    margin-right: 8px;
}
div.column {
    float: left;
}
select#gender, select#age, select#hhi {
    margin-left: 7px;
}
select#other {
    margin-left: 21px;
    width: 234px;
}
/* IE 6, 7, and 8 */
* html select#other, select[className="ieTarget"] {
    margin-left: 23px;
}
select#state {
    margin-left: 19px;
}
label#marketListLabel {
    width: 48px;
    float: left;
}
select#industryName {
    margin-left: 54px;
}
fieldset#demographic div.firstRow {
    height: 70px;
}
fieldset#demographic div.firstRow label, fieldset#demographic div.firstRow select {
    float: left;
}
label#hhiLabel {
    width: 61px;
}
#geography div a#removeButton {
    display: inline-table;
    vertical-align: top;
}
* html #geography div a#removeButton {
    float: right;
    margin-top: -85px;
}