        h2 {
            font-size:11pt;
            font-family:arial;
            clear:left;
            margin:30px 0 5px 0;
        }
        
        .box h2 {
            clear:none;
            margin:0px;
        }
        
        .box {
            margin:32px auto 0 20px;
            text-align:left;
            background-position:center left;
            background-repeat:no-repeat;
        }

        #content {
            text-align:left;
        }
    
        .contactIcon {
            float:left;
            margin-right:15px;
            position:relative;
            top:-5px;
        }
        
        .messageBox {
            width:551px;
            height:100px;
        }
        
        input,
        textarea {
            border: 1px solid #99f;
            margin: 1px 0;
        }
        
        form {
            margin-left:15px;
            margin-bottom:20px;
        }
        
        .submit {
            display:block;
            background:#e4e4fa;
            color:#00f;
            border:1px solid #00f;
            margin-top:2px;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        .name {
            width:140px;
        }
        .email {
            width:200px;
        }
        .subject {
            width: 495px;
        }
        
        .mailSuccess,
        .mailFailure {
            padding:3px;
            margin-top:30px;
            margin-bottom:-20px;
            width:95%;
            text-align:center;
            clear:both;
        }

        .mailSuccess {
            background:#ffd;
            border:1px solid #fe0;
        }  
        
        .mailFailure {
            background:#fee;
            color: #f00;
            border:1px solid #f00;
        }  