.someDiv
        {
            margin-left: 300px;
            margin-top: 30px;
            border: 1px solid Silver;
            height: 300px;
        }
        #File1
        {
            float: left;
        }
        .customFile
        {
            width: 70px;
            margin-left: -70px;
            cursor: pointer;
            height: 21px;
            z-index: 2;
            filter: alpha(opacity: 0);
            position: relative;
            opacity: 0;
            float: left;
        }
        .fakeButton, .fakeButton_active
        {   display:block;
            z-index: 1;
            position: relative;
            width: 71px;
            height: 22px;
            background: url("/gfx/button-browse.png") 0px 0px no-repeat ;
            float: left;
            cursor:pointer;
        }



   .fakeButton_active { background-position: 0px -24px!important;}

       .blocker
        {
            background: url("/gfx/elements_form.png") no-repeat 0px 0px;
            width: 300px;
            height: 21px;
            padding: 0 5px 0px 0;
            margin-right:10px;
            float: left;
        }
        .wrapper_file .FileName {
        position:absolute;
        left: 6px;  top: 3px;
        position: absolute;
        color:#000000;
        }

        .minus
        {
            cursor: pointer;
            margin-left: 5px;
            width: 16px;
            height: 16px;
            background: url(/css/images/plusminus.gif) no-repeat left -16px;
            float: left;
            margin-top: 3px;
        }
        .wrapper_file
        {position:relative;
        /*
            float: left;
            width: 100%;
            display: block;
            margin: 3px;
            */
        }
/*
     */
/*
*/