#ACTsearch_form {
padding:5px;
margin:0px;

}

.AjaxSearchItem {
	clear: both;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px;
	padding: 5px;
}

.AjaxSearchItem a {
text-decoration: none;
font-style: normal;
font-weight: normal;
display:inline;
color: black;
padding:0px;
margin:0px;

}

.ACTsearchimage {
border-color: black;
border-width: 1px;
border-style: solid;
float:left;
}

.ACTsearchdesc {
position: relative;
margin-left:40px;
}

.ACTsearchfulldesc {

	margin-left: 40px;

	font-size: 9px;

	color: #b1b1b1;

	text-transform: none;

	font-style: normal;

	font-weight: normal;

}

#ACTsearchResultsDiv {
display: none;
}

.ACTresultsboxfloat{
display:block;
position:absolute;
background: #ffffff;
padding:0px;
margin:0px;
left:390px;
top:10px;
}

#ACTresultsbox{
width: 360px;
padding:0px;
margin:0px;
border-color: #ffffff;
border-width: 1px;
border-style: solid;
}

.ACTnoresults {
	padding: 10px;
	color: #e4e4e4;
}

.morelink {
width:100%;
text-align:right;
	padding: 0px;
}

.morelink a {
float:right;
font-style: normal;
font-weight: normal;
text-decoration: none;
padding:5px;
display:block;
	color: #000000;
	font-size: 14px;
	
}
.closelink a {
float:left;
font-style: normal;
font-weight: normal;
text-decoration: none;
padding:5px;
display:block;
	color: #000000;
	font-size: 14px;
	
}

.shadow-one {
	position: absolute;
  left: 50%;
  top: 5.5em;
  margin-left: -10em;
	background: url(glow-white-25px-ur.png) no-repeat ;  /* For the upper right corner glow */
	background-position: right top;
  }  /* Absolute positioning forces shrink-to-fit behavior on the outer div, collapsing the div group around the image */

.shadow-two {
	padding-top: 50px;
	padding-left: 50px;
	background: url(glow-white-25px-ll.png) no-repeat;  /* For the upper right corner glow */
	background-position:left bottom;

	}  /* Padding size matches the dimensions on the corner BG images */

.shadow-three {
	background: url(glow-white-25px.png) no-repeat;  /* For the glow along right and bottom edges */
	background-position: right bottom;
	}

.shadow-four {
  position: relative;
  left: -50px;
	top: -50px;
	background: url(glow-white-25px.png) no-repeat;  /* For the glow along top and left edges */
	background-position: left top;

	}  /* Positioned relative and shifted up and left by the size of the paddings on .shadow-three */

.shadow-five {
  position: relative;
	left: 25px;
	top: 25px;
	background: #ffffff;
	}  /* Shifted back down and right by half the padding size to center the content on the glow */


