#SignInFieldContainer {
	width: 285px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 18px;
	text-align: right;
}
.SignInFieldContainerTextField {
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3d7bad;
	border-right-color: #b7d9ed;
	border-bottom-color: #b7d9ed;
	border-left-color: #b7d9ed;
}
#RememberMeArea {
	width: 215px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 65px;
	font-size: 11px;
	color: #939393;
	text-align: left;
}
#RememberMeArea a:link {
	color: #000;
	text-decoration: none;
}
#RememberMeArea a:visited {
	text-decoration: none;
	color: #000;
}
#RememberMeArea a:hover {
	color: #f77626;
	text-decoration: none;
}
#SigninPopup {
	background-color: #f2f2f2;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 285px;
}
#ForgotPasswordForm {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
#CloseBtn {
	float: right;
	width: 44px;
	padding-top: 6px;
}
#RecoverBtnArea {
	text-align: right;
	padding-right: 16px;
}
