diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl
index 379ad1ec2a..a78ff5d3a5 100644
--- a/phpBB/templates/PSO/overall_header.tpl
+++ b/phpBB/templates/PSO/overall_header.tpl
@@ -31,6 +31,10 @@ INPUT {font-family:Verdana;font-size:8pt}
SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px}
INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
+INPUT.outsidetable {background-color:{T_TD_COLOR1};border:solid 1px;}
+INPUT.mainoptiontable {background-color:{T_TD_COLOR1};border:groove 2px;font-weight:bold}
+INPUT.liteoptiontable {background-color:{T_TD_COLOR1};border:groove 2px;}
+
A.forumlinks {font-weight:bold}
A {text-decoration:none}
A:hover {text-decoration:underline}
diff --git a/phpBB/templates/PSO/privmsgs_popup.tpl b/phpBB/templates/PSO/privmsgs_popup.tpl
new file mode 100644
index 0000000000..4a2f651fde
--- /dev/null
+++ b/phpBB/templates/PSO/privmsgs_popup.tpl
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/phpBB/templates/PSO/profile_add_body.tpl b/phpBB/templates/PSO/profile_add_body.tpl
index 1b93490080..f168278733 100644
--- a/phpBB/templates/PSO/profile_add_body.tpl
+++ b/phpBB/templates/PSO/profile_add_body.tpl
@@ -1,11 +1,11 @@