﻿.likeBtn
{
    background-color: #ffffef;
    min-height:30px;
    height: auto;
    text-align: center;
    width: auto;
    float: right;
}
.likeBtn a
{
    margin: 5px 1px;
    display: block;
    position: inherit;
    float: left;
    width: 35px;
    height: 18px;
    line-height: 18px;
    border: 1px solid gray;
    font-size: 12px;
    text-decoration: none;
    padding: 0px;
}
.likeBtnInput
{
    margin: 5px 0px;
    display: block;
    position: inherit;
    float: left;
    width: 35px;
    height: 18px;
    line-height: 18px;
    border: 1px solid gray;
    border-right: 0px;
    border-left: 0px;
    font-size: 12px;
    text-decoration: none;
    padding: 0px;
    padding: 0px 2px;
}
#goto
{
    margin-left: 0px;
    cursor: pointer;
    color: Blue;
}
#goto:hover
{
   color:Red;    
}
.select
{
    background-color: #ffdf7f;
}
#line
{
    min-width: 50px;
    width: auto;
    color: Blue;
    margin-right: 0px;
}
.showmessage
{
    float: right;
    width: 123px;
    background-color: #ff9f7f;
    height: 18px;
    z-index: 100;
    position: absolute;
    border: 1px solid gray;
    display: none;
}
.empty
{
    display: none;
}
