/* Submit buttons and green arrow links */



/* Green Arrow */
.green-arrow-link { 
    background: url('https://media.mt.com/dam/labdiv/graphics/green_arrow.gif') 0px 2px no-repeat; 
    background-repeat: no-repeat; 
    background-position: 0px 2px;
    display: block; 
    padding-left: 15px; 
    margin: 5px 0px 5px 0px;
    font-size: 12px;
}




/* ************************************************************************* */
/*                                                                           */
/*                                  submit button                            */
/*                                                                           */
/* ************************************************************************* */ 
a.submit-button         
        { display: block; 
            width: 132px; 
            height: 24px; 
            line-height: 24px; 
            font-size: 12px; 
            font-weight: bold; 
            float: left; 
            margin: 0 10px 10px -3px; 
            text-decoration: none; 
            padding: 4px 0 4px 14px; 
            text-align: left; 
            color: #fff; 
            overflow: hidden; 
            background: url('https://media.mt.com/dam/LabDiv/graphics/submit_button_green2.png') no-repeat 0 0; 
        }


a.submit-button:hover   { background-position: 0 -32px;  }
a.submit-button:active  { background-position: 0 -64px;  }

/*IE FIX*/
a.submit-button { *line-height: 23px; line-height: 23px\9; }

/* Green Button 200px long */
a.submit-button-200         
        { display: block; 
            width: 200px; 
            height: 24px; 
            line-height: 24px; 
            font-size: 12px; 
            font-weight: bold; 
            float: left; 
            margin: 0 10px 10px -3px; 
            text-decoration: none; 
            padding: 4px 0 4px 14px; 
            text-align: left; 
            color: #fff; 
            overflow: hidden; 
            background: url('https://media.mt.com/dam/LabDiv/graphics/submit_button_green200.png') no-repeat 0 0; 
        }


a.submit-button-200:hover   { background-position: 0 -32px;  }
a.submit-button-200:active  { background-position: 0 -64px;  }

/*IE FIX*/
a.submit-button-200 { *line-height: 23px; line-height: 23px\9; }



/* Green Button 250px long */
a.submit-button-250         
        { display: block; 
            width: 250px; 
            height: 24px; 
            line-height: 24px; 
            font-size: 12px; 
            font-weight: bold; 
            float: left; 
            margin: 0 10px 10px -3px; 
            text-decoration: none; 
            padding: 4px 0 4px 14px; 
            text-align: left; 
            color: #fff; 
            overflow: hidden; 
            background: url('https://media.mt.com/dam/LabDiv/graphics/submit_button_green_250.png') no-repeat 0 0; 
        }


a.submit-button-250:hover   { background-position: 0 -32px;  }

/*IE FIX*/
a.submit-button-250 { *line-height: 23px; line-height: 23px\9; }


/* Green Button 400px long */
a.submit-button-400         
        { display: block; 
            width: 400px; 
            height: 24px; 
            line-height: 24px; 
            font-size: 12px; 
            font-weight: bold; 
            float: left; 
            margin: 0 10px 10px -3px; 
            text-decoration: none; 
            padding: 4px 0 4px 14px; 
            text-align: left; 
            color: #fff; 
            overflow: hidden; 
            background: url('https://media.mt.com/dam/LabDiv/graphics/submit_button_green_400.png') no-repeat 0 0; 
        }


a.submit-button-400:hover   { background-position: 0 -32px;  }

/*IE FIX*/
a.submit-button-400 { *line-height: 23px; line-height: 23px\9; }


/* Green Button 315px long */
a.submit-button-315         
        { display: block; 
            width: 315px; 
            height: 24px; 
            line-height: 24px; 
            font-size: 12px; 
            font-weight: bold; 
            float: left; 
            margin: 0 10px 10px -3px; 
            text-decoration: none; 
            padding: 4px 0 4px 14px; 
            text-align: left; 
            color: #fff; 
            overflow: hidden; 
            background: url('https://media.mt.com/dam/MTPRO/Graphics/button2_315.png') no-repeat 0 0; 
        }


a.submit-button-315:hover   { background-position: 0 -32px;  }

/*IE FIX*/
a.submit-button-315 { *line-height: 23px; line-height: 23px\9; }





/* ************************************************************************* */
/*                                                                           */
/*                              Links - pdf and green triangle               */
/*                                                                           */
/* ************************************************************************* */ 

a.my-pdf, a.my-link {
    padding: 3px 0px 3px 23px;
    background-image: url(https://media.mt.com/dam/LabDiv/graphics/39507.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin: 1px 0px;
    z-index: 10;

}

a.my-link {
    background-image: url(https://media.mt.com/dam/LabDiv/graphics/triangle-blt2.png);
    
}
