﻿#wrap {
    justify-content: center;
    height: 75px;
    display: inline-block;
}
#left, #right {
    height: 75px;
    display: table-cell;
    vertical-align: middle;
}
    #left > img {
        max-height: 100%;
    }
#right {
    vertical-align: middle;
    display: table-cell;
}
    #right > span {
        display: inline-block;
    }
.Report {
    background: url("../../Images/btn-close-hover.png") no-repeat 0 0 !important;
}
    .Report:hover {
        background: url("../../Images/btn-close-normal.png") no-repeat 0 0 !important;
    }
.RadWindow .rwControlButtons a {
    cursor: pointer !important;
}
