#loadImg {
    position:absolute; z-index:1000; display:none;
}
html, body, form {
    height:100%;margin:0;
}
#mydiv {
 width:200px;
    height:100px;
    position:absolute;
    left:50%;
    top: 50%;
    margin-left:-200px;
    margin-top:-100px;
}
#usname {
    width:300px;
    height:100px;
    position:absolute;
    right:2;
    top: 0;
    text-align: right;
}
#newmenu {
    width:300px;
    height:100px;
    position:absolute;
    left:2;
    top: 0;
    text-align: left;
}

#tz {
    /*border:1px solid black;*/
 
    width:50%;
    margin:0 25% 0 25%;
    text-align:center;
}

#tu {
    /*border:1px solid black;*/
    width:20%;
    margin:0 40% 0 40%;
    text-align:left;
}
#menu {
    margin:0 10% 0 10%;
    width:80%;
    height:80%;
    /*border:1px solid black;*/
    position:absolute;
    /*margin:0 auto;*/
    /*left:20%;*/
    top: 20;
    text-align: center;
    /*margin-left:-200px;*/
}
#tdata {
    border:1px solid black;
    border-collapse: collapse;
}
#tdata tr td {
    border:1px solid black;
    border-collapse: collapse;
}
#tabdat {
	border: none;
        position: absolute;
        width: 300px;
        left:50%;
        top: 0%;
        margin-left:-150px;
	}
s#selop {
        position: absolute;
        width: 300px;
        left:50%;
        top: 0%;
        margin-left:-150px;
        margin-top:20px;
        
	}
#resobj {
        position: absolute;
        width: 300px;
        left:50%;
        top: 0%;
        margin-left:-150px;
        margin-top:50px;
        
	}
#fsDate, #seDate{
         border: 1px solid;   
        }