@charset "UTF-8";
/* CSS Document */
.info {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #009EDD;
}

.step {
	padding-top: 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #F26226;
}

.leftstepbox {
	width: 24.2px;
	margin: 0;
	padding: 0;
}

#preferencesErrors {
	display: inline;
}

.error {
	color: red;
}

.frmcontainer {
	height: 320px;
	position: relative;
}

.buttons {
	position: absolute;
	bottom: 0px;
}

.horizontal-bar {
	padding-left: 25px;
	padding-right: 25px;
	position: absolute;
	bottom: 30px;
	width: 600px;
}

.content {
	text-align: left;
	padding: 25px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 0em;
}

.button {
	border: 0;
	margin-left: 2px;
	margin-right: 2px;
}

.notice {
	overflow-y: auto;
	max-height: 15em;
}