*{margin: 0;padding: 0;list-style:none;border:none;}


h2 {
	display: block;
	font-size: 1.3em;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	margin: 15px 0px 20px;
}

:focus {
	outline: none;
}

h3 {
	font-weight: normal;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	color: #5A0404;
	margin: 30px 0px 20px;
}


#container {
	width: 800px;
	margin: 0 auto;
}

#search-box {
	position: relative;
	width: 400px;
	margin: 0 auto;
	display: inline;
}


.wrapper {
	width: 750px;
	margin: 0 auto;
}

#message {
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 20px;
	text-align: center;
}
.autocomplete-container {
	width: 165px;
	height: 32px !important;
}
.proposal-list{
	width: 199px;
	height: auto;
	position: relative;
	z-index: 999;
	left: -1px;

}
.proposal-list li {
	text-align: left;
	padding: 0px;
	font-family: inherit;
	border: 1px solid rgba(0, 0, 0, 0.16);
	/*height: 25px;*/
	line-height: 35px;
	width: 200px;
	cursor: pointer;
	background: #fff;
}
li.proposal.selected {
	color: #fff;
	color: white;
	/*margin-top: 20px;*/
	background-color: rgba(175, 42, 0, 0.52);
	color: white;
}
.proposal-box {
	position: absolute;
	height: auto;
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	border-right: 1px solid rgba(0, 0, 0, 0.11);
	left: -1px;
	top: 10px;
}