/* default styles for all BSCW pages */

div.main { 
    font-size:              12px; 
}
/* some browsers have unlikely defaults for input elements.
   inherit was already assigned but this seems to get lost after the 
   css-property to be inherited is changed outside 
*/
.main input, .main textarea, .main select, .main button, .main table { 
    font-family:            inherit; 
    font-size:              inherit; 
    font-size-adjust:       inherit;
}

/* damned IE5.01 */
* html .main table,
* html .main input,
* html .main textarea,
* html .main select,
* html .main button { 
    font-size:              12px;
    f\ont-size:             inherit;
}
