#adiqPopups{ /* The main popup box */
	display: none;
	position: absolute;
	top: 20%; /* center point is 40% */
	left: 65%; /* center point is 62% */
	margin-left: -300px;
	width: 300px;
	height:150px;
	background-color: #ffffff;
	color: #333;
	z-index: 100000;
}

/*#adiqImagePos { /* position of the image/button that initiates popup */
/*	position: absolute; 
	top: 45%; 
	left: 40%;
}*/

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

#adiqBackground { /* the background design for the popup */
	Z-INDEX: 1; 
	LEFT: 0px; 
	BACKGROUND-IMAGE: url(http://www.txt4.com/pwc/images/logo.jpg);
	WIDTH: 300px; 
	BACKGROUND-REPEAT: no-repeat; 
	POSITION: absolute; 
	HEIGHT: 150px; 
	border:#333333 solid 2px;
}

#adiqTitlePanel{ /* title of the popup */
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#415168; 
	FONT-SIZE: 16px; 
	Z-INDEX: 2; 
	LEFT: 10px; 
	WIDTH: 260px; 
	POSITION: absolute; 
	TOP: 10px; 
	TEXT-ALIGN: left;
}

#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 */
	text-align:center;
	Z-INDEX: 2; 
	LEFT: 50px; 
	WIDTH: 200px; 
	COLOR: #000000; 
	POSITION: absolute; 
	TOP: 110px;
	overflow:auto;
}

#adiqFooter{ /* the text area for the footer within popup */
	FONT-SIZE: 9px; 
	Z-INDEX: 1; 
	LEFT: 190px; 
	WIDTH: 305px; 
	COLOR: #5c5c5c; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	POSITION: absolute; 
	TOP: 205px; 
	TEXT-ALIGN: right;
}

.adiqInputField{ /* control the style of the input field */
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	margin-bottom: 5px; 
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	margin-left: 5px; 
	border-left: #999999 1px solid; 
	width: 120px; 
	color: #000000; 
	border-bottom: #999999 1px solid; 
	height: 17px; 
	background-color: #e7e7e7;
}

.adiqMessagePanel{ /* message text area within the popup */
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#415168; 
	FONT-SIZE: 11px; 
	Z-INDEX: 2; 
	LEFT: 25px; 
	WIDTH: 250px; 
	POSITION: absolute; 
	TOP: 50px; 
	TEXT-ALIGN: center;
}
