﻿#pageHeading{
    margin-bottom:5px;
}

#errorMessage{
    font-size:14pt;
    font-weight:bold;
}

a#lkbReportError{
    width:125px;
    font-size:12pt;
    display:block;
    background-color:#eee;
    padding:15px;
    text-align:center;
    border-radius:5px;
    margin-top:30px;
    font-weight:bold;
    border:thin solid #aaa;
    cursor:pointer;
    text-decoration:none;
}

    a#lkbReportError:hover{
        background-color:#ddd;
    }
