﻿
#mailTbl
{
  
    text-align: left;
    color: #713220;
}

#mailTbl input
{
   
    text-align: left;
    color: #000;
    border: solid 1px #713220;
    background-color: #fff;
    }

#mailTbl textarea
{
   
    text-align: left;
    color: #000;
    border: solid 1px #713220;
    height: 18px;
}

#mailTbl input:focus, textarea:focus, input.sffocus, textarea.sffocus {
	background: #fdfdd7;
	border-color: #713220;
}



