@charset "UTF-8";
body
{
	padding-top: 60px;
	color: #666;
}
.formview
{
	color: #8E8E8E;
	text-align: center;
	font-size: 11px;
	height: 310px;;
}
label
{
	vertical-align: top;
}
form
{
	margin: 0;
}
form input
{
	margin-bottom: 6px;
	margin-top: 0;
	width: 147px;
	padding-left: 0;
	height: 16px;
}
#main
{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#banner
{
	font-weight: bold;
	text-align: center;
	padding: 4px 14px 18px 14px;
}
p
{
	margin: 5px 10px 5px 10px;
}
h1
{
	background-image: url(images/h1.gif);
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 4px 14px 4px 14px;
	border-top: 1px solid #C6C4BF;
	border-bottom: 1px solid #C6C4BF;
	margin: 0px;
}
textarea
{
	font-family: Arial;
	width: 147px;
	min-width: 147px;
	max-width: 147px;
	height: 72px;
	min-height: 72px;
	max-height: 72px;
	resize: none;
	overflow: auto;
}
#require_field
{
	width: 720px;
	text-align: center;
	top: -35px;
	position: relative;
}
#labelfor
{
	position: relative;
	top: -340px;
	text-align: right;
	width: 275px;
}
#labelfor div
{
	margin-bottom: 18px;
	padding-top: 2px;
}
td.name > span
{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 140px;
	overflow: hidden;
}
#get_link
{
	position: relative;
	top: 95px;
}
.fileinput-button
{
	height: 20px;
	width: 130px;
}
.fileinput-button input 
{
	cursor: pointer;
	direction: ltr;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: -25px;
	left: -13px;
	width: 158px !important;
}
.filesubmit-button
{
	height: 20px;
	width: 83px;
}
.filesubmit-button input 
{
	cursor: pointer;
	direction: ltr;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: -25px;
	left: -13px;
	width: 109px !important;
	height: 30px;
}
.result
{
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}
.progress
{
	width: 200px;
}
.precent
{
	float: left;
	margin-left: 5px;
	position: absolute;
}
.name
{
	width: 200px;
}
.name > span
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 140px;
}
.size
{
	width: 120px;
}
.cancel
{
	width: 140px;
}
#complete
{
	display: none;
}