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

#adiqBackground { /* the background design for the popup */
	background-image: url(../images/vw_logo_grey.jpg);
	background-repeat: no-repeat; 
	background-color: #000000; 
	position: absolute; 
	width: 304px;
	height: 180px;
	border:#3a3a3b 1px solid; 
}

#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:#FFFFFF; 
	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: 25px; 
	width: 250px; 
	position: absolute; 
	top: 52px; 
	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;
}

#adiqCallbackScheduledMessage{ /* if consumer already scheduled for callback, this message will be displayed */
	display:none;
}

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

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

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

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