@CHARSET "UTF-8";

div.message
{
	text-align: 		center;
	margin-top:			1em;
	margin-bottom:		1em;
}

div.message p
{
	font-size				:	1.1em;
	color					:	#E2007C;
	background-color		:	#fff;
	padding					:	0.5em;
	-moz-border-radius		:	0.2em;
	-webkit-border-radius	:	0.2em;
	border-radius			:	0.2em;
	border					:	1px solid #E2007C;
	display					:	inline;
}

div.message img
{
	vertical-align			:	middle;
}
