* {
	text-shadow: none !important;

	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
	box-sizing: border-box !important;         /* Opera/IE 8+ */
}

.ui-corner-all {
    border-radius: 3px !important;
}

.ui-input-text,
.ui-input-search {
	resize: none !important;
	height: inherit !important;

	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.ui-focus,
.ui-btn:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-btn-active {
	border-color: inherit !important;
}

.popup {
	padding: 10px 20px !important;
}

p {
	margin-left: 0px !important;
	margin-right: 0px !important;
}