1#qsearch__in {
2	background: #332518;
3	border: none;
4	font: italic 110% Georgia, "Times New Roman", Times, serif;
5	color: #ada8a3;
6	width: 168px;
7	padding: 2px 5px;
8	margin-left: 30px;
9}
10
11#dw__search {
12	position: absolute;
13	bottom: 57px;
14	right: 25px;
15	background: url('images/searchform.png') no-repeat;
16	width: 222px;
17	height: 26px;
18	padding: 5px 0 3px;
19}
20
21.notify {
22	width: 90% !important; margin: 1em auto !important;
23	background-color: orange !important;
24}
25
26#dw__search button { display: none; }
27
28h1, h2, h3, h4, h5, h6 {
29	/*font: bold 1.9em/1em Arial,Helvetica,sans-serif;*/
30	letter-spacing: -0.05em;
31	margin: 0 0 10px;
32	text-shadow: 0 1px 4px #dfdfbb;
33	color: #644527;
34}
35
36#dw__toc ul li { background-image: none; }
37#writtensidebar a { background-image: none; padding: 0px; }
38.btn_secedit { float: right; }
39#sidebar ul li { display: table; }
40
41#writtensidebar { width: 100%; }
42#writtensidebar h1 {
43	font: bold 1.5em/1em Arial, Helvetica, sans-serif;
44	background: url('images/sidebar-dots.png') repeat-x 0 bottom;
45	padding: 0 0 10px;
46	margin: 0 0 10px;
47	text-shadow: 0px 1px 4px #dfdfbb;
48	display: block;
49}
50
51.breadcrumbs { margin: 1em 0px; }
52
53#mediamanager__page .file { width: 100%; clear: both; }
54button { margin: 3px 8px; }