﻿body 
{
    font-family: Tahoma;
    font-size: 10pt;
}

.rewardTable 
{
    color: black; 
}

.rewardTable thead 
{
    background-color: #e4e3e3;
    font-weight: bold;
    padding: 5px;
}

h2 
{
    font-family: tahoma;
}

.altrow 
{
    background-color: #f7f7f7;
}


a.btn 
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid black;
    width: 130px;
    height: 10px;
    background-color: #c7c7c7;
    color: Black;
    text-decoration: none;
    text-align: center;
    padding: 5px;
}

.msgSuccess 
{
    width: auto;
    height: auto;
    display: block;
    padding: 15px;
}

.msgFail 
{
    width: auto;
    height: auto;
    display: block;
    border: 1px solid #ff0a0a;
    background-color: #ffcece;
    padding: 15px;
}

.reqField 
{
    font-size: 10pt;
    color: Red;
}

.postcode 
{
    Width: 30px;   
}