﻿        /* 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.jpg');background-repeat:repeat-x;background-position:top;background-color:#b2cdce;padding-top:180px;font-family:Arial;font-size:11px;color:#787878;}
        td          {vertical-align:middle;height:30px;}
        td:first-child{width:80px;}
        #loginBox   {width:406px;height:342px;margin:auto;background-image:url('../gfx/login_bg.png');}
        #innerLogin {width:325px;margin:auto;height:282px;padding-top:60px;}
        .userInput  {border:1px solid #e4e4e4;background-image:url('gfx/input_bg.gif');background-repeat:repeat-x;width:215px;height:18px;padding:5px 5px 0 5px;font-size:11px;}
        .loginBtn   {text-align:right;}