#SWFUpload
{
	padding-right: 5px;
	margin: auto 0;
}

.uploading 
{ 
	color: #CCC; 
}

.uploadDone 
{ 
	color: #FA9F6E; 
}

span.progressBar 
{
	width: 105px;
	display: block;
	font-size: 10px;
	height: 4px;
	margin-top: 4px;
	margin-right: 35px;
}

.SWFUploadLink
{
	background: url(../loadedFiles/browse.png) no-repeat right;
	height: 19px;
	width: 187px;
}

table#picsTblBorder
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: #D5D8CF;
}

table#picsTbl
{
}

.browseTable_header
{
	font-size: 12px;
	color: #494440;
	font-weight: bold;
	text-align: center;
}

.imgPic
{
	height: 73px;
	width: 250px;
	text-align: center;
	margin-bottom: 4px;
}

.imgPic img
{
	height: 73px;
	width: 110px;
	border: 1px solid #D0D0D0;
}

