﻿.textbox 
{
border-style:solid;
border-width:1px;
border-color: #dedede;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
font-family : Arial, Verdana, Helvetica;
font-size : 11px;
height:20px;
color:#0e0e0e;
background: #FFFFFF;
}
.textbox:hover 
{
font-family : Arial, Verdana, Helvetica;
font-size : 11px;
border-style:solid;
border-width:1px;
background: #FFFFFF;
color: #0e0e0e;
}
.textbox:focus  
{
font-family : Arial, Verdana, Helvetica;
font-size : 11px;
border-style:solid;
border-width:1px;
background: #FFFFFF;
color: #0e0e0e;
}
.textbox:focus:hover 
{
font-family : Arial, Verdana, Helvetica;
font-size : 11px;
border-style:solid;
border-width:1px;
background: #FFFFFF;
color: #0e0e0e;
}
 
 