/**/
#article_cats {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#article_links {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cat_link {
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;

}
#full_article {
	padding-right: 5px;
	padding-left: 5px;

}
#the_article_body {
	padding-top: 20px;

}
#author_box {
	padding-right: 60px;
	padding-left: 60px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	margin-top: 30px;
}
#key_code_box {
	float: right;
	padding-right: 230px;
}
#errorbox {
	color: #B01F02;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.key_class {
	border: thin solid #000000;
}
#key {
	height: 20px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	float: left;
	color: #FF0000;
	padding-left: 280px;
}
#submit_button_div {
	padding-top: 50px;
	padding-left: 10px;
}
#all_add_data {
	text-align: center;
	padding-top: 10px;
}
.blue {
	color: #990000;
}
#add_url_button {
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
}
