﻿
input:enabled:hover 
{            
    border-color: activecaption;
}

/** Disable the selection border (the outer blue selection border)
    when a input is disabled.
*/
[disabled] input,
[disabled] select,
[disabled] textarea,
[disabled] button
{
    outline: none;
}
