﻿body
{
	font-family: Arial;
	font-size: 10pt;
	background: white;
}

.logo,
.strapline,
#nav,
span.icon,
#footer,
#ticker,
#social-links
{
    display: none;
}

fieldset { border: none; }

dl
{
    width: 100%;
}

    dd
    {
        width: 100px;
        float: left;
        padding: 0 10px 0 0;
        margin: 0;
    }
    
    dt
    {
        width: 100%;
        margin-bottom: 10px;
    }
    
        dt input
        {
            width: 177px;
            height: 18px;
        }
        
        dt textarea
        {
            width: 293px;
            height: 118px;
        }
        
        dt.submit { display: none; }
        
