u.dialogLink
{
     cursor: pointer;
}

.dataTable input[type="text"]
{
     background-color: white;
     color:blue;
     width:70px;
}

#myMessage
{
     position: fixed;
     display: none;
     top:0px;
     z-index: 999999;
     text-align: center;
     width: 100%;
     background-color: #000;
     padding:4px;
     font-size: large;
}

#myMessage div
{
     min-width:25%;
     margin: 0 auto;
}

