
html {
margin:0; padding:0;
}

body {
margin:5px;
font-family:Arial,sans-serif;
font-size:13px;
background-color:#0B4E64;
color:#ffffff;
}

#login_form {
position:absolute;
top:50%; margin-top:-50px;
left:50%; margin-left:-150px;
width:280px; height:80px;
padding:10px;
background-color:#2f6c80;
border:2px solid #333333;
}

#pfc_loader {
color:#2f6c80;
}

tr.error_message {
color:red;
}

a#show_tr_pass {
position:absolute;
bottom:0; right:0;
display:block;
width:50px; height:50px;
text-decoration:none;
background-color:#0B4E64;
}

*:focus {
outline:none;
}
