body
{
	margin-top:				10px;
}

body, td, input
{
    font-family:            "Segoe UI", Verdana, Tahoma, Arial;
    font-size:              14px;
    color:                  #000000;
}

h1, h2, h3
{
    font-family:            "Segoe UI", Verdana, Tahoma, Arial;
    font-weight:            bold;
    margin-top:             0px;
    margin-bottom:          0px;
}

h1
{
    font-size:              30px;
}

a, a:link, a:visited, a:hover, a:active
{
    color:                  #000000;
    text-decoration:        underlined;    
}

.resultBox, .resultBox td
{
    background-color:       #ABDA4C;
    font-size:              48px;
    font-weight:            bold;
    
    text-align:             center;
}

.secondResultBox, .secondResultBox td
{
    font-size:              20px;
}

.infoBox
{
    background-color:       #ABDA4C;
    font-weight:            bold;
    color:                  #FFFFFF;
}

.infoBox a, .infoBox a:link, .infoBox a:visited
{
    color:                  #FFFFFF;
}

.infoBox a:hover, .infoBox a:active
{
    color:                  #000000;
}

#partnerLinks td, #partnerLinks a
{
    color:                  #B1B1B1;
}

.partnerLinksBorder
{
    border-bottom:          1px solid #B1B1B1;
}

input {
    padding:                15px 5px 15px 15px;
    width:                  100%;
    height:                 30px;
    border:                 1px solid #ABDA4C;

    font-family:            "Segoe UI", Verdana, Tahoma, Arial;
    font-size:              26px;
    text-align:             center;
}

.resultFound
{
    background-color:       #ABDA4C;
    font-size:              22px;
    font-weight:            bold;

    height:                 40px;
    
    text-align:             center;
}

.resultNotFound
{
    background-color:       #da6a4c;
    font-size:              22px;
    font-weight:            bold;
    
    height:                 40px;
    
    text-align:             center;
}
