body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	background: url('../images/bg.gif') repeat-x fixed center center;
}
a {
	text-decoration: none;
	color: #308efb;
}
a:hover {
	text-decoration: underline;
}

h1 {
	display: none;
	font-weight: normal;
}
h2 {
	background: url('../images/fav4-heart-horizontal.gif') no-repeat left center;
	padding-left: 274px;
	font-size: 50px;
	font-weight: normal;
	line-height: 62px;
	height: 68px;
	color: #777;
	margin-top: 30px;
}
#helpwrapper {
	text-align: left;
	width: 775px;
	margin: 0px auto;
}
#back {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: 28px;
}
#back a {
	color: #999999;
}
.question {
	padding: 44px;
/*	-moz-box-shadow:1px 1px 20px #DDDDDD;
	-webkit-box-shadow:1px 1px 20px #DDDDDD;*/
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 25px 0;
}
.question a img {
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	border: 5px solid #ddd;
}
.question a:hover img {
	border: 5px solid #308efb;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #555555;
	margin: 0 0 20px 0;
}
.tweetie {
	background: url('../images/twitter-bird.gif') no-repeat 0 -1px;	
	padding-left: 25px;
}
.last {
	margin-bottom: 50px;
}
.green {
	color: green;
	font-weight: bolder;
}
strike {
	color: #999;
}