.css_Default_StatusPanelDiv
    {
        width:273px;
        padding:5px 15px;
        padding-bottom:7px;
        padding-right:25px;
        position:relative;
        border-bottom-right-radius:5px;
        -moz-border-radius-bottomright:5px;
        -webkit-border-bottom-right-radius:5px;        
        border-bottom-left-radius:5px;
        -moz-border-radius-bottomleft:5px;
        -webkit-border-bottom-left-radius:5px;
    }
    
    #Cmp_Default_StatusPanelDiv a
    {
        font-family:Tahoma, Arial, Sans-Serif;
        font-size:12px;
        color:#0B91CF;
        text-decoration:none;
    }
    
    #Cmp_Default_StatusPanelDiv a:hover
    {
        text-decoration:underline;
    }
    
    .css_Default_StatusPanel
    {
        position:fixed !important;
        z-index: 18001;
        top: 0px !important;
    }
    
    .css_Default_StatusPanel td
    {
        line-height: 1.5em !important;
        vertical-align: top;
    }
    
    .css_Default_MsgSuccessIcon,
    .css_Default_MsgFailureIcon
    {
        background: white;
        border: 3px solid #62c462;
        border-top: none;
        color:#444 !important;
    }
    
    .css_Default_MsgFailureIcon
    {
        border-color: #eb593c;
    }
    
    .css_Default_MsgSuccessIcon .css_Default_Status_Icon:before,
    .css_Default_MsgFailureIcon .css_Default_Status_Icon:before
    {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f058";
        font-size: 18px;   
        color: #62c462;
        padding-right: 10px;
        padding-top: 2px;
    }
    
    .css_Default_MsgFailureIcon .css_Default_Status_Icon:before
    {
        content: "\f056";
        color: #eb593c;
    }
    
    .status_hide
    {
        background:url(/img/edit_delete.png?56dff404c379a6914716e1b481465004==) 0px -160px no-repeat;
        width:16px;
        height:16px;
    }
    
    .status_hide:hover
    {
        cursor:pointer;
        background-position: 0px -176px;
    }
    
    .css_Memorandum_Common_MsgText
    {
        font:normal 12px tahoma, arial, helvetica, sans-serif;
        color: #666;
    }
    
    .css_Common_DemoCnt,
    .css_Common_TrialCnt,
    .css_Common_UpdatePaymentCnt
    {
        height: 52px;
    }    
    
    .css_Common_DemoCnt > div,
    .css_Common_TrialCnt > div,
    .css_Common_UpdatePaymentCnt > div
    {
        width:100%;        
        box-shadow: 0px 2px 3px #999;
        position: fixed;
        top:0px;
        left:0px;
        z-index:1100;
        border-bottom: 1px solid #d5d5d5;
    }
    
    .css_Common_DemoCnt > div
    {
        background:#eb593c;
    }
    
    .css_Common_UpdatePaymentCnt > div
    {
        background:#eb593c;
    }        
    
    .css_Common_TrialCnt > div
    {
        background:#eb593c;
    }
    
    #TrialControls1_Cmp_TrialControlsMsg
    {
        text-align: center;
    }
    
    #TrialControls1_Cmp_TrialControlsMsg:first-child a
    {
        margin-right: 20px;
    }