/*---*/
.headbox
{
    height:141px;
    width:100%;
    
    background: rgb(2,161,203); 
    background: -moz-linear-gradient(top,  rgb(2,161,203) 0%, rgb(66,141,195) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(2,161,203)), color-stop(100%,rgb(66,141,195))); 
    background: -webkit-linear-gradient(top,  rgb(2,161,203) 0%,rgb(66,141,195) 100%); 
    background: -o-linear-gradient(top,  rgb(2,161,203) 0%,rgb(66,141,195) 100%); 
    background: -ms-linear-gradient(top,  rgb(2,161,203) 0%,rgb(66,141,195) 100%); 
    background: linear-gradient(to bottom,  rgb(2,161,203) 0%,rgb(66,141,195) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(2,161,203)', endColorstr='rgb(66,141,195)',GradientType=0 ); 
    position:relative;
}

.headbox .logo { position:absolute;width:86px;left:45px;top:30px;}
.headbox .titleth { position:absolute;width:545px;left:155px;top:30px; }
.headbox .titleeng { position:absolute;width:543px;left:155px;top:86px; }
.headbox .signin { 
    top:50px;
    right:150px;
    width:100px;
    height:35px;
    position:absolute;
    line-height:35px;
    cursor:pointer;
    color:white;
    font-size:14px;
}

.headbox .register { 
    position:absolute;
    right:40px;
    width:100px;
    height:35px;
    top:50px;
    line-height:35px;
    border:2px solid white;
    cursor:pointer;
    color:white;
    font-size:14px;
}



