1.pad-toggle, .pad-close, .pad-lock, .pad-security, .pad-saveable {
2    float: right;
3    cursor: pointer;
4    margin-right: 5px;
5    z-index: 210;
6}
7
8.pad-form label {
9    min-width: 200px;
10    display: inline-block;
11}
12
13.pad-form input, .pad-form select {
14    display: inline;
15}
16
17.pad-toolbar {
18    min-height: 20px;
19    display: block;
20}
21
22.pad-resizable {
23    position: relative;
24    border: thin solid black;
25    height: 600px;
26}
27
28.pad-iframe {
29    width: 100%;
30    height: 100%;
31    border: hidden;
32}
33
34