body {
	font-family:arial;
	margin:10px;
	font-size:13px;
	background:#FFD5F0;
}
h1 {
	font-family:"Palatino Linotype","Times New Roman";
	color:#EE2D9E;
	font-weight:normal;
	font-style:italic;
	margin:8px 0;
}
ul {
	margin:0;
	padding:0;
}
li {
	margin:0 0 0 2em;
	padding:0;
}
ul.errors {
	font-size:11px;
	color:#EB2A9A;
	margin:0 0 5px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-smaller {
	font-size:11px;
}
a {
	color:#EE2D9E;
	text-decoration:none;
}
div.message {
	padding:10px 5px 10px 40px;
	border:1px solid #f997d2;
	background:url(../images/info.png) no-repeat center left #ffe4f6;
	color:#ee2d9e;
	font-weight:bold;
}
