﻿.FileUpload {
 width:100%
}

.FileUpload input{
    background: url('../../Images/blu_bg.gif') repeat-x top;
    color: #ffffff;
    height:22px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding-bottom:1px
}


.FileUpload:hover input
{

    background: url('../../Images/lightblu_bg.gif') repeat-x top;
    color: #ffffff;
    height:22px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding-bottom:1px
}

 
