div.alert{
	font-size:11px;
	border:1px solid #edc871;
	color:#d99823;
	background:#fef3be;
	padding:8px;
	width:60%;
	margin:auto;
}
div.alert h1{
	padding:0 0 0 20px;
	background:url(images/alert.png) no-repeat left center;
	color:#cf8516;
}
div.alert a{
	color:#d29344;
}
div.alert a:hover{
	border-bottom:1px dotted #d29344;
}
div.alert b{
	color:#e07d08;
	font-size:1em;
	font-weight:bold;
}

div.success{
	font-size:11px;
	border:1px solid #83ce77;
	color:#8cbd82;
	background:#f3fff0;
	padding:8px;
	width:60%;
	margin:auto;
}
div.success h1{
	padding:0 0 0 20px;
	background:url(images/success.png) no-repeat left center;
	color:#6a9561;
}
div.success a{
	color:#6a9561;
}
div.success a:hover{
	border-bottom:1px dotted #6a9561;
}
div.success b{
	color:#6a9561;
	font-size:1em;
	font-weight:bold;
}
div.error{
	font-size:11px;
	border:1px solid #f1af9c;
	color:#de9a86;
	background:#f7e1da;
	padding:8px;
	width:60%;
	margin:auto;
}
div.error h1{
	padding:0 0 0 20px;
	background:url(images/error.png) no-repeat left center;
	color:#e15d52;
}
div.error a{
	color:#e15d52;
}
div.error a:hover{
	border-bottom:1px dotted #e15d52;
}
div.error b{
	color:#e15d52;
	font-size:1em;
	font-weight:bold;
}
div.info{
	font-size:11px;
	border:1px solid #b0c5de;
	color:#758496;
	background:#f3f8fd;
	padding:8px;
	width:60%;
	margin:auto;
}
div.info h1{
	padding:0 0 0 20px;
	background:url(images/info.png) no-repeat left center;
	color:#6984a5;
}
div.info a{
	color:#6984a5;
}
div.info a:hover{
	border-bottom:1px dotted #6984a5;
}
div.info b{
	color:#6984a5;
	font-size:1em;
	font-weight:bold;
}
div.alert, div.error, div.success, div.info {
	margin:auto auto 5px auto;
}
