@charset "utf-8";
/* CSS Document */
.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #000000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000000;
	color: #fff;
	}
.suggestionList {
		margin: 0px;
		padding: 0px;
	}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	}
.suggestionList li:hover {
	background-color: #0099FF;
	}
#wrapper2 #content_wrapper2 #main_content2 #form1 #bot #submit {
	float: right;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	border: 0.1em solid #000000;
}
