@charset "utf-8";
.alertMsg-error {
	display: block;
	padding: 0px 10px 5px;
	border: 1px dotted #d35336;
	background: #ffeee1;
	color: #d35336;
	font-weight: bold;
}
#buttonGroup {
  height: auto;
}
@media screen and (max-width: 849px) {

	#saveLoginId {
		margin-top: 8px;
	}
	#saveLoginId_label {
		width: auto;
		position: absolute;
		margin-top: 5px;
	}

}

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;
}
