site-content/style.css
changeset 18 07408d1ced76
parent 10 aa30740e6e31
child 20 272dced1685b
--- a/site-content/style.css	Thu Sep 03 17:31:12 2009 +0530
+++ b/site-content/style.css	Thu Sep 03 18:37:48 2009 +0530
@@ -19,20 +19,48 @@
 }
 
 form {
+  margin:10px 15px; padding: 0;
+  border: 1px solid #f2f2f2; 
+  background-color: #FAFAFA;
+  padding-bottom: 20px; 
 }
 
-form br {
+label {
+  float: left;
+  width: 40%;
+  font-weight:bold;
+  margin:5px 0; 
+  text-align: right; 
+}
+
+label.accept {
 }
 
 input, textarea {
-	padding: 5px;
-	font: bold 1em Georgia, "Times New Roman", Times, serif;
-	color: #333333;
-	background: #F9F3DF;
-	border-top: 1px solid #CB960F;
-	border-right: 1px solid #CCCC99;
-	border-bottom: 1px solid #CCCC99;
-	border-left: 1px solid #CB960F;
+  padding: 3px;
+  margin-left: 1%;
+  width: 30%;
+  position: relative;
+  left: -13%;
+  border:1px solid #eee;
+  font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
+  color:#777;
+}
+
+textarea {
+	background-color: white;
+}
+
+input.accept {
+	position: relative;
+	top: 6px;
+	left: -28%;
+}
+
+select {
+  width: 30%;
+  position: relative;
+  left: -13%;
 }
 
 h1, h2, h3 {
@@ -62,6 +90,14 @@
 	margin-left: 3em;
 }
 
+ul.errorlist {
+  width: auto;
+  color: #ff0000;
+  margin:5px 0;
+  margin-right: 1em;  
+  text-align: center;
+}
+
 blockquote {
 	margin-left: 3em;
 	margin-right: 3em;
@@ -181,6 +217,11 @@
 	color: #FFFFFF;
 }
 
+#submit {
+	width: auto;
+	position: relative;
+	left: -7%;
+}
 /* Footer */
 
 #footer {