#adiqPopups{ /* The main popup box */
	display: none;
	position: absolute;
	top: 150% !important; /* center point is 40% */
	left: -120% !important; /* center point is 40% */
	width: 370px;
	height:236px;
	z-index: 100000;
}

#adiqBackground { /* the background design for the popup */
	background-image: url(http://www.vonage-media.co.uk/general_images/vonage_callback_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: absolute;
	width: 370;
	height: 236;
}

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

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

.adiqMessagePanel{ /* message text area within the popup */
	font:9px Verdana, Arial, Helvetica, sans-serif; 
	color:#415168; 
	left: 115px; 
	width: 250px; 
	position: absolute; 
	top: 69px; 
	text-align: right;
	font-weight:bold;
}

#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: left;
	left: 203px !important; 
	width: 250px; 
	top: 98px;
}

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

.adiqInputField{ /* control the style of the input field */
	border: #999999 1px solid;
	margin-top: 5px;
	margin-bottom: 8px; 
	size: 200px; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #e7e7e7;
	background-color: #ffffff;
}

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

#adiqSpace{
	padding-top:3px;
}

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

