@CHARSET "ISO-8859-1";

	.ybu_error 	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		padding-right: -10px;
		background-image: url('images/no.png');
		background-position: right;
		background-repeat: no-repeat;
		background-color: white;
	}
	
	.ybu_done {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		padding-right: -10px;
		background-image: url('images/yes.png');
		background-position: right;
		background-repeat: no-repeat;
		background-color: white;
	}
	
	.ybu_progress_list
	{
		list-style: none;
		display: none;
		height: 100%;
		background-color: white;
	}
	
	#ybu_upload_form
	{
		position: relative;
	}
	
	.ybu_file
	{
		display: block;
		position: relative;
		border: 1px solid gray;
		overflow: hidden;
		width: 40em;
		margin: 0px 0px -1px 0px;
		
	}
	
	.ybu_file P
	{
		font-size: 80%;
		margin: 0px;
		padding: 1px 1px 1px 1em;
	}
	
	.ybu_progress 
	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 0px;
		background-color: silver;
		color: white;
	}
	
	.ybu_progress a 
	{
		color: white;
	}