.clear {
	clear:both
}
.block {
	
	margin:0 auto;
	text-align:left;
}
.loading {
	float:right; 
	background:url(images/ajax-loader.html) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	background:url(images/iconIdea.html) no-repeat 2px; 
	padding-left:20px;
	
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none;
}