/*[strip-space="true"]*/ /*[strip-comment="true"]*/ 

/* ajax loading div */
div.ajax-loading
{
	border:1px solid #cccccc;
	white-space:nowrap;
	position:fixed;
	left:2px;
	top:100%;
	margin-top:-32px;
	color:#444444;
	z-index:1000;
	padding: 8px 10px 8px 28px;
	font-size: 95%;
	font-weight: 600;
	background: #eeeeee url('../../images/common/ajax-load-red.gif') 6px center no-repeat;
}