@CHARSET "UTF-8";
.alertMsg-error {
	display: block;
	padding: 0px 10px 5px;
	border: 1px dotted #d35336;
	background: #ffeee1;
	color: #d35336;
	font-weight: bold;
}
#birthdayYear, #birthdayMonth, #birthdayDay {
	width:88px;
}
li.ui-menu-item {
  width: 300px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 1px;
}

ul.ui-autocomplete{
  width: 300px;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}
