/*p, body, table, td, tr, input, select
{
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 10px;
}

a img
{
	border: none;
}
*/
/*MainPanel*/
.MainPanel{	width:610px;}

/*QuotaPanel*/
.QuotaPanel{	width:150px;background-color:#ddecfe;}
.QuotaPanel .Info{	padding:3px;}

/*Toolbar*/
.Toolbar.Left{background-image:url('../images/upload/ToolbarLeft.gif');width:9px;	height:26px;}
.Toolbar.Panel{background-image:url('../images/upload/ToolbarBackground.gif');height:26px;}
.Toolbar.Right{background-image:url('../images/upload/ToolbarRight.gif');	width:7px;	height:26px;}
.Toolbar.Panel a, .Toolbar .Panel a:hover{	cursor:default;	display:block;	text-decoration: none;	color:#000000;}
.Toolbar.Panel a{	padding:2px;}
.Toolbar.Panel a:hover{	background-color: #ffe7b6;	border: #666699 1px solid;	padding:1px;}
.Toolbar.Panel.Icon{	margin-top:-2px;	vertical-align:middle;	width:16px;	height:16px;	border:0px;}
.Toolbar.Separator{	margin-top:2px;	margin-left:5px;	margin-right:5px;	height:15px;	width:2px;}
.Toolbar.Header{	font-weight:bold;}

/*Progress*/
.Progress
{
	width:140px;
}

.Progress .Left
{
	background-image:url('../images/upload/ProgressLeft.gif');
	width:4px;
	height:14px;
}
.Progress .Panel
{
	width:132px;
	height:14px;
	background-image:url('../images/upload/Progress.gif');	
}

.Progress .Right
{
	background-image:url('../images/upload/ProgressRight.gif');
	width:4px;
	height:14px;
}

.Progress .Value
{
	height:14px;
	width:0px;
}

fieldset
{
	border: 1px dashed #0000FF;
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
}

fieldset legend
{
	border: 1px dashed #0000FF;
	background-color: #ffffff;
	padding: 3px;
	font-weight: 700;
	margin-left: 12px;
}