#oke {
	background-color: #E4FDD9;
	border: 1px dashed #00cc00;
}
#fout {
	background-color: #F8DEDE;
	border: 1px dashed #ff0000;
}
.warning{
	padding-top:5px;
	margin-left: 14px;
	margin-right: 14px;
	position:relative;
}
.warning img{
	position:relative;
	top:15px;
	display:block;
}
.warning #text{
	position:relative;
	display:block;
	top:-4px;
	left:34px;
}
#error {
	clear:both;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #FFFF99;
	border: 1px dashed #FF0000;
	height: 30px;
}
#error img {
	margin:4px 10px 0px 10px;
}
#error span {
	margin:0;
	padding:0;
	bottom:4px;
	position:relative;
}

