@charset "utf-8";
/* CSS Document */

.my_tt-input {
	line-height: 1.42857143;
	vertical-align:middle !important;
	margin: 0px;
	height: 37px;
	border-style: solid;
	border: 1px;
	padding: 6px 12px 6px 12px;
	position: relative !important;
	top: 0px;
	left: 0px;
}
.my-tt-menu {
	min-width: 200px;
	color: #818181;
	background-color: #fff;
	line-height: 1.42857143;
	font-size:18px;
	margin-bottom: 0px;
	text-align:left;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
		  border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		  box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
		  background-clip: padding-box;
}
.my-tt-suggestion {
	padding: 5px;
}
.my-tt-suggestion:hover {
  color: #fff;
  background-color: #CCC;
}