#adiqPopups{ /* The main popup box */
	display: none;
	position: absolute;
	top: 55%; /* center point is 1% */
	left: 55%; /* center point is 1% */
	width: 310x;
	height: 170px;
	#z-index: 10000000;
}

#adiqBackground { /* the background design for the popup */
	background-image: url(../images/logo.jpg);
	position: absolute;
	width: 295px;
	height: 140px;
	border:#333333 2px solid; 
}

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

#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:#415168; 
	left: 25px; 
	width: 250px; 
	position: absolute; 
	top: 50px; 
	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: 50px; 
	width: 200px; 
	top: 100px;
}

.adiqFormLabels{ /* control the labels within the form */
	font:11px Arial, Helvetica, sans-serif;
	color:#415168; 
	left: 25px; 
	width: 250px; 
	top: 50px; 
}

.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; 
}
