1#dw__search {
2	display:block;
3	float: right;
4	margin: 20px 20px 0px 20px;
5}
6
7#dw__search * {
8	padding: 0px;
9	margin: 0px;
10}
11
12form#dw__search div.frootySearch input.edit {
13	background: transparent url(images/searchfield_caps.png) repeat-x scroll;
14	background-position: 0px -20px;
15	behavior: none;
16	position: relative;
17	top: 0px;
18	left: 0px;
19	border: none;
20	height: 18px;
21	line-height: 19px;
22	margin: 0pt;
23	padding: 0px;
24	float: left;
25	padding-top: 1px;
26	margin-left:20px;
27	width:113px;
28}
29
30form#dw__search div.frootySearch {
31	position:relative;
32	width: 150px;
33	padding: 0px;
34	margin: 0px;
35}
36
37form#dw__search div.frootySearch .left {
38	background:transparent url(images/searchfield_caps.png) no-repeat scroll;
39	background-position: 0px 0px;
40	display: block;
41	height: 19px;
42	width: 150px;
43	padding: 0px;
44}
45
46/* IE 6 hack*/
47* html form#dw__search div.frootySearch .left {
48	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/lib/plugins/frootysearch/images/searchfield_caps.png,sizingMethod='crop');
49	background: none;
50}
51
52form#dw__search div.frootySearch .right {
53	background:transparent url(images/searchfield_caps.png) no-repeat scroll 100% top;
54	display:block;
55	height:19px;
56	width:17px;
57	padding: 0px;
58	float: right;
59}
60
61/* IE 6 hack*/
62* html form#dw__search div.frootySearch .right {
63	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/lib/plugins/frootysearch/images/searchfield_caps_close.png,sizingMethod='crop');
64	background: none;
65}
66
67form#dw__search div.frootySearch.empty.blurred input {
68	color:#7E7E7E;
69}
70
71form#dw__search div.frootySearch .reset {
72	background:transparent url(images/searchfield_caps.png) no-repeat scroll;
73	background-position: 0px -40px;
74	cursor:pointer;
75	display:block;
76	height: 16px;
77	right:4px;
78	top:2px;
79	width:11px;
80	z-index: 1000;
81	margin-top: 0px;
82	position: absolute;
83	clear: both;
84}
85
86form#dw__search div.frootySearch.empty .reset {
87	display:none;
88}
89
90form#dw__search span.prettyplaceholder {
91	display: none;
92	color: #fff;
93}
94
95form#dw__search input[type=submit] {
96/*	display: none;*/
97	margin: 0px 10px;
98}
99
100/* ********************************************************
101	Search bar adjust
102******************************************************** */
103* html form#dw__search div.frootySearch .left, * html div.frootySearch .right {
104	margin-top: 1px;
105}