a:link, a:visited {
    color: blue;
}

a:hover {
    color: red;
}

input, select {
    width: 150px;
}

#login_page p {
    margin-bottom: 5px;
}

#login_page {
    /* Ensure the text is left aligned following the centre on the body */
    text-align: left;
    padding: 0px;
    margin: auto;
    width: 600px;
    height: auto;
    padding-left:0px;

}

#login_image {
    margin-top: 50px;
    width: 200px;
    height: 200px;
    text-align: right;
}

#login_div {
    width: auto;
    padding: 5px;
    margin-top: 7px;
}


#welcome_header {
    font-weight: bold;
    padding-bottom: 5px ;
}


p#welcome_message {
    margin-top: 15px;
    font-weight: bold;
}


p#welcome_message_sub {
    margin-bottom: 15px;

}


#username_text,
#password_text {
    width: 100px;
    float: left;
    clear: left;
    padding-bottom:5px;
}


#username_input ,
#password_input {
    width: 400px;
    float: left;
    text-align: left;
    padding-bottom:5px;
}



#username_input input,
#password_input input{
    border:1px solid #CECFCE;
}


#interface_text {
    width: 100px;
    float: left;
    clear: left;
    display: none;
}

#interface_select {
    width: 150px;
    float: left;
    text-align: right;
    display: none;
}

#submit_button {
    width: 300px;
    text-align: left;
}

#submit_button input {
    width: 65px;
    margin-left:100px;
}

#forgotten_password {
	margin-top: 15px;
    width: auto;
}

#user_message {
    width: 300px;
    font-weight: bold;
}

#system_message {
    width: 300px;
    font-weight: bold;
    color: red;
}

#caps_lock_on,
#time_mismatch {
    display: none;
    width: 300px;
    background-color: lightYellow;
    border: 1px solid gray;
    padding: 0.5em;
}

#caps_lock_on{
    padding: 0.05em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

input#signin {
    width: 57px;
    height: 19px;
}

#atff {
    display: none;
}

