table .info, table .success, table .warning, table .error, table .validation
{
	border: 1px solid;
	margin: 0px;
	padding: 2px 10px 3px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div#contentmain .info, div#contentmain .success, div#contentmain .warning, div#contentmain .error, div#contentmain .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:5px 9px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
table .info, div#contentmain .info
{
	xcolor: #00529B;
	color: #000000;
	background-color: #BDE5F8;
	background-image: url('graphics/inform.gif');
}
table .info a, div#contentmain .info a
{
	color: #000000;
	text-decoration: underline;
}
table .success, div#contentmain .success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('graphics/inform.gif');
}
table .warning, div#contentmain .warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('graphics/question.gif');
}
table .error, div#contentmain .error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('graphics/errmsg.gif');
}
table .error a, div#contentmain .error a
{
	color: #D8000C;
	text-decoration: underline;
}
table .validation, div#contentmain .validation {
    color: #D63301;
    background-color: #FFCCBA;
	background-image: url('graphics/errmsg.gif');
}
table .errtxt, div#contentmain .errtxt
{
	display: inline;
	color: #FF0000;
}
table .showmsg, div#contentmain .showmsg
{
	display: inline;
	color: #FF0000;
}
table .hiderow, div#contentmain .hiderow
{
	display: none;
	visibility: hidden;
}
table .showrow, div#contentmain .showrow
{
	display: inline;
}
