#login-form, #logout-form {
    height: 36px;
    position: relative;
    right: 10px;
    top: 2px;
    width: 100%;
}
/* ---Login Elements--- */
/* Password Field */
#mod_login_password {
    position: absolute;
    right: 90px;
    top: 5px;  
}
/* Password Label */
#mod_login_passwordtext {
    position: absolute;
    right: 220px;
    top: 8px;
}
/* Username Field */
#mod_login_username {
    position: absolute;
    right: 293px;
    top: 5px;
}
/* Username Label */
#mod_login_usernametext {
    position: absolute;
    right: 421px;
    top: 8px;
}
/* Login Button */
.cbLoginButtonSpan {
    position: absolute;
    right: 10px;
    top: 4px;
}
/* "Forgot Login?" Link */
a.mod_login {
    position: absolute;
    right: 490px;
    top: 8px;
}
/* "Remember Me" text */
#mod_login_remembermetext {
    position: absolute;
    right: -100px;
    top: 8px;
}
/* "Remember Me" checkbox */
#mod_login_remember {
    position: absolute;
    right: -124px;
    top: 6px;
}

/* ---Logout Elements--- */
p.greeting {
	/* "Hello, [User Name]" */
    position: relative;
    right: 380px;
	top: 1px;
    margin: 13px;
}
#UserMenu.menu {
    list-style: none outside none;
    padding: 0 !important;
    position: absolute;
    right: 51px;
    text-align: right;
    top: 0px;
    width: 313px;
    margin: 13px;
}
#UserMenu.menu li {
	display: inline-block;
	line-height:normal;
}
#logout-link {
    position: absolute;
    right: 18px;
    top: 18px;
	line-height: normal;
}
/* ---Content Area Login/Forgot Form--- */
#login-form #form-login-links{ float:right; list-style:none; margin:5px 0; }
#login-form .userdata{ float:right; }
#login-form .userdata label{ top:0 !important; }
#login-form .userdata .control-group .fa{ color:#849e3c !important; }
#login-form .userdata .control-group{
	float:left;
	margin: 3px 0;
	padding-left: 10px;
}

#login-form .userdata {
/*     border-width: 0;
    left: -197px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: -20px; */
}
#login-form .cbLostLoginLi {
	list-style: none;
}
#content #login-form .mod_login {
    right: -17px;
    top: -5px;
	position: relative;
}
#cb_cb_comp_login .componentheading {
	visibility: collapse !important;
}
.userdata label {
    position: relative;
    top: -5px !important;
}
#cb_step1_form {
    left: 40%;
    position: relative;
    top: 30px;
}
#cb_line_lostbutton {
    left: 237px;
    position: relative;
    top: -24px;
    width: 130px;
}
#content .remind form, #content .reset form {
	border: none;
	position: relative;
    top: 20px;
    text-align: center;
	padding: 10px;
}
#content .login fieldset {
	border: none;
	position: relative;
    top: 20px;
    text-align: left;
	padding-left: 52px;
}
#content .login fieldset {
	margin: 0 90px;
}
#content .login fieldset .star, #content .profile-edit .star {
	/* Required Field Star (*) for Login Page/Account Management Page */
	visibility: hidden;
}
#content .remind fieldset, #content .reset fieldset {
	border:none;
}
#content .remind label, #content .reset label {
    left: -30px;
    position: relative;
	font-size:12px;
	line-height: 1.75;
}
#content .remind button, #content .reset button {
    position: relative;
    top: -10px;
}
#content .login-fields {
	margin-bottom: 10px;
}
#content .login label#password-lbl {
	margin-right: 7px;
}

.column #boxes #dialog{
	padding:25px;
}

#boxes .close{
	font-size:16px;
	position:absolute;
	right:15px;
	top:10px;
	color:#0071BC;
	opacity:1;
}

#boxes .close:hover{
	color:#FF8F44;
}


li.item-652.divider {
    margin-left: 4px;
}

ul#UserMenu li{
	margin:4px;
}


.year-form {
	float:right;
}