td.aai-top-left{
    background-image:url("../jaasImgs/securtiyImgs/topleft.gif");
}
td.aai-bar-top {
    background-image: url(../jaasImgs/securtiyImgs/topcenter.gif);
    background-repeat: repeat-x;
    height: 14px;
}
td.aai-top-right{
    background-image:url(../jaasImgs/securtiyImgs/topright.gif);
}
td.aai-bar-left {
    background-image: url(../jaasImgs/securtiyImgs/middleleft.gif);
    background-repeat: repeat-y;
    width: 14px;
}
td.aai-bar-right {
    background-image: url("../jaasImgs/securtiyImgs/middleright.gif");
    background-repeat: repeat-y;
    width: 14px;
}
td.aai-bottom-left{
    background-image:url(../jaasImgs/securtiyImgs/bottomleft.gif);
}
td.aai-bar-bottom {
    height: 14px;
    background-image:url(../jaasImgs/securtiyImgs/bottomcenter.gif);
    background-repeat: repeat-x;
}
td.aai-bottom-right{
    background-image:url(../jaasImgs/securtiyImgs/bottomright.gif);
}

input.aai-text{
    /*background-color:#FFFFFF;*/
    background-color:#E6E6E6;
    border-width:1px;
    border-color:rgb(153, 153, 153);
    border-style:solid;
    width:100%;
     width:30px;
}

input.aai-text:hover, input.aai-text:focus{
    background-color:#FFFFFF;
}
input.aai-submit{
    background-color:#FFFFFF;
    color:#425BFF;
    border-width:1px;
    border-color:rgb(153, 153, 153);
    border-style:solid;
}
input.aai-submit:hover{
    background-color:#9EBDFF;
    color:#FFFFFF;
    border-width:1px;
    border-color:rgb(153, 153, 153);
    border-style:solid;
}
.accesskey {
    text-decoration:underline;
}
