﻿#container
{
    position: relative;
    background: #f7f7f7;
    top: 100px;
    width: 400px;
    margin: 0px auto 0px;
    padding: 10px;
    border: #d0d0d0 1px solid;
}

#logo
{
    background: url(/img/inciderLogo.gif);
    position: absolute;
    top: 17px;
    left: 12px;
    width: 73px;
    height: 21px;
}

#heading
{
    background: url(/img/login.gif);
    position: absolute;
    top: 17px;
    left: 353px;
    width: 57px;
    height: 21px;
}

.loginTabell
{
	background-color: #eeeeee;
}

