integrate svg us map
diff --git a/web/ons-demo/css/skin.default.css b/web/ons-demo/css/skin.default.css
index 1d656b0..4beb712 100644
--- a/web/ons-demo/css/skin.default.css
+++ b/web/ons-demo/css/skin.default.css
@@ -10,6 +10,13 @@
 	cursor: crosshair;
 }
 
+
+.state {
+	fill:none;
+	stroke:#888;
+	stroke-width:1;
+}
+
 .nodrop {
 	cursor: not-allowed;
 }