@charset "utf-8";
/* CSS Document */

.file_input_textbox
{
	float: left;
}

.file_input_div
{
	position: relative; 
	width: 100px; 
	height: 21px; 
	overflow: hidden;
	padding-left:2px;
}

.file_input_button
{
	width: 100px;
	height:21px;
	position: absolute;
	top: -1px;
	background-color: # F1F1F1;
	color: #000;

}

.file_input_hidden
{
	font-size: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.file_input_send
{
	width: 48px;

	}

