/* Form Elements */
input[type='text'],
-input[type='password'],
-input[type="search"] {
+input[type="search"],
+input[type="email"],
+input[type='password'] {
padding: 5px 3px;
}
input[type='text'],
-input[type='password'],
input[type="search"],
+input[type="email"],
+input[type='password'],
textarea {
border: 1px solid #ccc;
}
input[type='text']:hover,
-input[type='password']:hover,
input[type="search"]:hover,
+input[type="email"]:hover,
+input[type='password']:hover,
textarea:hover {
background-color: #fffff6;
border: 1px solid #69c;
}
input[type='text']:active,
-input[type='password']:active,
input[type="search"]:active,
+input[type="email"]:active,
+input[type='password']:active,
textarea:active,
input[type='text']:focus,
input[type="search"]:focus,
+input[type="email"]:focus,
+input[type='password']:focus,
textarea:focus {
background-color: #fffff6;
border: 1px solid #69c;
-
-
-
-
-
-
/* -- -- -- -- -- Large Buttons -- -- -- -- -- */
.largeButtons {