#main h2 {
	margin: 10px 0 5px;
}
form {
	margin: 0;
	padding: 0;
}
#PGresultsTwo #wrap {
	background: white url('../images/background.png');
}
#PGresultsTwo #rightcolumn {
	background: #9fbbdb;
	float: right;
	padding: 10px 10px 50px 13px;
	width: 220px;
}
#PGresultsTwo #rightcolumn p {
	color: #555;
	line-height: 1.2em;
}

#PGresultsTwo #main {
	padding-right: 0;
	width: 497px;
}
* html #PGresultsTwo #main {
	padding-left: 10px;
}

#notifyMeBanner {
	background: url('../images/notify-me-blackarea.png') no-repeat left top;
	color: white;
	display: block;
	position: absolute;
	left: 755px;
	top: 172px;
	height: 122px;
	width: 194px;
}
#notifyMeBanner span { display: none; }

.gotoBanner {
	display: block;
	position: absolute;
	left: 765px;
	top: 120px;
	height: 42px;
	width: 178px;
}
.gotoBanner span { display: none; }
#gotoManuf, #gotoManufDuo { background: url('../images/goto-manufacturing.gif') no-repeat left top; }
#gotoConst { background: url('../images/goto-construction.gif') no-repeat left top; }
#gotoManufDuo { top: 172px; }

.whatisthis {
	cursor: help;
}
#WhatIsThisPopup { 
	display: none; 
	border: 2px solid #0E55A5; 
	position: absolute;
	top: 0;
	left: 0; 
	background: white;
	width: 300px; 
}
#WhatIsThisPopup a { 
	display: block;
	width: 300px;
	text-align: center;
	background: #0E55A5;
	color: white;
	padding: 1px 0;
	border-top: 1px solid #0E55A5;
	display: none;
}
#WhatIsThisPopup a:hover {
	background: #CDE3F0;
	color: #0E55A5;
	text-decoration: none;
}
#WhatIsThisPopup p {
	margin: 10px 10px;
}
