﻿        /* Resetting defaults */
        html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;	padding: 0;	border: 0; outline: 0; font-size: 100%;	vertical-align: baseline; background: transparent;}
        body {line-height: 1;}
        ol, ul {list-style: none;}
        table {border-collapse: collapse;border-spacing: 0;}
        
        /* General box-settings */
        body        {background-image:url('../gfx/bg.gif');background-repeat:no-repeat;background-position:top left;background-color:#000;padding-top:40px;}
        td          {height:40px;width:80px;vertical-align:middle;}
        #loginBox   {width:482px;height:213px;border:1px solid #282828;background-image:url('../gfx/login_bg.gif');margin:auto;}
        #innerLogin {width:305px;margin:auto;padding-top:60px;}
        .userInput  {background-color:Transparent;border:0;background-image:url('../gfx/input_bg.png');background-repeat:no-repeat;width:217px;height:18px;padding:5px 5px 0 5px;color:#cecece;font-size:11px;}
        .loginBtn   {text-align:right;}