﻿.HomeTextBox
{
    background-color:#ececec;
    border: solid 1px #ececec;
    width:169px;
    height:17px;
    margin-bottom: 9px;
    padding-left: 2px;
}
.ContactMeTextBox
{
    background-color:#F6F6F6;
    border:1px solid #ACACAC;
    line-height:16px;
    padding:2px 2px 2px 3px;
    width:308px;
}
.ContactMeTextArea
{
    background-color:#F6F6F6;
    border:1px solid #ACACAC;
    padding:2px 2px 2px 3px;
    width:308px;
}

.input
{
    background-color:#F6F6F6;
    border:1px solid #ACACAC;
    line-height:16px;
    padding:2px 2px 2px 3px;
   }

