/*
Written by Ian Rockefeller
iancrockefeller@gmail.com
*/
div.dd_container {
    width:75%;
}

select.i_dd {
    width:auto;
}

/*IE FIX */
select#i_dd {
    width:100%;
}

select:focus#i_dd {
    width:auto;
}