﻿.logon_main 
{
    width:100%;
    background-color:#f2f2f2;
}
div.logonblock table.default {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 3px solid #e60000;
}

div.logonblock table.default tr td{
	height: 30px;
	padding: 0 10px;
	line-height: 18px;
}

div.logonblock table.default tr.title td{
	font-weight: bold;
	padding: 0;
}

div.logonblock table.default tr.head td {
    background: #e60000;
    font-weight: bold;
    color: #fff;
}

div.logonblock table.default tr.even td {
    background: #f2f2f2;
    height: 40px;
}
div.logonblock table.default tr.odd td {
    background: #ffffff;
    height: 40px;
}

div.logonblock table.default tr.odd:hover td,
div.logonblock table.default tr.even:hover td {
    /*background: #d9d9d9;*/
}

input.submitButton {
    border: 0;
    background: #053156;
    border-radius: 3px;
    display: block;
    color: #fff;
    height: 24px;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
}

input.inputfield {
    border:solid 2px #cccccc;
    width:150px;
    padding:3px;
    font-size:15px;
}

input.inputfieldlong {
    border: solid 2px #cccccc;
    width: 210px;
    padding: 3px;
    font-size: 15px;
}

