﻿#ContactForm
{
    width:280px;
    padding:10px;
    
    margin-top:20px;
    
    }
    
    .input
    {
        border:1px solid #a6abb1;
        width:270px;
        padding:2px;
        }
        
    #ContactForm a
    {
        text-decoration:none;
        color:#880003;
        }