.CurvedBoxFrame {
	margin-bottom: 2em;
}

/* Actions */
.PrimaryAction {
	display: inline-block;
	border: none;
	border-radius: 22px;
	color: #fff;
	cursor: pointer;
	font-family: omnes-pro, Arial, sans-serif;
	font-size: 17px;
	font-weight: 300 !important;
	margin: 0;
	padding: 10px 46px 10px 16px;
	background: #0070bb url(Shared/MoreIcon.png) no-repeat right center;
	overflow: visible;
}

.FormIndent {
	margin-left: calc(6.35em + 4px);
}

.PrimaryAction::-moz-focus-inner {
	padding: 0;
}

.PrimaryAction.DownloadIcon {
	background-image: url(Shared/DownloadIcon.png);
}

.PrimaryAction:hover {
	color: #fff;
	background-color: #e95020;
}

.Field .Asterisk {
	color: #eb3e21;
	float: right;
}

.ErrorMessage {
	color: #eb3e21;
}