/* ÆÄÀÏÃ·ºÎ CSS  */
.file_input_textbox
{
	float: left;
	width: 100px;
}

.file_input_span
{
	position: relative;
	bottom:2px;
	width: 80px;
	height: 23px;
	overflow: hidden;
}

.file_input_hidden
{
	font-size: 6px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 60px;		

	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.file_btn_out
{
	font-family: ³ª´®°íµñ, NanumGothic, '¸¼Àº °íµñ', 'Malgun Gothic', µ¸¿ò, Dotum, ±¼¸², Gulim, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	display: inline-block;
	height: 23px;
	padding: 1px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#699319), to(#426d0d));

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: rgb(223, 224, 225) 1px 1px;
}
/* ¹öÆ° ³»ÇÇ */
.file_btn_in
{
	display: inline-block;
	height: 23px;
	padding: 0px 0.9em;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86bb1e), to(#568a11));
	font-size: 0.8em;
	color: #fff;
	font-weight:bold;
	line-height: 22px;
	white-space: nowrap;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	background-position: initial initial;
	background-repeat: initial initial;
}

/* ÀÌ¹ÌÁö ÁÂÃø »ó´Ü + ¹öÆ° */
.img_plus
{
	margin:0px;
	padding:0px;
	width:auto;
	/*text-align:center;*/
	border:0px solid #dcdcdc;
	margin-top:5px;
}

.img_plus div
{
	position:relative;
	left:0px;
	top:20px;
	width:20px;
	height:20px;
	background:#bbbbbb;
	text-align:center;
	line-height :20px;
	border: 1px solid #bbbbbb;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


.img_plus strong
{
	font-size:13pt;
	color:#000000;
}


.img_dox { border:0px #dcdcdc solid; width:40px; height:50px; display:table-cell; vertical-align:middle }
.img_dox img { max-width:40px; max-height:50px; height:auto; vertical-align:middle; border:0px #dcdcdc solid; cursor:pointer; }