body
{
	background: #edf0ff url(/images/back-body.png) repeat-x;
	font-family: "Gill Sans", verdana, helvetica, sans-serif;
	color: #3f4140;
	margin-top: 10em;
}

p{
	font-family: verdana, helvetica, sans-serif;
}

#message h1{
	background: #fff;
	padding: 40px 40px 40px 40px;
	-o-box-shadow: 0px 0px 2px #888;
	-icab-box-shadow: 0px 0px 2px #888;
	-khtml-box-shadow: 0px 0px 2px #888;
	-moz-box-shadow: 0px 0px 2px #888;
	-webkit-box-shadow: 0px 0px 2px #888;
	box-shadow: 0px 0px 2px #888;
	border-radius: 2px;
	-o-border-radius: 2px;
	-icab-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.right
{
	text-align: right;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #58b7dd;
}

a:hover
{
	text-decoration: underline;
}