﻿
body {
    background: #fff;
    min-height:320px; 
}

/* HEADER */
header {background:#F2F2F2; border-bottom:1px solid lightgray; padding:5px; }

/* BANNER */
#bgbanner {height:110px;}

#logo {
    height: 110px;
    background: url('img/logo.png') no-repeat top left;
    margin: auto;
    margin-top: 10px
}

#logo-login {
    height: 110px;
    background: url('img/logo.png') no-repeat top left;
    background-size: contain;
    margin: auto;
    margin-left: 70px;
    margin-top: 10px;
}

#logo-login.no-spaced {
    margin-left: 0px;
}

/* MENU */
#bgmenu {
    background: #F0F0F0
}
#bgtitle {background:white;}
#bgmenu .title {color:#212809; font:20px Tahoma;}



.loginform {
    margin-top:100px;
    margin-bottom:100px;
}

.bordered {
    border:1px solid gray;
}
.red {
    color:red;
}
.well{
    background: #F5F5F5;
}
.yearcombo {
width: 60px;
margin-right: 5px;
}

.margintop {
    margin-top: 20px;
}