﻿    body {overflow: hidden;}
    	.x-icon-error{background-image:url(../ui/exclamation.gif) ! important;}
    	.x-icon-information{background-image:url(../ui/information.gif) ! important;}
    	.x-notification .x-window-body{margin: 0;padding:1em ! important; width: auto ! important;}
    	.x-notification .x-tool-close{display: none}
    	.x-notification.fixed .x-tool-close{display: block}
        .msg-over {
        /*	color:#789030 !important; */
        	color:#913049 !important;
        }
    #msg-ct {
    	position:absolute;
    	left:280px;/* where to position this */
    	top:107px;
    	width:217px;
    	height:22px;
    }
    
    #msg {
    	width:217px;
    	height:22px;
    	background-image:url(../ui/msg-bg.png);
    	color:#777;
    	font-family:tahoma,helvetica,arial,sans-serif;
    	font-size:11px;
    	cursor:pointer;
    	visibility:hidden;
    }
    #msg-inner {
    	padding:5px 10px 0;
    	zoom:1;
    	line-height:12px;
    	text-align:center;
    }
    .msg-over {
    /*	color:#789030 !important; */
    	color:#913049 !important;
    }
    
    #msg img {
    	width:19px;
    	height:19px;
    }
