#loggedBox{
	display:block;
}

#unLoggedBox{
	display:none;
}

#smallLoginTitle {
    margin-top:8px;
    font-size:14px;
    font-weight: bold;
    color: #0091b8;
    margin-bottom: 5px;
	text-align:left;
}

#smallLoginError {
    font-size:11px;
    color: #e2003b;
    margin:0;
    padding:0;
	display:none;
	text-align:left;
}

#smallLoginForm input {
    color:#AAAAAA;
    font-size:10px;
    height:15px;
}

#smallLoginForm input[type="submit"] {
    background:transparent url(../../luxair/css_images/luxair2010/header_search_button.jpg) no-repeat scroll 0 4px;
    border:0 none;
    cursor:pointer;
    margin-left:0px;
    padding:0;
    width:18px;
    height:20px;
}

#unLoggedBox a{
	margin-right:10px;
	line-height:30px;
}
