.RadNotification_AireSpring.RadNotification {
    border-color: #d7d7d7;
    color: #767676;
    background-color: #fff;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    box-shadow: 0 1px 3px #d7d7d7
}

    .RadNotification_AireSpring.RadNotification .rnTitleBar {
        height: 2.76923em;
        border-bottom-color: #b6b6b6;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d6d5d4',GradientType=0);
        background-image: linear-gradient(#fff,#d6d5d4)
    }

    .RadNotification_AireSpring.RadNotification .rnTitleBarTitle {
        width: 50%;
        font-size: 1.231em;
        font-family: "Segoue UI Light","Segoue UI",Helvetica,sans-serif;
        height: 2.25em;
        line-height: 2.25em;
        color: #767676
    }

    .RadNotification_AireSpring.RadNotification .rnTitleBarIcon {
        margin: 10px 4px 0 0;
        position: relative
    }

        .RadNotification_AireSpring.RadNotification .rnTitleBarIcon img {
            position: absolute
        }

    .RadNotification_AireSpring.RadNotification.rnRtl span.rnTitleBarIcon {
        margin: 10px 0 0 0
    }

    .RadNotification_AireSpring.RadNotification .rnCommands {
        height: 29px;
        line-height: 30px;
        margin: 3px 0 0
    }

        .RadNotification_AireSpring.RadNotification .rnCommands a {
            width: 28px;
            height: 28px;
            background-image: url('Common/radActionsSprite.png')
        }

            .RadNotification_AireSpring.RadNotification .rnCommands a:hover {
                border-radius: 45px
            }

        .RadNotification_AireSpring.RadNotification .rnCommands .rnMenuIcon a {
            background-position: -11px -61px
        }

            .RadNotification_AireSpring.RadNotification .rnCommands .rnMenuIcon a:hover {
                background-position: -61px -61px
            }

        .RadNotification_AireSpring.RadNotification .rnCommands .rnCloseIcon a {
            background-position: -11px -1911px
        }

            .RadNotification_AireSpring.RadNotification .rnCommands .rnCloseIcon a:hover {
                background-position: -61px -1911px
            }

    .RadNotification_AireSpring.RadNotification .rnContentWrapper {
        font-size: 13px
    }

    .RadNotification_AireSpring.RadNotification .rnCommands {
        margin: 4px 0 0
    }
