div#framed-login-container {
	width: 340px;
}

.message, p {
	text-align: center;
}

select#tel-cc {
	display: none;
	width: 4em;
	font-size: 16px;
	height: 44px;
}
div#email-tel-container {
	display: -ms-flexbox;	/* IE10 */
	display: -webkit-box;
	display: -webkit-flex;	/* Safari 7-8, iOS Safari 7.0-8.3, Android 4.1-4.3 */
	display: flex;
}

div#framed-login-container {
	color: #004169;
}

div#framed-login-container input {
	display: block;
	margin-bottom: 0.5em;
	padding: 0 8px;
	width: 100%;
	-webkit-box-sizing: border-box;	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;			/* Opera/IE 8+ */
	border: 1px solid #bdcd00;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
}

input#UserSave {
	display: inline;
}

div.checkbox input#UserSave {
	display: inline;
	width: auto;
	height: inherit;
	line-height: inherit;
	border-width: 0;
}
div.checkbox label {
	display: inline;
	font-weight: normal;
}

img#logo {
	width: 100%;
	margin-bottom: 1em;
}

div#authMessage {
	text-align: left;
	color: #dd4b39;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
}

div#lostpw {
	text-align: right;
	color: #bdcd00;
	font-size: 13px;
	line-height: 17px;
}
div#lostpw a {
	color: #becd00;
}

a#login-button {
	display: block;
	margin-bottom: 0.5em;
	padding: 0 8px;
	width: 100%;
	-webkit-box-sizing: border-box;	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;			/* Opera/IE 8+ */
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	background-color: #bdcd00;
	color: #fff;
	text-decoration: none;
}
