diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/css/ie7.css b/css/ie7.css
new file mode 100644
index 0000000..6ec4c5a
--- /dev/null
+++ b/css/ie7.css
@@ -0,0 +1 @@
+//no styles for IE7 use tan hack for the less than handful of styles which aren't compatible. Problem solved.
\ No newline at end of file
diff --git a/css/test.css b/css/test.css
new file mode 100644
index 0000000..23c15db
--- /dev/null
+++ b/css/test.css
@@ -0,0 +1,8 @@
+
+body{background:#EFF;color:#122;}
+h1 { color: #368; weight: bolder; margin: 20px; display: block; opacity: 80%; }
+h1:hover { opacity:1; }
+.well{border-radius:8px;background-color: #CDD;border-color:#356;}
+.fail, .status{color:#c00;}
+.ib{display:inline-block;*display:inline;}
+.message{background-color:#fcc;padding:1em;border:1px solid #900;border-radius:8px;}
\ No newline at end of file
diff --git a/index.html b/index.html
old mode 100644
new mode 100755
index 6f5c271..99e7077
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
-
+
@@ -8,33 +8,34 @@
-
+
+
-
+
+
+
+
+
+
The User Interface Developer Test
-
+
This Page and results.html should be converted to AngularJS templates.
Add a select-all toggle for the checkbox list.
Select-all should be checked if all fields are checked, unchecked if all fields are unchecked and indeterminate if some are checked.
-
Sor the checkboxes by name
+
Sort the checkboxes by name
When submitting the form, if only "Language" is checked, then an error should appear stating " Please choose more items! "
Successfully submitting the form takes us to results.html and shows what the user submitted.