a.btn{
    display: block;
    text-align: center;
}

a.inline-btn{
    display: inline-block;
    text-align: center;
}

a.blue{
  background-color: #3574bb;
  color: #ffffff;
}
a.blue:hover{
    color: #ffffff;
}
a.red{
    background-color: #bb3535;
    color: #ffffff;
}
a.red:hover{
    color: #ffffff;
}
a.green{
    background-color: #080;
    color: #ffffff;
    width: 48px;
}
a.green:hover{
    color: #ffffff;
}

a.gray{
    background-color: #eeeeee;
    color: #999999;
}

a.gray:hover{
    background-color: #3574bb;
    color: #ffffff;
}

.list_btn{
    border-radius: 4px;
    margin-right: 4px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}


.radius_gray_btn{
    height: 40px;
    width: 80px;
    border-radius: 20px;
    background-color: #eaeaea;
    border: 1px solid #c0c0c0;
    line-height: 40px;
    color: #555555;
}

.watch_msg{
    color: #bb3535;
    font-size: 18px;
}

input.middle{
    text-align: center;
}

input.noStyle{
    border: none;
    outline: none;
    text-decoration: none;
}


.left{
    float: left;
}

.right{
    float: right;
}


.float_left{
    float: left;
}

.float_right{
    float: right;
}

