/*
 * Document   : msgBox
 * Created on : 12-Sep-2012
 * Modified   : See SVN history
 * Author     : Vova Tro
 *
 * Description:
 *  Support styles for Error Message Boxes {Info|Success|Warning|Error}
**/

/* <<< CSS for Message Boxes */
div.outer {
	/* background: none repeat scroll 0 0 #00FF00; */
	margin: 2px 1px;
    cursor: pointer;
    /* overflow: hidden; */
}

div.inner {
	/* background: none repeat scroll 0 0 #FFFFCC; */
	margin: 0;
    overflow: hidden;
}
/* >>> CSS for Message Boxes */
