﻿div#content h2 {
margin : 10px 0;
padding : 0;
font-family: Arial, Helvetica, sans-serif;
font-size : 12pt;
font-weight : bold;
color : #73a802; }
div#contactDetails {
margin : 0 10px 0 0;
padding : 0 10px;
border-top : solid 1px #666;
border-bottom : solid 1px #666; }

div#contactForm {
width : 400px;
padding : 30px; }
div#contactForm label, div#contactForm label span {
display : block;
padding-bottom : 10px; }
div#contactForm label {
float: left;
width : 100%; }
div#contactForm label span {
float : left;
width : 45%;
text-align : right; }
div#contactForm input, div#contactForm textarea {
float : right;
width : 45%; }
div#contactForm input#submit {
width : 90px;
height : 23px; }