﻿.fileuploader_container
{
	width: 330px;
	height: 160px;
	padding: 10px;
	border: solid 1px #000000;
}

.fileuploader_left
{
	width: 77px;
	height: 22px;
	float: left;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 3px;
}

.fileuploader_right
{
	width: 250px;
	height: 25px;
	float: left;
	margin-bottom: 5px;
}

.fileuploader_list
{
	width: 330px;
	height: 106px;
	margin: auto auto 5px auto;
	overflow: auto;
	font-size: x-small;
	border: solid 1px #000000;
	clear: both;
}

.fileuploader_listitem
{
	padding: 5px 3px 0px 3px;
	margin: 0px 0px 2px 0px;
	height: 20px;
	background-color: #f1f1f1;
}

.fileuploader_list input
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B1C5C3;
	float: right;
	margin-top: -16px;
}

.fileuploader_message
{
	width: 255px;
	height: 20px;
	text-align: left;
	float: left;
	font-size: x-small;
	color: #ff0000;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	overflow: hidden;
}

.fileuploader_button
{
	width: 70px;
	height: 25px;
	text-align: right;
	float: left;
	overflow: hidden;
}

