	#blackscreen{
		background-color:black;
		height:100px;
		
		position:absolute;
			
		filter:alpha(opacity=75);
		-moz-opacity:.75;
		opacity:.75;
	}
	#greybox{
		border:2px solid #000099;
		position:absolute;
		
		padding:30px;
		padding-left:20px;
		padding-right:20px;
		padding-top:20px;
		top:0px;
		font-family:Arial,Verdana,serif;
		font-size:10px;
		background-color:white;
		text-align:left;
		margin-left:20px;
	}
	
	#greybox #itool{
		font-size:20px;
		font-weight:bold;
		color:#333399;
		font-family:Arial;
		padding-bottom:20px;
		
	}
	#greybox img{
		cursor:pointer;
	}
	#greybox table tr td, #greybox form input, #greybox form select,#greybox form textarea{
		font-size:10px;
	}
