html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4F4F4F;
	background-color: #FFF;
	line-height:18px;
}
#container {
	background-image: url(../images/bg_tagCloud_generator.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 802px;
	margin:30px auto;
	overflow:hidden;
	line-height:13px;
}

#container #editorpanel{
	padding:60px 35px 0 35px;
	position:relative;
}

#container #editorpanel .long{
		background:none;
		background:url(../images/big_bg.png) no-repeat;
		width:300px;
		height:25px;
		border:0;
		margin:5px 0 0 0;
		padding:3px 0 0 3px;
		color:#8b8b8b;
}

#container #editorpanel .short{
		background:none;
		background:url(../images/small_bg.png) no-repeat;
		width:72px;
		height:25px;
		border:0;
		margin:5px 0 0 0;
		padding:3px 0 0 0;
		color:#8b8b8b;
		text-align:center;
}

#container #editorpanel .spacer{
		height:3px;
}

#container #editorpanel #minword{
		float:left;
		width:120px;
		margin-right:20px;
}

#container #editorpanel #mincount{
		float:left;
		width:120px;
		margin-right:20px;
}

#container #editorpanel #maxwords{
		float:left;
		width:150px;
		margin-right:20px;
}

#container #editorpanel #basefontsize{
		float:left;
		width:120px;

}

#container #editorpanel #maxfontsize{
}

#container #editorpanel #submission{
		background:url(../images/btn_convert_tagcloud.png) no-repeat;
		width:264px;
		height:76px;
		
		position:absolute;
		right:60px;
		top:70px;
		border:0;
		outline:0;
		display:block;
		text-indent:-9999px;


}

#container #editorpanel #gethelp{
	position:absolute;
	right:60px;
	top:45px;
	border:0;
	background:url(../images/gethelp.png) no-repeat;
	width:70px;
	height:22px;
}

#container #editorpanel #gethelp a  {
	text-indent:-9999px;
	height:20px;
	width:68px;
	display:block;
}

#result{
	width:802px;


}

#flash{
	width:802px;
	margin:0 auto;
	text-align:center;
	
}

#cloud{
	width:802px;	
	text-align:center;
	background:url(../images/bg_cloud.jpg) no-repeat center center;
}

h1{
	font-size:16px;
	font-weight:bold;
	color:#444;
	margin:25px 0;
	text-align:center;
	line-height:30px;
	width:380px;
	margin:10px auto;

	background:url(../images/h1.png) no-repeat;
}

#IEroot #submission {
width:264px;
height:76px;
font-size: 0;
color: #fff;
text-align: right;
}

#info{
	width:772px;
	margin:0 auto;
	padding:0 0 0 30px;
}

#info h2,#container h2{
	color:#6C809F;
	font-size:18.555px;
	margin:18.5px 0;
	font-weight:normal;
	line-height:20px;
	
}

#info h3,#container h3{
	color:#6C809F;
	font-size:16.555px;
	margin:18.5px 0;
	font-weight:normal;
	line-height:20px;
	border-bottom:1px solid #6c809f;
	
}

#info p{
	line-height:18px;
	padding:0 35px 0 0;
}
		
#footer{
	clear:both;
	width:732px;
	margin:40px auto 0 auto;
	padding:10px 10px 10px 30px;
	text-align:center;
	font-size:11px;
	background:#ccc;	
	border:1px dotted #eee;
	height:10px;

}
#footer ul{
		float:left;
}

#footer ul li{
	float:left;
	display:block;
	margin:0 35px 0 0;
	line-height:10px;
}

#footer ul li a{
		color:#6C809F;
		text-decoration:none;
}

#con{
	margin:0 auto;
	color:#eee;
}

#functions ul{
		list-style:square;
		list-style-position:inside;
		margin:0 0 0 20px;
		height:auto;
}
#functions ul li{
		color:#617185;
		padding:5px 0;
}

h4{
		padding:10px;
		background-color:#eee;
		color:#333;
		font-size:13px;
		font-weight:bold;
		margin:10px 0;
}

strong{
		font-weight:bold;
}

blockquote{
		margin:0 0 0 30px;
		color:#333;
}

.loading{
		height:40px;
		background-image:url(../images/ajax-loader.gif) no-repeat center center;
		width:800px;
		margin:0 auto;
}