/* Crompton standard for typographic layout of Forms message window
/* no laout (borders,backgrounds etc no colors etc
/*  start navigation button buttons (butnav) */

.msgwnd a.disabled
{
    background-color: Gray;
}

.msgwnd
{
   overflow:hidden; 
   position:absolute;
    top:200px;
    width:20%;
    height:5ex;
    border-style:double;
    border-width:1px;
}
.msgwndsel
{
    float:left;
    top:auto;
}
