﻿.file_input_div
{
	position: relative;
    padding-top: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}

.file_textbox_div
{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.file_input_hidden
{
	position: relative;
    top: 0;
    left: 0;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    height: 18px;
    width: 244px;
    padding-top: 2px;
    margin-bottom: -2px;
    cursor:pointer;
}

.futextbox
{
    padding: 2px 4px 2px 4px;
	font: 1em Arial, Verdana, sans-serif;
    border:1px solid #6D6D6D;
    height: 24px;
    width: 230px;
    background-color: #FEBCBD;
    cursor: pointer;
}