.upload {
	position:relative;
	width:520px;
}
.realupload {
/*	position:absolute;*/
/*	top:25px;*/
/*	right:0;*/

	/* start of transparency styles */
/*	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
*/	/* end of transparency styles */

/*	z-index:2; */
	width:370px;
}
form .fakeupload {
	background:url(../imgs/browse.gif) no-repeat 100% 50%;
}
form .fakeupload input {
	width:401px;
}