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

.customfile {
	width:200px;
	height:21px;
	background:#FFFFFF;
	cursor:pointer;
	overflow:hidden;
	padding:1px 8px 3px;
	border:1px solid #CECECE;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:relative;
}

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

.customfile-feedback {
	display:block;
	margin:3px 1px 1px 8px;
	color:#8E8E8E;
	padding:.3em .6em;
}

.customfile-feedback-populated {
	color:#333;
	font-style:normal;
}

.customfile-button {
	display:none;
}

.customfile-hover .customfile-button,
.customfile-focus .customfile-button {
	color:#111;
	border-color:#aaa;
	padding:.3em .6em;
}

.customfile-focus .customfile-button {
	outline:1px dotted #ccc;
}


/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp {  }

.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v {  }

.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit {  }