/* CSS Document */

body {
	background-color: #B2D6EE;
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 150%;
}

#agentInstruct {
	position: relative;
	text-align: center;
	width: 690px;
	height: auto;
	margin: auto;
margin-bottom: 10px;
}

#agentHolder {
	width: 290px;
	height: 285px;
	margin: auto;
	margin-bottom: 10px;
	text-align:center;
}

#agentInfo {
	text-align: center;
	width: 290px;
	height: 80px;
	margin: auto;
	text-transform:uppercase;
}


#close {
	position: absolute;
	left: 640px;
	top: 15px;
	width: 50px;
	height: 18px;
	font-size: 10px;
	background-image: url(../../assets/close.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	text-align: left;
	padding-left: 22px;
}

#close a {
	color: #003366;
}

#close a:hover {
	color: #1F89CD;
}
