1body { 2 -webkit-user-select: none; 3 background-color: #fff; 4 margin-bottom: 6px; 5 margin-top: 6px; 6} 7 8a:link { 9 color: #00c; 10} 11 12a:visited { 13 color: #551a8b; 14} 15 16a:active { 17 color: #f00; 18} 19 20hr { 21 background-color: #ddd; 22 border: 0; 23 height: 1px; 24 margin: 5px; 25 text-align: left; 26 width: 100%; 27} 28 29input[type='button'], 30input[type='submit'] { 31 min-height: 26px; 32 min-width: 87px; 33} 34 35.end-aligned { 36 text-align: end; 37} 38 39#gaia-account-text { 40 font-weight: bold; 41 position: relative; 42 top: -7px; 43} 44 45#email-readonly { 46 display: none; 47 font-size: 10pt; 48 font-weight: bold; 49} 50 51div.errormsg { 52 color: red; 53 display: none; 54 font-size: smaller; 55} 56 57font.errormsg { 58 color: red; 59 font-size: smaller; 60} 61 62div.errormsgspacer { 63 min-height: 1em; 64} 65 66font.errormsgspacer { 67 font-size: smaller; 68} 69 70#gaia-login-form { 71 margin-bottom: 0; 72} 73 74#captcha-wrapper { 75 background: no-repeat; 76 background-color: #e8eefa; 77 background-position: center; 78 background-size: 200px 70px; 79 display: block; 80} 81 82#captcha-image { 83 height: 70px; 84 width: 200px; 85} 86 87#logging-in-throbber { 88 margin: 0 10px; 89} 90 91.bottom-padded-cell { 92 padding-bottom: 3px; 93} 94 95.no-vertical-padding { 96 padding-bottom: 0; 97 padding-top: 0; 98} 99 100#cancel-space-no-captcha { 101 height: 22px; 102} 103 104#top-blurb { 105 font-size: 11pt; 106 line-height: 1.5em; 107} 108 109#top-blurb-error { 110 background-color: #eeb939; 111 border-radius: 4px; 112 display: block; 113 font-size: 11pt; 114 font-weight: bold; 115 margin-bottom: 10px; 116 margin-left: auto; 117 margin-right: auto; 118 padding: 4px 10px; 119 text-align: center; 120 visibility: hidden; 121 width: 70%; 122} 123 124#content-table { 125 background-color: #fff; 126 border: #c3d9ff 1px solid; 127 padding: 2px; 128} 129 130.access-code-row { 131 display: none; 132} 133 134.access-code-row > td { 135 padding-bottom: 1px; 136 text-align: center; 137} 138 139#access-code-label-row > td { 140 padding-top: 6px; 141} 142 143.gaia-le-lbl, 144.gaia-le-val, 145.gaia-le-rem, 146.gaia-captchahtml-desc 147.gaia-captchahtml-cmt { 148 font-size: smaller; 149} 150 151.gaia-captchahtml-cmt { 152 font-style: italic; 153} 154 155.gaia-le-fpwd, 156.gaia-le-chusr { 157 font-size: 70%; 158} 159 160#error-custom { 161 display: none; 162} 163 164#captcha-div { 165 display: none; 166} 167 168#password-row { 169 margin-top: 2px; 170} 171 172#action-area { 173 margin-top: 2px; 174} 175 176#errormsg-0-access-code { 177 text-align: center; 178} 179