/*custom upload elements*/
.customfile-input {
	position: absolute;
	height: 100px;
	cursor: pointer;
	background: transparent; 
	background: red;
	border: 0;
	outline: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 );
	ie-dummy: expression(this.hideFocus=true);
	z-index: 999;
}

.customfile {
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	
}

.customfile-disabled {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 );
	cursor: default;
}

.customfile-feedback {
	display: block;
	margin-top:4;
	vertical-align: middle;
	font-type: bold;
	width: 150px;
	white-space: nowrap;
	padding: .6em .3em;
}

.customfile-button {
    font-family:Arial,Verdana,Bitstream Vera Sans,sans-serif; font-size:10px;
    background:#FFFFFF url(../smartcheck/sc/skins/Enterprise/images/cssButton/button_stretch.png) repeat-x;
	color:#000000;
    border:1px solid #A6ABB4;
    float: right;
	width: 100px;
	height: 12px;
	text-align: center;
	text-decoration: none;
	font-size: 1.0em;
	padding: .6em .3em;
}

.customfile-hover .customfile-button,.customfile-focus .customfile-button
	{
	color: #111;
	background:#EEEEEE url(../smartcheck/sc/skins/Enterprise/images/cssButton/button_Over_stretch.png) repeat-x;
	border-color: #aaa;
	padding: .6em .3em;
}