/*! Licensed Materials - Property of IBM. (c) Copyright IBM Corporation 2001, 2009. All Rights Reserved. U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. This CSS was built on April 30 2010. (version: OneUI-2.1.0_149_20100430-1512) these are the styles for messages companion files: messages.css / messagesTheme.css companion files: messagesRTL.css / messagesThemeRTL.css*/ /*** M E S S A G E S ***/ /*these are the yellow warning/error messages that show up at the top of the content area*/ .lotusMessage { padding:5px; margin-bottom:12px; background-color:#fffabc; border:1px solid #ccc; -moz-border-radius:4px; -webkit-border-radius:4px; overflow:hidden; zoom:1; position:relative } /*error message*/ .lotusMessage img { margin:2px 5px 0 0; float:left } .lotusMessage span { display:block; margin-left:20px } .lotusMessage .lotusDelete, .portlet-msg .lotusDelete { position:absolute; right:0; top:5px; } .lotusMessage .lotusDelete img, .portlet-msg .lotusDelete img { float:none; } /***********************************************************/