.hja_content{
	width: 100%;
	font: 11.5px/2em "Courier New", Courier, monospace;
}
.section{
	margin: 0px 0px 10px;
}
.alignLeft{
	float: left;
	padding: 0px 10px 0px 0px;
}
.smallText{
	font-size: 10px;
	color: #666666;
}
.links{
	margin: 10px 0px 0px;
}
.awQuickTagToolbar{
	background: #999999;
	padding: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ECECEC;
	margin: 5px 0px;
}
.awQuickTagToolbar input[type=button]{
	background: #FFFFFF;
	border-color: #CCCCCC;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 1px;
}

.donateBt{
	background: #FFFBEC;
	color: #333333;
	text-decoration: none;
	padding: 1px 3px;
	border: 1px solid #FFE67D;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.donateBt:hover{
	color: #000000;
	text-decoration: none !important;
	background: #FFFBE8;
	border: 1px solid #FFCC00;
	-webkit-box-shadow: 0px 0px 2px #ffdd00;
	-moz-box-shadow: 0px 0px 2px #ffdd00;
	box-shadow: 0px 0px 2px #ffdd00;
}
/*
.section input[type=text], .section textarea{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}
.section input[type=text]:focus, .section textarea:focus{
	-webkit-box-shadow: 0px 0px 6px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
	outline:none;
} */