.agentbox {
	width: 450px;
	height: 150px;
	padding: 10px;
	margin-top: 30px;
	float: left;
	text-align: left;
}

.agentbox.s1 {
	margin-left: 20px;
}

img { float: left; z-index: 5; }

.agentinfo {
	float: left;
	margin-left: 10px;
	background: #ffffff;
	/*width: 299px;
	height: 146px;*/
	margin-top: 15px;
	color: #303030;
	border: 2px solid #ffffff;
	font-size: 16px;
	line-height: 20px;

}

span.bold { font-weight: bold; }

.agentcover {
	height: 170px;
	width: 147px;
	background: url('/images/agentcover.png') no-repeat;
	z-index: 10;
	float: left;
	margin-left: -137px;
	margin-top: -10px;
}

.tipsy { padding: 5px; opacity: 1; filter: alpha(opacity=100); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); font-size: 12px; line-height: 16px; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 480px; text-align: left; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }   