#loginPage { 
    width:100%;
}

#loginPage #loginForm {
    float:right;
    padding:0 20px;
}

.loginForm-userPanel.user-panel, #loggedinBox, #contactusBox {
    /* width: 420px;  */
    position: static; 
    margin: 0; 
    border-left: 3px solid #00728F;
}

.user-panel {
    box-shadow: none;
}

.user-panel-form {
    margin: 0;
}

#loginBodyDWP, #contactusBox {
    overflow: hidden;
    border:1px solid #eee;
    border-left: 3px solid #00728F;
    background-color: white;
    padding: 12px 24px 24px 24px;
}

#loginBodyDWP {
    width:auto;
    margin:20px;
}

/* Match width of login box */
#loggedinBox {
    width: 368px;
}

#contactusBox {
    margin-top:20px;
    width: 380px;
}

#loginBodyDWP .nslogo {
    float:right;
    margin:20px;
}

#loginBodyDWP h1, #contactusBox h1, .loginForm-userPanel.user-panel h2  {
    font-size: 22px;
    font-weight: bold;
    line-height: 2em;
    text-align: left;
}

#loginBodyDWP h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
}

#loginBodyDWP p, #loginBodyDWP li, #contactusBox p {
    font-size:14px;
    line-height: 1.4em;
    margin-top: 0.8em;
}

#loginBodyDWP ul {
    list-style-type: disc;
    margin-left: 20px;
}

#loginBodyDWP strong {
    font-weight: bold;
}

#loginForm .user-panel-inner,
#loginForm .user-panel-form input[type=text],
#loginForm .user-panel-form input[type=email],
#loginForm .user-panel-form input[type=password],
#loginForm .user-panel-form select {
	width: 380px;
}

.user-panel-inner {
    margin: 12px 24px 24px 24px;
}

.user-panel h2 {
    margin: 12px 0;
}