﻿/* css fixes for IE <= 8 */

/* http://www.mattheerema.com/web-design/2006/04/getting-fieldset-backgrounds-and-legends-to-behave-in-ie/ */
fieldset 
{     
    position: relative;    
    margin-top: 2em;
    padding-top: 0.75em;
}

legend 
{     
    position: absolute;
    position:absolute;
    top: -0.75em;
    left: 0.5em;
}

fieldset.w15-36 input[type=text], 
fieldset.w15-36 input[type=number], 
fieldset.w15-36 input[type=password],
fieldset.w15-36 textarea
{
    width: 30em; /* 2.5 em smaller than in Form.css */
}

fieldset.w15-36 select
{
    width: 30.5em; /* 2.5 em smaller than in Form.css */
}

fieldset.w20-31 input[type=text], 
fieldset.w20-31 input[type=number], 
fieldset.w20-31 input[type=password],
fieldset.w20-31 textarea
{
    width: 25em; /* 2.5 em smaller than in Form.css */
}

fieldset.w20-31 select
{
    width: 25.5em; /* 2.5 em smaller than in Form.css */
}