p, body, table, td, tr, input, textarea
{
	font-family: arial, verdana, sans-serif, helvetica;
	font-size: 12px;
}

body
{
	background-color: #ffffff;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#UploadPaneFrame
{
	border: solid 1px #7f9db9;		
}

#UploadPane
{
	width: 646px;
	border: solid 1px #ffffff;
	overflow: auto;
	height: 250px;
	background-color: #ffffff;
}

.UploadFile
{
	float: left;	
	display: block;
	width: 295px;
	height: 134px;
	padding-left: 10px;
	padding-top: 10px;
}

.UploadFile .Thumbnail
{
	border: solid 1px #EEEEEE;
	width:100px;
	height: 100px;
}

.UploadFile .Title
{
	width: 160px;
}

.UploadFile .Description
{
	width: 160px;
	height: 50px;
}

fieldset
{
	border: 1px dashed #b2b2a4;
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 6px;	
}

.error{
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}

fieldset legend
{
	border: 1px dashed #b2b2a4;
	padding: 3px;
	font-weight: 700;
	margin-left: 12px;
	background-color: #ffffff;
	color: #0046d5;
}