
.verticalCentre
{
 height: 100%;
 position: absolute;
 top: 0px;
 margin-left: 100px;
}
.verticalCentre td
{
 vertical-align: middle;
}


.contactform
{
 width: 450px;
}

.field,
.title,
.value,
.contactform
{
 float: left;
 text-align: left;
}
.title
{
 clear: left;
}



.field
{
 margin-bottom: 10px;
 width: 100%;
}

.title
{
 width: 90px;
}
.value
{
 text-align: right;
}
.value
{
 width: 250px;
}
.value input.valueEntry,
.value textarea
{
 width: 240px;
}

.value textarea
{
 height: 100px;
}

.confirmMessage
{
 text-align: center;
}


.nimrod
{
 margin-top: 40px;
 text-align: right;
 font-size: x-small;
 position: relative;
 left: 30px;
}
.nimrod a
{
 color: #6C6C6C;
}
.nimrod a:hover
{
 color: #C35801;
}