-#search_field input[type="text"] {
- width: 165px;
- padding: 3px;
- font-size: 14px;
- line-height: 1.1;
- height: 25px;
- padding: 2px 0px 2px 5px;
- box-shadow: inset #DDD 0px 1px 3px;
-}
-
-#search_field input[type="text"]:focus {
- outline: none;
- border: 1px solid #000;
-}
-
-#search_field input[type="submit"] {
- border: 0;
- margin: 0;
- padding: 0;
- width: 15px;
- height: 15px;
- min-width: 15px;
- text-indent: -1000px;
- overflow: hidden;
- background: image-url("sprite.png") 0 0 no-repeat;
- position: absolute;
- top: 5px;
- right: 5px;
- cursor: pointer;
+ form {
+ width: 165px;
+ }
+
+ input[type="text"] {
+ width: 165px;
+ padding: 3px;
+ font-size: 14px;
+ line-height: 1.1;
+ height: 25px;
+ padding: 2px 0px 2px 5px;
+ box-shadow: inset #DDD 0px 1px 3px;
+ }
+
+ input[type="text"]:focus {
+ outline: none;
+ border: 1px solid #000;
+ }
+
+ input[type="submit"] {
+ border: 0;
+ margin: 0;
+ padding: 0;
+ width: 15px;
+ height: 15px;
+ text-indent: -1000px;
+ overflow: hidden;
+ background: image-url("sprite.png") 0 0 no-repeat;
+ position: absolute;
+ top: 5px;
+ right: 5px;
+ cursor: pointer;
+ }