diff --git a/public/images/background_widgets.png b/public/images/background_widgets.png
new file mode 100644
index 0000000000000000000000000000000000000000..e1e05277c6791d8c6ff71e95356f7fec731f798c
Binary files /dev/null and b/public/images/background_widgets.png differ
diff --git a/public/images/close.png b/public/images/close.png
index 8b2cb9972374277b33bf21c93b770d071efd0538..3dd76e69cb5fc8068e2a9db4ce105ff704894cfb 100644
Binary files a/public/images/close.png and b/public/images/close.png differ
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 8bbadcbddfddf014158e415ddb439903059491a5..676c51c229b76026e3c2d9bd7255a7974d3779c1 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -813,9 +813,54 @@ padding: 15px 0 15px 0;
 }
 
 .mypage-box {
-margin:0 0 20px 0;
-color:#505050;
-line-height:1.5em;
+  margin-top:20px;
+  padding: 0px 10px 0px 10px;
+  border: #C4C4C4 solid 1px;
+  font-size:11px;
+  background: #FFFFFF url(../images/background_widgets.png) repeat-x 0 0;
+
+  /* Shadow definitions cross browser */
+  -moz-box-shadow: 1px 1px 1px #BFBFBF;
+  -webkit-box-shadow: 1px 1px 1px #BFBFBF;
+  box-shadow: 1px 1px 1px #BFBFBF;
+  /* For IE 8 */
+  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
+  /* For IE 5.5 - 7 */
+  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
+  zoom: 1;
+}
+
+#content .mypage-box h3 {
+  margin: 9px 0px 6px;
+}
+
+#content .mypage-box table {
+  padding: 10;
+  margin-top:15px;
+  margin-bottom:15px;
+}
+
+.mypage-box h3, .mypage-box a {
+  font-size:11px;
+  font-weight:bold;
+}
+
+#content .mypage-box table.issues td, #content .mypage-box table th, #content .mypage-box table.list {
+  border:none;
+  padding:0;
+  width:auto;
+  padding-right:30px;
+  padding-bottom:5px;
+}
+
+#content .mypage-box table th {
+  border:none;
+  background: white;
+  font-weight: bold;
+}
+
+#content .mypage-box table tr.even {
+  background-color: white;
 }
 
 .handle {
@@ -824,7 +869,7 @@ cursor: move;
 
 a.close-icon {
 display:block;
-margin-top:3px;
+margin-top:10px;
 overflow:hidden;
 width:12px;
 height:12px;