/* This is the style for the informational messages presented to the user */div.error, div.message {    border: 0px solid #000;    color: #FF3333;    font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 12px;    font-weight: normal;    margin: 0px auto;    text-align: left;    vertical-align: bottom;}/* use a different color for the errors */div.error {	border: 0px solid red;}img.validationWarning,div.errors img.icon, div.messages img.icon {    border: 0;    width: 14px;    height: 13px;    vertical-align: top;}div.message a {    background: transparent;    color: #0000FF;}div.message a:visited {    background: transparent;    color: #0000FF;}div.message a:hover {    background: transparent;    color: #008000;}div.message a:active {    text-decoration: underline overline;}div.message img.icon {    vertical-align: middle;}span.fieldError {    color: red;    font-size: .95em;    font-weight: bold;}/* mhe: 2005-06-16   borrowed from http://style.tigris.org */.errormessage, .warningmessage, .donemessage, .infomessage, .docinfo, .dirinfo, .memberinfo, .usergroupinfo {	margin: .67em 0;	padding: .33em 0 .67em 42px;	min-height: 32px;}.errormark, .warningmark, .donemark, .infomark {	padding-left: 20px;	min-height: 15px;}.errormessage, .warningmessage, .donemessage, .infomessage {	border-top: 5px solid #900;	border-left: 1px solid #900;	background-image: url(../images/icon_error_lrg.gif);	background-repeat: no-repeat;	background-position: 5px 1.33em;}.warningmessage {	background-image: url(../images/icon_warning_lrg.gif);	border-color: #c60;}.donemessage {	background-image: url(../images/icon_success_lrg.gif);	border-color: #090;}.infomessage {	background-image: url(../images/icon_info_lrg.gif);	border-color: #069;}.errormark, .warningmark, .donemark, .infomark {	background: url(../images/icon_error_sml.gif) no-repeat;}.warningmark {	background-image: url(../images/icon_warning_sml.gif);}.donemark {	background-image: url(../images/icon_success_sml.gif);}.infomark {	background-image: url(../images/icon_info_sml.gif);}