form#module_form table#image_module_uploader img
{
	max-width: 60px;
}

form#module_form table#image_module_uploader .fileinput-button 
{
	position: relative;
	overflow: hidden;
}

form#module_form table#image_module_uploader .fileinput-button input 
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 10px 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}

form#module_form p#image_module_tip
{
	margin-bottom: 30px;
}

div#image_module_zoom
{
	text-align: center;
}

div#image_module_zoom img
{
	max-width: 750px; /* #popup.large width - popup_content padding */
}