﻿        /* 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:40px;font-family:Arial;font-size:11px;font-weight:bold;color:#676767;}
        a           {text-decoration:none;color:#07779b;}
        td          {vertical-align:middle;height:30px;}
        td:first-child{width:110px;}
        table       {margin:5px 0 0 40px;}
        #loginBox   {width:420px;height:175px;background-color:#71a3bd;margin:auto;padding:10px;}
        #innerLogin {height:175px;background-color:#fff;}
        #key        {padding:10px;}
        .userInput  {border:1px solid #dbdbdb;background-color:#ededed;width:217px;height:17px;padding:3px 5px 0 5px;font-size:11px;}
        .loginBtn   {text-align:right;}