﻿.processing 
{
	position: absolute;
	width: 250px;
	left: 350px;
	top: 250px;
}
.processing .processingtable 
{
	background-color: #f7be00;
	border: solid 2px #f7be00;
}
.processing .processingheader 
{
	background-color: #f7be00;
	height: 20px;
}
.processing .processingtext 
{
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal;
	color: #000000;
}