@CHARSET "UTF-8";

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

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

div#authMessage
{
	background:	none;
}

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

@media only screen and (max-width: 40.063em)
{
    div.message p
    {
        display: inline-block;
    }
}