* {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
}

html {background:#FDF6F9;}
body {background:#FFFFFF;}

img
{
	border:0;
}

#questionLabel {
	margin:0px;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	padding:10px;
	font-weight:normal;
	background:#f94d89;
}
h1, h2 {
	margin:0px;
	padding:10px;
	font-size:16px;
	font-weight:normal;
	background:#fdf6f9;
	border-bottom:1px dotted #f94d89;
}

h2 {font-size:16px}
h3 {font-size:14px}


ul {
	list-style-type:none;
}
p, li {
	font-size:13px;
}

body {
	padding:10px;
	margin:10px auto 10px auto;
	width:800px;
	border:1px dotted #AAA;
}

.question {
	text-align:center;
}

.question p {
	font-size:11px;
}

a {
	color:#f94d89;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.error, .already {
	color:#f94d89;
}
