
  /************************************************************\
  *
  *	  wordCloud Copyright 2007 Derek Harvey
  *	  www.lotsofcode.com
  *
  *	  This file is part of wordCloud.
  *
  *	  wordCloud is free software; you can redistribute it and/or modify
  *	  it under the terms of the GNU General Public License as published by
  *	  the Free Software Foundation; either version 2 of the License, or
  *	  (at your option) any later version.
  *
  *	  wordCloud is distributed in the hope that it will be useful,
  *	  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *	  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
  *	  GNU General Public License for more details.
  *
  *	  You should have received a copy of the GNU General Public License
  *	  along with wordCloud; if not, write to the Free Software
  *	  Foundation, Inc., 59 Tpxple Place, Suite 330, Boston, MA	02111-1307	USA
  *
  \************************************************************/
  
  
  
  	#cloud {  
	height:auto; 
	margin: 0; 
	width: auto; 
	text-align:center; 
	border: none;  
	}
	
	#words, #the_cloud  {
	width: 530px;
	min-height: 200px;
	max-height: 400px;
	border: 1px solid #666;
	padding: 4px 4px 10px 10px;
	visibility:visible;
	background: #fff;
	margin: 0 auto 0  auto;
	overflow: auto;
	
	}
	
	#cloud #the_cloud {
	padding-top: 10px;	
	font-family: "Times New Roman", Times, serif;
	}
	
	label {
	display:block; 
	width:200px; 
	text-align:right; 
	float:left; 
	padding-right:20px; 
	}
	
	select { 
	display:block; 
	}
	
	.wordbox {
		padding: 5px;
		
	}
	
	.elabel{
		margin-left:150px;
		width:200px !important;	
	}
	.etext{
		float:left;
		display:block;
	}
	
	.printonly { 
		display:none;
	}
	.noprint{
		display:block;
		overflow:hidden;
		margin: 10px 0 0 0;
	}
	  .word {
  	padding: 0px 0px 0px 0px;
  	letter-spacing: -1px;
  	text-decoration: none;
  	font-weight: normal;
	line-height:0.8em;
	
  }
  .size9 {
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;
  	font-size: 2.6em;
  }
  .size8 {
  	opacity: .95;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=95);
  	font-size: 2.4em;
  }
  .size7 {
  	opacity: .85;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=85);
  	font-size: 2.2em;
  }
  .size6 {
  	opacity: .8;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=80);
  	font-size: 2.0em;
  }
  .size5 {
  	opacity: .75;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	filter: alpha(opacity=75);
  	font-size: 1.8em;
  }
  .size4 {
  	opacity: .65;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=65);
  	font-size: 1.6em;
  }
  .size3 {
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
	filter: alpha(opacity=55);
	opacity: .55;
  	font-size: 1.4em;
  }
  .size2 {
	opacity: .5;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	filter: alpha(opacity=50);
  	font-size: 1.2em;
  }
  .size1 {
  	opacity: .45;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
	filter: alpha(opacity=45);
  	font-size: 0.8em;
	line-height: 0.8em
  }
  .size0 {
  	opacity: .4;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; 
	filter: alpha(opacity=40);
  	font-size: 0.6em;
	line-height: 0.6em
  }
  #view #cloud{
	  width:780px;
	  margin:15px auto;
  }
  #cloud{
	margin-left: 10px;
  }
  
  .hide{
	  display:none;
  }
