#medwayconnectbutton input {
    padding: 10px 10px 10px 10px;
    background-color: #7fb913;
    color: white;
    width: 86px !important;
    margin-top: 5px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #008000), color-stop(0.5, #7fb913), color-stop(1, #008000) );
    background-image: -o-linear-gradient(bottom, #008000 0%, #7fb913 50%, #008000 100%);
    background-image: -moz-linear-gradient(bottom, #008000 0%, #7fb913 50%, #008000 100%);
    background-image: -webkit-linear-gradient(bottom, #008000 0%, #7fb913 50%, #008000 100%);
    background-image: -ms-linear-gradient(bottom, #008000 0%, #7fb913 50%, #008000 100%);
    background-image: linear-gradient(to bottom, #008000 0%, #7fb913 50%, #008000 100%);
}

#medwayconnectbutton input:hover {
    border-color: white;
    color: white;
    background-color: #008000;
    background-image: -o-linear-gradient(bottom, #0BB50B 0%, #87C40E 51%, #0BB50B 100%);
    background-image: -moz-linear-gradient(bottom, #0BB50B 0%, #87C40E 51%, #0BB50B 100%);
    background-image: -webkit-linear-gradient(bottom, #0BB50B 0%, #87C40E 51%, #0BB50B 100%);
    background-image: -ms-linear-gradient(bottom, #0BB50B 0%, #87C40E 51%, #0BB50B 100%);
    background-image: linear-gradient(to bottom, #0BB50B 0%, #87C40E 51%, #0BB50B 100%);
}

.greenTextButton {
    background-color: transparent !important;
    background-image: none !important;
    color: #008000 !important;
    margin-right: 20px;
    margin-left: 70px;
}

    .greenTextButton:hover {
        text-decoration: underline;
    }

.medwayConnectLoginContainer {
    float: left;
    width: 290px;
    border: 4px solid #D2E9F9;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 132px;
    -webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.5);
    margin-left: auto;
    margin-right: auto;
	margin-top: -30px;
	margin-bottom: 15px;
}

.medwayConnectLoginContainer a{
    color: #008000;
}

#dashReturn {
    text-align: center;
}

#logoutUsername {
    text-align: center;
    padding-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#logoutButton {
    margin-left: 130px;
}

#loginInfo {
    font-size: 0.8em;
    text-align: center;
    padding-top: 4px;
}

.loginHeader {
    padding: 10px 10px 0 10px;
    font-size: 16px;
    font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    margin: 0px;
    color:#008000;
}

.LoginTabGroup {
    display: none;
}

.LoginContainer {
    display: block !important;
}

#admin-login-dialog {
    background-color: white;
}

#admin-login-link {
    /*float: right;*/
    color: #ccc !important;
    /*margin-right: 10px;*/
}
