/* 
    Document   : login
    Created on : Feb 11, 2010, 5:33:38 PM
    Author     : Wouter Mooij
    Description: Styling of the loginbox
*/

.al_nodisplay {
	display: none;
}
.al_sign_in {
    z-index:200;
    margin: 0;
    padding: 0;
    position: relative;

}


#al_visual{
    background:url('images/bg_login.png') no-repeat;
    background-position: 5px 0;
    height: 155px;
    position: absolute;
    right: 0;
    top:inherit;
    width: 355px;
    z-index:200;
}
#al_register, #al_lostPassword, #al_login {
    padding-top: 20px;
    padding-right: 75px;
}
#al_loading, #al_login, #al_register, #al_lostPassword {
	height: 200px;
}
#al_loginMessage, #al_registerMessage, #al_lostPasswordMessage {

}
#al_loadingImage {
	margin-top: 35px;
}

#al_sign_in fieldset {
    border: 0;
}
input {
    background:#bfbfbf;
    border: 1px solid #808080;
    color: #808080;
    font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
}
label{
    font-size: 13px;
    color: #4d4d4d;
}
legend {
    display: none;
}
