| 1 |
body {font-size: 14px; font-family: serif;} |
| 2 |
p.field-note {font-size: 13px; color: #9F9F9F;} |
| 3 |
.cjt-form fieldset{border: none;} |
| 4 |
.cjt-form label {display: inline-block; width: 200px;} |
| 5 |
.cjt-form ul {margin: 0; padding: 0} |
| 6 |
.cjt-form ul li {list-style: none; margin-bottom: 5px} |
| 7 |
.cjt-form ul li.last {margin-top: 60px; text-align: right;} |
| 8 |
.cjt-form ul li.last .cjt-button {min-width: 70px;} |
| 9 |
.cjt-form ul li input[type=button], |
| 10 |
.cjt-form ul li input[type=submit] {background-color: white} |
| 11 |
.cjt-form ul li input[type=text], |
| 12 |
.cjt-form ul li select {min-width: 200px;} |
| 13 |
.loading {background : url('images/loading.gif') center no-repeat;} |
| 14 |
.link-loading {display: inline-block; height: 20px;background : url('images/loading.gif') center no-repeat; } |
| 15 |
input[type="submit"].cjt-submit {float: right;} |