.roundedsectionbase
{
	padding: 0px 0px 0px 0px;
	background-color: #E5E5E5;  
	overflow: hidden;
}
div.agentproperties
{
    display: block;
    width: 158px;
    height: 21px;
    background: url(../../images/agentsearch/agent_u.gif) no-repeat top left;
}
div.agentproperties:hover
{
    display: block;
    width: 158px;
    height: 21px;
    background: url(../../images/agentsearch/agent_h.gif) no-repeat top left;
}
div.teamproperties
{
    display: block;
    width: 158px;
    height: 21px;
    background: url(../../images/agentsearch/team_u.gif) no-repeat top left;
}
div.teamproperties:hover
{
    display: block;
    width: 158px;
    height: 21px;
    background: url(../../images/agentsearch/team_h.gif) no-repeat top left;
}