html
{
    background: url(../images/bg_full.jpg) 50% 0 repeat-y #e6e6e6;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: url(../images/bg_shadow.jpg) 50% 0 no-repeat #e6e6e6;
    margin: 0;
    min-height: 890px;
}

#main
{
    width: 1000px;
    margin: 0px auto 10px auto;
    padding-top: 5px;
}

#container
{
    padding: 20px;
    background: #fff;
}
 
#banner
{
    height: 153px;
    width: 100%;
    background: url(../images/header.png) no-repeat;
}

h2, h3
{
    color: #b5071a;
}

h3
{
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 10px;   
}

.btn
{
    background: url(https://apply.ambitiousfutures.co.uk/Forms/Themes/AHUA/images/buttonBg.gif) no-repeat;
    border: 1px solid #b0b0b0;
    padding: 0 10px 0 20px;
    color: #005137;
    line-height: 23px;
}

input.btn
{
    min-width: 100px;
}

.btn:active
{
    box-shadow: 1px 1px 2px #CCC inset;
}

.btn
{
    background: url(../images/btn.png) repeat-x #ECECEC;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: #890033;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

a.loginBtn
{
    display: inline-block;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}

.loginBtn:active
{
    box-shadow: 1px 1px 2px #CCC inset;
}

a.btn
{
    display: inline-block;
    height: 23px;
    text-decoration: none;
}

input.btn
{
    height: 24px;
}