.gaveHopeSearchResult {
	display: block;
	width: 100%;
	color: #880000;
	}
	
.gaveHopeSearchResult:hover {
	color: #ff0000;
	}
	
.gaveHopeSearchResultTable {
	width: 100%;
	}
	
.gaveHopeSearchResult span {
	margin-right: 20px;
	}
	
.shareForm {
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: #e0e0e0;
	}
	
.shareFormHeading {
	font-size: 16px;
	font-weight: bold;
	}
	
.shareForm p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.shareForm input, .shareForm textarea {
	width: 90%;
	text-align: center;
	}