.remove-attachment{
	margin-top: 2px;
	cursor: pointer;
	position: absolute;
	top: -3px;
	right:	106px;
}

label.attachment{
	margin-bottom: 10px;
}

fieldset div{
	position: relative;
}

#media-table .mark-link:hover{
		text-decoration: underline;
		cursor: pointer;
	}
	
	#media-table .mark-cell{
		width: 100px;
		text-align: center;
	}
	
	#preview_target{
		display: none;
		height: 0;
		width: 0;
	}
	
	span .attachment{
		margin-bottom: 10px;
	}
	
	div.fileinputs {
		position: relative;
		margin-top: 0;
		margin-bottom: 20px;
	}

	div.fakefile {
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	z-index: 1;
		margin: 0;
	}

	input.file {
    	position: relative;
    	text-align: right;
    	-moz-opacity:0 ;
    	filter:alpha(opacity: 0);
    	opacity: 0;
    	z-index: 2;
	}
	
	.attach-file {
		border: 2px solid #E1E1E1;
		margin: 0 0 20px 0;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
	
	
	.attach-file-img {
		cursor: pointer;
		margin-left: 5px;
	}



