#singlecolsearch {
	width: 982px;
	clear: both;
	border-left: solid 4px #000;
	border-right: solid 4px #000;
	margin: 16px 0;
	padding: 0;
}
/* Containers for intro text */
#searchintro {
	width: 926px;
	margin: 0 auto;
	padding: 12px 12px;
}
#leftcol {
	width: 450px;
	float: left;
	padding: 0 12px 0 0;
}
#rightcol {
	width: 451px;
	float: left;
	padding: 0 0 0 12px;
	border-left: solid 1px #000;
}
/* Contains the iFrame */
#searchframe {
	clear: both;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
/* Styles the iFrame */
#mlssearch {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 5000px;
}
.searchbutton {
	width: 160px;
	text-align: center;
	font-style: italic;
	line-height: 16px;
	float: right;
	margin: 0 0 12px 12px;
}
.searchbutton img {
	padding-bottom: 9px;
	background-color: #FFF;
	border: 0;
}
