﻿.textbox
{
   border:solid 1px #3e3e3d;
   height:18px;   
   font-family:Arial;
   padding-top:3px;
   color: #223345;
   background: white;
   background-repeat:repeat;
   font-size:12px;
   font-weight:bold;
   
}

.textbox_invalid
{
   border: ridge 1px red;
   height:18px;    
   padding-top:3px;
   background-color:#ef8d8d;
}

