/* 
    Document   : mod_index
    Created on : Mar 23, 2012, 3:58:07 PM
    Author     : reszegtivadar
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

select {
    width:160px;
}


select.medium_select {
    width:120px;    
}

select.short_longer_select {
    width:93px;
}

select.short_select {
    width:60px;
}

select.shorter_select {
    width:40px;
}
