@charset "utf-8";
/* CSS Document */

div.uploader input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	height: 30px;
	border: none;
	cursor: default;
}
div.uploader input {
	width: 250px;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0px 5px;
	font-size: 13px;
	line-height: 30px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 2px;
}