/* @override http://92.12.20.12/media/questions.css */

body
{
	background: #f1f1f1 url(images/bg.png);
	line-height: 1.5;
	font-family: Helvetica, Arial, sans-serif;
}
@font-face
{
	src: url(fonts/Aller.ttf) format("truetype");
    font-family: 'Aller';
    font-weight: normal;
}
h2
{
    font-family: 'Aller', 'Lucida Grande', 'Lucida Sans Unicode';
    font-weight: normal;
    font-size: 42pt;
    letter-spacing: -0.07em;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
}
div.questions-box
{
	width: 60%;
	margin: 50px auto;
	background-color: #eee;
	padding: 20px;
	border: 5px solid #CCC;
	max-width: 1000px;
	min-width: 300px;
}
div.questions-box ol li
{
	margin: 5px;
}
a.button
{
	display: block;
	float: right;
	padding: 10px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	color: #FFF;
	background-color: #222;
	text-decoration: none;
}
a.button:hover
{
	background-color: #111;
}

a.back
{
	color: #333;
	position: relative;
	top: 30px;
}

div.intro
{
	margin-bottom: 10px;
	font-size: 11pt;
}