﻿@charset "utf-8";
/* CSS Document */

.file{
	position:relative;
	padding-left:4px;
	background:#FFF;
	font-size:1em;
	font-weight:normal;
	color:#000;
	text-align:left;
	line-height:30px;
	cursor:pointer;
	width:330px;
	border:1px #000;
    cursor: pointer;
}
.file, .file div{
    cursor: pointer;
	height:30px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.file input[type=file]{
    cursor: pointer;
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	font-size:18px;
}
.file div{
    cursor: pointer;
	position:absolute;
	top:0px;
	right:0px;
	width:85px;
	height: 28px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	background:url(bg-button.png) center repeat-x;
	color:#2e6e9e;
}