.modalFrame *,
.modalFrame button,
.modalFrame input {
	box-shadow: none;
	height: auto;
	width: auto;
	max-width: none;
	max-height: none;
	padding: 0;
	border: none;
	text-transform: none;
	background-color: transparent;
	font-size: medial;
	line-height: normal;
	font-weight: normal;
	border-radius: 0;
	transition: none;
	all: initial;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}
.modalFrameContent {
	display: block;
}
.modalFrame input, .modalFrame select {
	all: initial;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}
.modalFrame select {
	-webkit-appearance: menulist;
}
.modalFrame input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
.modalFrame a {
	cursor: pointer;
}
.modalFrame .buttonRow {
	display: block;
}