﻿#L {
    width: 500px;
    height: 300px;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -260px;
    background-size: 100%;
    border: 1px solid #696;
    border-radius: 8px;
    box-shadow: #666 0px 0px 10px;
    behavior: url(/PIE.htc);
    background-image: url('../images/logo.jpg');
}
#title {
    font-family:"微软雅黑";
    font-size:18px;
    color:black;
}
.uiname {
    padding:10px;
}
#mainform {
    padding:40px 0 0 100px;
}
#fontcolor {
    color:black;
}
table{
table-layout:fixed;                 
}
td{

word-break:keep-all;             
white-space:nowrap;            
overflow:hidden;                  
text-overflow:ellipsis;            
}

