1/* ----- General Elements ---------- */
2.it__negative_feedback {
3	border:            1px red solid;
4	background-color:          white;
5	margin:                      0px;
6	padding:                    10px;
7	width:                       60%;
8	border-radius:             0.5em;
9}
10.it__positive_feedback {
11	border:          1px green solid;
12	background-color:     lightgreen;
13	margin:                      0px;
14	padding:                    10px;
15	width:                       60%;
16	border-radius:             0.5em;
17}
18 .it__standard_feedback {
19	width:                      95%;
20  border:       1px solid #C0C0C0;
21  background: url("img/content-bg.jpg") repeat scroll 0 0 transparent;
22	padding:                    3px;
23  padding-left:            0.45em;
24	border-radius:              4px;
25}
26/* ----- Input Elements ---------- */
27div .removeold__divinput {
28  width:                      95%;
29  text-align :    left !important;
30}
31
32 .removeold__fieldset {
33  width:         100% !important;
34  margin-bottom:   2em !important;
35  text-align:     left !important;
36	border-radius:            0.5em;
37  float: left;
38}
39
40.removeold_edit {
41  width:            99% !important;
42  margin: 1em 1em 1em 0 !important;
43  font-size:        8pt !important;
44}
45
46.removeold_i_legend {
47  padding: 0 0.5em 0 0.5em !important;
48}
49
50div .removeold__divright {
51  text-align:               right;
52}
53
54.level4 p{
55width:             95% !important;
56}