div.ia-page-area {
		
	}	
	
div.ia-page-box {
	border: 1px solid #DEDEDE;
	background-color: #ffffff;
	overflow: hidden;
	margin-left: 7px;
	}

div.ia-page-box-no-border {
	border: 0px;
	}
	
div.ia-page-content {
	padding: 10px;
	}
	
div.ia-page-wait  {
	display: none; 
	cursor: wait;
	width: 100%; 
	height: 100%; 
	z-index: 10000;
	top: 0;
	background-color: #0f0f0f0;
	left: 0; 
	position: fixed;
	}
	
div.ia-page-progress {
	margin-left: 7px; margin-bottom: 10px;
	background-color: #777777; background:url(/images/ia-progress-small.gif) no-repeat center center;  
	background-color: #ffffff;
	width: 100%; 
	height: 400px; 
	z-index: 10000;
	}

	