h1
{
    font-size: 13pt;
    text-transform: uppercase;
    margin-top: 15px;
}

form
{
}

th
{
    vertical-align:top;
}

label
{
	display: inline-block;
	width: 80px;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	margin-right: 10px;
}

input[type="text"]
{
    width: 205px;
}

textarea#message
{
    width: 200px;
    height: 100px;
}

input[type="submit"]
{
    float: right;
    text-transform: uppercase;
    text-decoration: underline;
    border: none;
    background: none;
    width: auto;
}

#content img
{
	float: right;
}
