app/site-content/css/projrev.css
changeset 4 8d9da911ed7d
parent 0 c94bd9ae70d2
child 8 294ff7ac9cb6
--- a/app/site-content/css/projrev.css	Thu Aug 06 12:17:29 2009 +0530
+++ b/app/site-content/css/projrev.css	Thu Aug 06 18:15:57 2009 +0530
@@ -167,6 +167,39 @@
 	color: #333;	
 	border: 1px solid #DADADA;	
 }
+
+label.micr {
+  float: left;
+  font-weight:bold; 
+  text-align: left; 
+}
+
+input.micr {
+	width: 40%;
+	position: relative;
+	left: -150px;
+	top: 2px;
+}
+
+input.micr_button {
+	width: auto;
+  font: bold 1em Arial, Sans-serif; 
+  background: #FFF url(/site-content/images/gradientbg.jpg) repeat-x; 
+  color: #333;  
+  border: 1px solid #DADADA;  
+}
+
+a.document-right {
+	padding: 3px;
+  margin-left: 3%;
+  width: 40%;
+  position: relative;
+  top: 3px;
+  border:1px solid #eee;
+  font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
+  color:#777;
+}
+
 ul.errorlist {
 	width: 60%;
 	color: #ff0000;
@@ -441,4 +474,13 @@
   margin: 1px 0 0 10%;
   font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
   color:#777;
+}
+div.error {
+	padding: 3px;
+  margin-left: 3%;
+  width: 40%;
+  position: relative;
+  left: 22%;
+	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
+  color:#f00;
 }
\ No newline at end of file