diff --git a/styles/site.css b/styles/site.css
index 7e5e798..219afe2 100644
--- a/styles/site.css
+++ b/styles/site.css
@@ -1043,6 +1043,25 @@ div.reportbug {
 	font-size: 80%;
 	float: right;
 }
+
+div.soft-deprecation-notice {
+    top: 100px;
+    right: 10px;
+    width: 300px;
+	padding: 0px;
+	margin: 0px;
+    position: fixed;
+	border: 1px solid #666600;
+	color: #fff;
+	background-color: #ffeeee;
+}
+div.soft-deprecation-notice blockquote.sidebar {
+	padding: 10px;
+	margin: 0px;
+	border: 1px solid #666600;
+	color: #660000;
+	background-color: #ffeeee;
+}
 /*
  * vim: noet
  */
