.uploadInput
{
	font-size:12px;
	font-family:Verdana;

	border-style:solid;
	border-color:rgb(0,0,0);
	border-width:1px;

	background-color:transparent;

	width:550px;
}

.uploadTextArea
{
	font-size:12px;
	font-family:Verdana;

	border-style:solid;
	border-color:rgb(0,0,0);
	border-width:1px;

	background-color:transparent;

	overflow:auto;

	width:550px;
	height:75px;
}

.uploadSelect
{
	background-color:transparent;

	border-style:solid;
	border-color:rgb(0,0,0);
	border-width:1px;

	width:550px;
}

.uploadLabel
{
	font-size:12px;
	font-family:Verdana;
}

.uploadDist
{
 width:30px;
}

.uploadReguli
{
 font-size:11px;
 font-family:Georgia;

 padding-left:5px;
 padding-bottom:10px;

 text-indent:5px;
}

.uploadButton
{
 border-style:solid;
 border-color:rgb(0,0,0);
 border-width:1px;

 background-color:rgb(213,213,213);

 margin-top:10px;
 margin-bottom:10px;
}

.uploadErrors
{
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;

	color:rgb(255,0,0);

	padding-bottom:10px;
}