diff --git a/interface/web/themes/default/css/screen/uni-form.css b/interface/web/themes/default/css/screen/uni-form.css
index 0451aaec7652ddd87abac021b92e8924b7f049e6..b1a476dc1512815a338b68d05d7768c9e62e081b 100644
--- a/interface/web/themes/default/css/screen/uni-form.css
+++ b/interface/web/themes/default/css/screen/uni-form.css
@@ -123,7 +123,8 @@ YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK...
 /* This is the main unit that contains our form elements */
 
 .uniForm .textInput, .uniForm .selectInput, .uniForm textarea {
-	background:#FFFFFF none repeat scroll 0 0;
+	background:#FFFFFF none repeat scroll 0 0
+	color: #000000;;
 	border: 1px solid #DFDFDF;
 	padding: 1px;
 }