
#uploading
{	background:		white;
	width:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	height:			100%;
	z-index:		10000;
	opacity: 		0.6;
}
#uploading div
{	height:			100px;
	width:			250px;
	position:		absolute;
	top:			200px;
	left:			50%;
	margin:			-50px 0 0 -125px;
	padding:		10px;
	background:		white url(/imgs/admin/loading.gif) no-repeat center center;
	postion:		absolute;
	color:			black;
	font-size:		18px;
	text-align:		center;
	opacity: 		1;
}
#content form p#spf
{	display:		none;
}
div.formError
{	background:		none repeat scroll 0 0 maroon;
	color:			white;
	margin:			5px 0 0 5px;
	padding:		2px 4px;
	width:			388px;
	position:		absolute;
	font-size:		12px;
	z-index:		100;
}
