.accounts-headline {
	padding-bottom: 10px;
	border-bottom: 4px solid #009ADF;
	margin: 22px 0 30px;
}

.capital-blue-border-top {
	border-top: 4px solid #009ADF;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	width: 97%;
	width: 95%\9;
}

input#dob_mm,
input#dob_dd {
	width: 2em;
}

input#dob_yr {
	width: 2.857142847142em;
}

input.box-error {
	background-color: #FFFFFF;
	border-color: #D25957 !important;
	margin-bottom: 0;
}

/*********** image library *************/
#imageLibrary ul {
	display: inline-block;
	width: 100%;
}

#imageLibrary li {
	width: 76px;
	height: 76px;
	margin-left: 5%;
	text-align: center;
}

#imageLibrary img.highlight {
	border: 3px solid #009ADF;
}

#imageLibrary img.noBorder {
	border: 0 none;
}

#imageLibrary #previous {
	margin-right: 1em;
}

select {
	width: 100%;
}

#change-security-image select {
	width: 57.5%;
}

.registration-steps > li p {
	float: right;
}

.return-btn-link {
	padding: 0 !important;
	border: none;
	background: none !important;
	color: #1D5799;
	font-family: "Avenir Next LT W01 Demi", Arial, sans-serif;
	cursor: pointer;
}

.return-btn-link:hover {
	text-decoration: underline;
}