body
{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:small;
	color:#333;
	background:#FFF;
	border-top:5px solid #e76d13;
}

a:link,a:visited
{
	color:#960;
	text-decoration:none;
	border-bottom:1px solid #960;
}

a:hover
{
	color:#000;
	background:#f4f2e4;
	border-bottom:1px solid #9a8e51;
	text-decoration:none;
}

.PDF_noteMain
{
	position:absolute;
	top:-1000em;
}

.PDF_errMain
{
	background:#C00;
	color:#FFF;
	font-weight:bold;
	padding:.67em;
	margin-bottom:1.5em;
}

.PDF_err,.PDF_err + .PDF_questionDivide
{
	display:none;
}

.PDF_questionErr
{
	margin-top:0;
	border-left:.5em solid #C00;
}

.PDF_questionErr .qText
{
	background:#C00;
	color:#FFF;
	font-weight:bold;
}

.PDF_questionErr .qNote
{
	color:#C00;
}

div[class^=PDF_QT]
{
	margin-left:.75em;
}

.qNumber,.PDF_mand
{
	display:none;
}

.qText
{
	font-family:Georgia, Times, serif;
	background:#f4f2e4;
	padding:1em .5em .75em .75em;
	font-size:small;
	line-height:1.33;
	margin:0 0 .25em;
}

.qText span
{
	font-family:Georgia, Times, serif;
	font-size:x-large;
	color:#7f5837;
}

.qNote
{
	font-style:italic;
	margin-left:.75em;
}

.qNote p
{
	margin:.5em 0 1em;
}

.PDF_QT400 ul
{
	margin:.75em 1.5em 1.5em 0;
	padding:0;
	list-style:none;
}

.PDF_QT400 li
{
	padding-left:2em;
	margin:0 0 .25em;
}

.PDF_QT400 li input:first-child
{
	margin-left:-2em;
}

h2
{
	font:medium Georgia, Times, serif;
	padding:.75em 0;
	margin:0;
}

h3
{
	font-family:Georgia, Times, serif;
	font-style:italic;
	font-size:90%;
	font-weight:normal;
	color:#555;
	padding:0;
}

textarea
{
	width:80%;
	height:7em;
	margin:1.5em;
}

.answer-options
{
	margin:5px 0 5px 15px;
}

/* M I S C
		--------------------------------------------- */
a img
{
	border:none;
}

hr
{
	display:none;
}

.example
{
	font-size:smaller;
	font-style:italic;
	font-weight:normal;
}

.message
{
	color:blue;
	font-weight:bold;
	text-align:center;
}

.question
{
	font-size:14px;
	font-weight:bold;
	color:#262C4C;
}

.percentage
{
	font-size:10px;
	font-weight:normal;
	color:#000;
}

.error
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	text-align:center;
	color:#CB0404;
}

code
{
	font-family:Monaco, Courier;
	font-size:110%;
	color:#c3560d;
}

@media screen and (min-device-width: 500px) {
	/* S T R U C T U R E  --------------------------------------------- */
	.PDF_pageOuter
	{
		font-size:95%;
	}
	
	.PDF_pageInner
	{
		margin:0 auto;
		padding:3.5em 175px 1em 275px;
		width:50em;
min-height: 250px;
		background:url('http://aneventapart.com/alasurvey2011/i/survey-logo.gif') 25px 4em no-repeat;
	}
	
	.PDF_question
	{
		margin-bottom:2em;
	}
}