#adiqPopups{ /* The main popup box */
	display: none;
	position: absolute;
	top: 40%; /* center point is 40% */
	left: 40%; /* center point is 40% */
	width: 321px;
	height: 159px;
	z-index: 100000;
}

#adiqBackground { /* the background design for the popup */
	background-image: url(../images/ommbank.jpg);
	/* position: absolute; */
	/* width: 321px; */
	/* height: 159px; */
	 
}

#adiqCloseButton { /* position of the close image/button */
	/* position: absolute; */
	/* top: 4px; */
	/* right: 4px; */
}

#adiqTitlePanel{ /* title of the popup */
	font:16px Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#415168; 
	/* left: 25px; */
	/* width: 250px; */
	/* position: absolute; */
	/* top: 10px; */
	/* text-align: center; */
}

.adiqMessagePanel{ /* message text area within the popup */
	font:11px Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#FFFFFF; 
	/* left: 20px; */ 
	/* width: 250px; */
	/* position: absolute; */ 
	/* top: 70px; */ 
	/* text-align: center; */
}

#adiqDefaultMessage{ /* by default show this message */
	display:block;
}

#adiqErrorMessage{ /* if an error occurs, this message will be displayed */
	display:none;
}

#adiqPostFailureMessage{ /* if failed to post to adiq, this message will be displayed */
	display:none;
}

#adiqSuccessMessage{ /* if successful, this message will be displayed */
	display:none;
}

#adiqFormPanel{ /* the form within the popup */
	/* position: absolute; */
	/* text-align:center; */
	/* left: 10px; */
	/* width: 200px; */
	/* top: 115px; */
}

.adiqFormLabels{ /* control the labels within the form */
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
	/* left: 10px; */
	/* width: 230px; */
	/* top: 120px; */ 
}

.adiqInputField{ /* control the style of the input field */
	border: #999999 1px solid;
	margin-bottom: 3px; 
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #e7e7e7;
}

#adiqFooter{ /* the text area for the footer within popup */
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	/* left: 190px; */
	/* width: 305px; */
	color: #5c5c5c; 
	/* position: absolute; */ 
	/* top: 205px; */
}

#adiqSubmit{
	/* position: absolute; */
	/* bottom: 20px; */
	/* left: 204px; */

}

#formLoading{
 position:absolute;
 display:none;
 height:20px;
 width:20px;
 left: 80px;
 top: 80px;
 z-index:1;
}

