Index: /trunk/grails-app/conf/DataSource.groovy
===================================================================
--- /trunk/grails-app/conf/DataSource.groovy	(revision 605)
+++ /trunk/grails-app/conf/DataSource.groovy	(revision 606)
@@ -66,4 +66,5 @@
             /** MSSQL */
             //For more info see the docs that you downloaded with the driver.
+//             dialect = org.hibernate.dialect.SQLServerDialect // Useful with `grails schema-export`
 //             driverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver"
 //             username = "gnumimsadmin"
Index: /trunk/web-app/css/main.css
===================================================================
--- /trunk/web-app/css/main.css	(revision 605)
+++ /trunk/web-app/css/main.css	(revision 606)
@@ -251,4 +251,5 @@
 
 td.errors select {
+    background: #ffEbEb; /*Set select background since select borders cannot be styled in IE*/
     border: 1px solid red;
 }
