body { margin: 0px; padding: 0px; font-family: Tahoma, Geneva, sans-serif; }
.box { margin: 40px auto 0 auto; padding: 0px; border: 1px solid #fff; width: 470px; outline: 4px solid #e6e6e6; padding: 90px 15px 20px 15px; }

.header-lght { background: #f5f5f5 url(../gfx/bg_login_lght.png) top center no-repeat; }
.header-drk { background: #f5f5f5 url(../gfx/bg_login_drk.png) top center no-repeat; }

img { border: 0px; }

h1 {  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 20px; margin: 0px; padding: 0px; color: #333; }
h2 { font-size: 16px; font-weight: normal; border-bottom: 1px solid #dcdcdc; padding: 2px 3px 2px; margin: 15px 0 6px 0; color: #333; }
.container { padding: 0 4px; overflow: hidden; }
.container span { display: block; float: left; margin: 0 10px 0 0; }
.container span label { font-size: 12px; padding: 0 0 0 2px; }
.container span .txt-f { background: #e6e7e6 url(../gfx/bg_textf.png) top left repeat-x; border-top: 1px solid #acacac; border-right: 1px solid #c2c2c2; border-bottom: 1px solid #cbcbcb; border-left: 1px solid #c2c2c2; font-size: 12px; font-family: Tahoma, Geneva, sans-serif; height: 20px; padding: 1px; margin: 3px 0 0 0; width: 150px; }

.btnbox { float: right; background: url(../gfx/btn_box_log.png) top left no-repeat; overflow: hidden; margin: 13px 0 0 0; }
.btnbox .innr { float: left; height: 32px; background: url(../gfx/btn_box_log.png) top right no-repeat; margin: 0 0 0 4px; padding: 4px 4px 0 0; }

a.login { background: url(../gfx/btn_login.png) top left no-repeat; display: block; float: left; color: #333; font-size: 12px; text-decoration: none; color: #d6d6d6; }
a.login .inner { display: block; float: left; height: 22px; background: url(../gfx/btn_login.png) top right no-repeat; text-align: center; margin: 0 0 0 9px; padding: 6px 9px 0 0; }
a.login .inner img { border: none; }
a.login:hover { background: url(../gfx/btn_login.png) bottom left no-repeat; color: #fff; }
a.login:hover .inner { background: url(../gfx/btn_login.png) bottom right no-repeat; }

/* MESSAGES */
.warning { background: #fffcb8 url(../gfx/ico_warn.png) 8px 6px no-repeat; border: 1px solid #e7e78b; font-size: 12px; color: #643c00; padding: 10px 10px 10px 40px; margin: 5px 0 0 0; }
.success { background: #eaffcf url(../gfx/ico_success.png) 8px 6px no-repeat; border: 1px solid #d0f489; font-size: 12px; color: #006600; padding: 10px 10px 10px 40px; margin: 5px 0 0 0; }
.error { background: #ffe2ca url(../gfx/ico_error.png) 8px 6px no-repeat; border: 1px solid #ffcccc; font-size: 12px; color: #990000; padding: 10px 10px 10px 40px; margin: 5px 0 0 0; }
/* //MESSAGES */