日期:2014-05-17 浏览次数:21034 次
a.toregister:link {
    text-decoration:none;
    width:90px;
    height:40px;
    font-family:"黑体" ;
    font-weight: bold;
    border:1px solid #cccccc;
    color:rgb(100,100,100);
    background-color:#d1d2d3;
    position:absolute;
    left:1348px;
    letter-spacing:3px;
    top:20px;
    text-align:center;
    line-height:40px;
    display:block;
} 
a.toregister:hover {
    color:rgb(68,68,68);    
    background-color:#d3d4d5;
    border:1px solid #c6c6c5 ;
}