html { background-color: #e0e0e0; }

body { font-family: sans-serif; font-size: 1em; color: #555555; }

#wfa_loginPanel { position: relative; top: 5px; width: 230px; margin: auto; }
#wfa_loginPanel #wfa_loginTitle { text-align: center; }
#wfa_loginPanel #wfa_authBox { border-radius: 5px; background-color: #FFF; padding: 10px; box-shadow: 0 0 7px 0 #ccc; }
#wfa_loginPanel #wfa_authBox #wf_authTitle { font-weight: bold; text-align: center; }
#wfa_loginPanel #wfa_authBox span { padding: 5px; }
#wfa_loginPanel #wfa_authBox table { padding-top: 20px; margin: auto; }
#wfa_loginPanel #wfa_authBox table input[type="checkbox"] { vertical-align: -2px; }
#wfa_loginPanel #wfa_authBox table input[type="text"], #wfa_loginPanel #wfa_authBox table [type="password"] { border: 1px solid #b9b9b9; padding: 5px; width: 150px; border-radius: 5px; }
#wfa_loginPanel #wfa_authBox table button { margin-top: 10px; width: 100px; border: 0px; border-radius: 5px; padding: 5px; background-color: #3087F2; color: #fff; }
#wfa_loginPanel #wfa_authBox a { text-decoration: none; color: #777; font-size: 8pt; }

.wf_authR { text-align: right; }

.wf_authC { text-align: center; }

.wf_authSml { font-size: 10pt; color: #888888; }
