/*!
 * Ext JS Library 3.3.1
 * Copyright(c) 2006-2010 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license
 */
/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 20px;
    /*margin-bottom: 10px;
    margin-top: -5px;*/
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 20px;
    /*margin-bottom: 10px;
    margin-top: -5px;*/
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
	height: 20px;
	margin-bottom:1px;
	/*position: absolute;
	right: 0;
	z-index: 1;
	height: 20px;
	margin-bottom:2px;*/
	/*margin-bottom: 10px;
	margin-top: -5px;
	margin-left: 50px;*/
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
    width: 215px;
    height: 20px;
    /*margin-bottom: 10px;
    margin-top: -3px;*/
}