﻿.btnStyle_0
{
    width:120px;
    height: 30px;
    background:url(./group_training/entrant.png);
    display: block;
    margin-left:20px;
}

.btnStyle_0:hover
{
    background-position:bottom;
}       

.btnStyle_1
{
    width:120px;
    height: 30px;
    background:url(./group_training/callOff.png);
    display: block;
    margin-left:20px;
}

.btnStyle_1:hover
{
    background-position:bottom;
}

.btnStyle_2
{
    width:120px;
    height: 30px;
    background:url(./group_training/reEntrant.png);
    display: block;
    margin-left:20px;
}

.btnStyle_2:hover
{
    background-position:bottom;
}       
     
.applyimg
{
    float:left;
    margin-left:70px;
    /*position:relative;
    top:10px;
    left:80px;*/
}

.top_msg
{
    width:100%;
    text-align:center;
    font-size:18px;
    color:Red;
    text-decoration:underline;
    font-weight:bolder;
}

.sup_select
{
    width:100%;
    text-align:center;
    margin-top:20px;
}

.groupobject
{
    height:200px;
    border: solid 1px #999;
    padding: 7px;
    word-break: break-all;
    word-wrap: break-word;

}