diff --git a/src/main/webapp/styles/standard.css b/src/main/webapp/styles/standard.css
index 89a0afca4a3e72b97d2dddf8a55e3a0a17e59eea..f86e0c2b8c77cc80fa701b11d826349f2ea7302e 100644
--- a/src/main/webapp/styles/standard.css
+++ b/src/main/webapp/styles/standard.css
@@ -145,9 +145,17 @@ input, textarea, select {
 
 select{
 	width:183px;
+	line-height:17px;
 	color:#0F469D;
 	background-color:#FFF;/*#ABC8F0;*/
 }
+select#_demanda_id{
+	height:208px;
+}
+select#_diasFuncionamento_id{
+	height:125px;
+}
+
 input {
 	height:20px;
 	color:#ABC8F0;