﻿/* Стилизация выбора файла.
	Не рекомендуется исправлять.
	Внешний вид изменяется заменой файлов
		images/button.gif - активное и неактивное состояние
		images/button_cancel.png - иконка удаления файла (крестик)
*/

.customFile
{
    width: 219px;
    margin-left: -225px;
    cursor: default;
    height: 21px;
    z-index: 2;
    filter: alpha(opacity: 0);
    position: relative;
    opacity: 0;
    float: left;
}
.fakeButton
{
    z-index: 1;
    position: relative;
    width: 85px;
    height: 21px;
    background: url(../images/button.gif) no-repeat left top;
    float: left;
}
.blocker
{
    position: relative;
    z-index: 3;
    width: 150px;
    height: 21px;
    background: url(../images/transparent.gif);
    float: left;
    margin-left: -240px;
   
}
.FileName
{
    float: left;
    height: 15px;
    font-family: Verdana;
    font-size: 8pt;
    color: Gray;
    margin-left: 5px;
    margin-top: 2px;
    padding-top: 1px;
    padding-left: 19px;
    padding-right: 7px;
    
}
.minus
{
    cursor: pointer;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/button_cancel.png) no-repeat left;
    float: left;
    margin-top: 3px;
}
.wrapper
{
    float: left;
    width: 100%;
    display: block;
    margin: 3px;
}
