
#leave-info{
    
}


#category-list {
    clear : both;
    padding : 10px 0 40px 0px;
    width:540px;
    margin:0px auto;
}

#category-list .listeven{
    background : #EEF2FD;
    border-bottom:1px solid #BECFFB;
    color : #444;
    height : 1.5em; width : 33em;
    list-style-type : none;
    padding : 0.5em 0 0 5em;
}

#category-list .listodd{
    background : #DFEAFF;
    border-bottom:1px solid #BECFFB;
    color : #444;
    height : 1.5em; width : 33em;
    list-style-type : none;
    padding : 0.5em 0 0 5em;
}

#category-list li div {
    float : left;
}
#category-list li div.category-name {
    width : 235px;
    font-weight: bold;
    font-size:13px;
}

#category-list li div a {
    color : #000;
    font-size:14px;
    text-decoration: none;
}
#category-list li div a:hover {
    color : #d00;
    text-decoration: underline;
}

.cancel-leave{
    width:50px;
    float:right;
    margin:0 120px 0 0;
}

.cancel-leave a{
    color:black;
    text-decoration:underline;
}


.cancel_button {
    padding: 7px 10px;
    color: #fff;
    background: #27292B;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-weight: bold;
    font-size: 14px;
    border:none;
    font-family: arial;
    cursor:pointer;
    margin: 1 447px;
    text-decoration: none;
    margin-left: 455px;
}
.cancel_button:hover{
    background:  #373B3F;
}