input, textarea, select, button { padding: 5px 15px; background-color: transparent; border: 1px solid #2779AA; }
textarea { resize: none; }
a { text-decoration: none; }
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
.fieldset-for-element {
	border: 0;
	text-align: center;
}
