body,td,th,select,input
	{
	font-family:Arial,verdana;
	}
	
div#actionmessages
	{
	margin-bottom:10px;
	}
	
div#actionmessages div
	{
	color: blue;
	display: inline;
	padding-left: 20px;
	clear: both;
	font-size:14px;
	}

div#actionmessages div.actionmessage_info
	{
	background-image: url(english/status_info.gif);
	background-position: middle left;
	background-repeat: no-repeat;
	}

div#actionmessages div.actionmessage_ok
	{
	color: green;
	background-image: url(english/status_ok.gif);
	background-position: middle left;
	background-repeat: no-repeat;
	}

div#actionmessages div.actionmessage_warning
	{
	color:red;
	background-image: url(english/status_error.gif);
	background-position: middle left;
	background-repeat: no-repeat;
	}

