@charset "utf-8";
/* CSS Document */
a{
	color: #222;
	text-decoration: none;
	outline: none;
}

a img{
	border: none;
}
/* ---- agent99 ----------------------- */
.popup{
	left: 50%;
	margin: -360px 0 0 -140px;
	top: 485px;
}

/* ---- terms & conditions ------------------ */
.termsAndConditions{
	width: 375px;
	background: #000  url(../images/ha_popBG.gif);
	left: 50%;
	margin: 0 0 0 -140px;
	top: 0;
}

.tBody{
	padding: 0 10px 10px 10px;
	background: url(../images/ha_popBG_top.gif) no-repeat top;
	color: #f1f1f1;
}


.popUpClose{
	display: block;
	width: 100%;
	height: 25px;
}

.txt_terms{font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px;}
