/* 
Contact form CSS. In development. 
Author: Gavin Cheyne 
*/

body { 
	background-color:#FFFFFF; 
	font: 75% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
}

a, a:visited
{
	color:#cf002d;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

td, th 
{
	font-weight:100;
	text-align:left;
}	
	
/*
p, li, label, td {
	font-size: 75%;
}

li label, li p, label p, p label
{
	font-size: 100%;
}
*/
#head { 
	border-bottom: 3px solid black; 
	padding: 0 0 15px 0;
	margin-bottom: 30px;
}

#main {
	width: 560px;
}

#footer {
	border-top: 1px solid gray;
	font-size: 85%;
}

h1, h2, h3 { color: #000}

h1 {
	font-size: x-large;
	font-weight: normal;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
}

h4 {
	font-size: small;
}

label { 
	display: block; 
	margin: 0;
}

p.pseudolabel { 
	margin: 1.7em 0 0 0;
}

input, textarea, select { 
	display: block; 
	margin: 0;
	float:none;
}

.inline /* for checkboxes in text */
{ 
	display: inline; 
	margin: 0;
}

.inline_group /* for group of inline fields, eg DOB (DD/MM/YYYY) */
{ 
	display: block; 
	margin: 0;
}

.inline_group input /* see above */
{ 
	display: inline;
	margin: 0;
}

ul.checklist /* for a list of checkboxes within ULs */
{
	margin: 0.4em 0 1em 50px;
	padding: 0;
}

ul.checklist li  /* see above */
{
	list-style-type: none;
	margin: 0.3em 0;
	padding: 0;
}

ul.checklist input, ul.checklist label { /* see above */
	display: inline;
	padding: 0;
	margin: 0 0 0 1em;
}

p.annotation { 
	font-size: x-small;
}