	div#upload_resume {
		position: relative;
		margin-left: 20px;
		width: 430px;
	}

	div#choose_resume {
		position: absolute;
		vertical-align: middle;
		top: 0px;
		left: 0px;
		z-index: 1;
	}

	input.file_input {
		position: relative;
		text-align: right;
		-moz-opacity:0;
		filter:alpha(opacity: 0);
		opacity: 0;
		z-index: 2;
		width: 323px;
		font-family: Tahoma, Verdana Arial, Sans-Serif;
		font-size:9pt;
		color: #CACCCE;
		height:20px;
	}
	
	input#fake_choose_file {
		width: 250px;
		height: 18px;
		border: 1px solid #5D5E5F;
		background-color: #272D31;
		vertical-align: middle;
		line-height: 18px;
		
		color: #CACCCE;
		font-size: 8pt;
		font-weight: normal;
		font-family: Tahoma, Verdana Arial, Sans-Serif;
	}
	
	input#fake_choose_file_button {
		width: 75px;
		height: 22px;
		border: 1px solid #5D5E5F;
		background-color: #272D31;
		cursor: pointer;
		vertical-align: middle;
		
		color: #CBE603;
		font-size: 8pt;
		font-weight: normal;
		font-family: Tahoma, Verdana Arial, Sans-Serif;
		line-height: normal;
	}
	
	input#fake_choose_file_submit {
		width: 80px;
		height: 22px;
		border: 1px solid #5D5E5F;
		background-color: #272D31;
		cursor: pointer;
		vertical-align: middle;
		
		color: #CBE603;
		font-size: 8pt;
		font-weight: normal;
		font-family: Tahoma, Verdana Arial, Sans-Serif;
		line-height: normal;
	}
