body
{
	font-family:Arial, sans-serif;
	color: #666;
	background-color: #eee;
	line-height: 19px;
}
h4 {
	color: #000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 20px;
}
h3 {
	margin-top: 0;
	margin-top: 10px;
	color: #333;
}
#discButton {
}
#discButton a {
	position: absolute;
	left: 50%;
	margin-left: 225px;
	background-color: #fff;
	top: 100px;
	padding: 10px;
	font-size: 20px;
	background-image: url('help/down.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 35px;
	text-decoration: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 10px;
	color: #555;
}
#discButton a:hover{
	box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}
#discButton a:active{
	box-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	color: #000;
}
.helptext img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.helptext {
	min-height: 160px;
	margin-bottom: 20px;
	text-align: justify;
	background-color: #fff;
	padding: 20px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 10px;
	font-size: 16px;
	
	line-height: 22px;
}
.helptext h3{
	margin-top: 0;
}
.note {
	background: url(help/discussion.png) no-repeat 15px 5px;
	background-color: #ffee62;
	border-radius: 10px;
	padding: 10px;
	padding-left: 44px;
	text-align: center;
	font-size: 16px;
}
.boxLink:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#adwords {
	text-align: center;
	padding-bottom: 0px;
	border: 1px solid #aaa;
	margin-bottom: 20px;
}
.shortcutTitle {
	display: inline-block;
	width: 150px;
}
li {
	border-bottom: 1px solid #bbb;
	width: 450px;
	line-height: 25px;
}