updates to website css & better help for doctype
diff --git a/website/css/website.css b/website/css/website.css
index 86f0414..112d29c 100644
--- a/website/css/website.css
+++ b/website/css/website.css
@@ -6,7 +6,9 @@
 	padding: 0px;
 	min-height: 400px;
 	margin: 40px auto;
-	box-shadow: 1px 1px 3px 3px #ccc;
+	box-shadow: 1px 1px 3px 3px #bbb;
+	border-radius: 5px;
+	overflow: hidden;
 }
 
 .navbar-inner {
@@ -23,6 +25,7 @@
 	box-shadow: none;
 	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
+	border-radius: 0px 0px 5px 5px;
 }
 
 .layout-main {
diff --git a/website/templates/css/login.css b/website/templates/css/login.css
index 3d64009..710f889 100644
--- a/website/templates/css/login.css
+++ b/website/templates/css/login.css
@@ -10,6 +10,7 @@
 			box-shadow: 1px 1px 3px 3px #ccc;
 			font-size: 12px;
 			min-height: 100px;
+			border-radius: 5px;
 		}
 
 		#login_wrapper h3 {