#box-wrapper{
	padding:20px;
}

div.error {
	border:1px solid red;
	color:red;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.clear {
 clear:both;
}
.suggest {
	width:95%;
	border:1px solid #c0c0c0;
	position:absolute;
	max-height:300px;
	background-color:#fff;
	overflow:auto;
}
.suggest ul {
	padding:0px !important;
	margin: 0px !important;
}
.suggest ul li {
	list-style-type:none;
	width:100%;
	padding:0px;
}
.suggest ul li a {
	display:block;
	width:100%;
	padding:5px;
	background:#fff;
	border:1px solid #c0c0c0;
	text-decoration:none;
}
.suggest ul li a:hover {
	background:#efefef;
	text-decoration:none;
}
