#SiteContent {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 33px;
	right: 0px;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
}

/* for internet explorer */
* html body {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 33px;
}

#proposedConceptsCloudDiv {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	right: 0px;
	height: 150px;
}

#searchboxDiv {
	left: 0px;
	width: 450px;
	height: 40px;
}

#resultsDiv {
	position: relative;
	right: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 500px;
}

#resultsWait {
	visibility: hidden;
	position: absolute;
	right: 0px;
	top: 270px;
	left: 0px;
	bottom: 0px;
	width: 500px;
}

#proposedConceptsCloudWait {
	visibility: hidden;
	position: absolute;
	top: 90px;
	left: 0px;
	width: 500px;
	right: 20px;
	height: 150px;
}

#newSearch {
	padding-bottom: 5px;
}