@charset "utf-8";
/* CSS Document */

#masthead {
	background:url(/survey/two-minute/images/masthead01.jpg) no-repeat;
	height:250px;
	clear:both;
	width: 960px;
}
#main-content {
	margin-bottom:30px;
}
#main-content h2 {
	font-size: 21px;
}
#masthead h1 {
	font-size:36px;
	font-weight:normal;
	margin-left:10px;
}
#masthead p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	text-align:right;
	color:#666;
	width:180px;
	margin-top:-60px;
}
#masthead p.menu {
	font-family:Arial, Helvetica, sans-serif;
}
a.image-link:hover {
	text-decoration: none;
	border: 0 none;
	background: none !important;
}
#results {
	margin: -50px auto 30px 70px;
	padding: 0 10px 10px 10px;
	border: #a5a5a5 thin solid;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 1.0em hsla(0, 0%, 0%, 0.75);
	-moz-box-shadow:    0 0 1.0em hsla(0, 0%, 0%, 0.75);
	box-shadow:			0 0 1.0em hsla(0, 0%, 0%, 0.75);
}
.question {
	margin-bottom:50px;
	display:table;
}
.question h3 {
	clear:both;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:96px;
	color:#DDD;
	margin:-30px 0 auto auto;
	width:80px;
	float:left;
	min-height:280px;
}
.question p {
}
.answer {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#FFF;
	padding-left:10px;
	padding-top:5px;
	background:none;
	-moz-text-shadow: 0px 0px 10px rgba(0,0,0,1.0);
	-webkit-text-shadow: 0px 0px 10px rgba(0,0,0,1.0);
	text-shadow: 0px 0px 10px rgba(0,0,0,1.0);
	filter: glow(color=#660000, strength=5);
}
label {
	display:block;
	float:left;
	line-height: 1.5em;
}
input {
	display:block;
	float:left;
	width:15px;
	clear:both;
}
fieldset {
	padding:10px;
	border:#999999 thin solid;
}
legend {
	color:#999999;
	font-size:18px;
}
.button-link {
	padding:5px;
	margin-top:10px;
	background: #090;
	display:block;
	clear:both;
	float:right;
	color: #FFF;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #009900;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.button-link:hover {
	background:#060;
	border: solid 1px #006600;
	text-decoration: none;
}
.button-link:active {
	background: #090;
	border: solid 1px #0099cc;
	text-decoration: none;
}