﻿/*custom upload elements*/
.customfile-input
{
    position: absolute;
    height: 15px;
    cursor: pointer;
    background: transparent;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 999;
    border: 1px solid black;
    overflow:hidden;
    line-height:15px;
    
}

.customfile
{
    width: 260px;
    background-image: url(/images/template/input-bar.png);
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    padding: 2px;
    position: relative;
    float:left;
}
.customfile-disabled
{
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: default;
}
.customfile-feedback
{
    display: block;
    margin: 1px 1px 1px 5px;
    font-size: 1.2em;
    color: #000;
    padding-left: 5px;
    height: 20px;
}
.customfile-feedback-populated
{
    color: #000;
    font-style: normal;
    padding-left: 0px;
    background: url(/images/icon-generic.gif) left 4px no-repeat;
    font-family:  Arial;
    font-size: 12px;
    padding-top:10px;
    height:15px;
    overflow:hidden;
}
.customfile-button
{
    background: url(/images/template/browse-button.png);
    background-repeat: no-repeat;
    font-weight: bold;
    float: right;
    width: 50px;
    padding: 5px 10px 0px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    height:28px;

}



/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp
{
    background-image: url(../images/icon-image.gif);
}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v
{
    background-image: url(../images/icon-media.gif);
}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit
{
    background-image: url(../images/icon-zip.gif);
}
