206
206
background-repeat:no-repeat;
207
207
background-position:left;
208
208
background-color: #ff0000;
212
/* Window for change password */
214
/* Position & Size */
224
background-color:#333;
228
font-family: Helvetica;
231
border-top: 1px solid #555;
232
border-left: 1px solid #555;
233
border-bottom:1px solid #111;
234
border-right:1px solid #111;
235
-webkit-box-shadow: 0 0 8px #000;
238
#passwordChanger input{
244
#passwordChanger .passwordHeader{
245
/* Position & Size */
259
background-color:#333;
262
border-top: 1px solid #555;
263
border-left: 1px solid #555;
264
border-bottom:1px solid #111;
265
border-right:1px solid #111;
267
#passwordChanger .passwordHeaderBorder{
268
border-bottom:1px solid #555;
274
#passwordChanger .button{
275
/* Position & Size */
283
background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#a8a8a8));
284
background: -moz-linear-gradient(top, #f0f0f0, #a8a8a8);
285
background: linear-gradient(to bottom, #f0f0f0, #a8a8a8);
289
font: 16px Helvetica;
294
border: 1px solid #d0d0d0;
295
-webkit-border-radius: 2px;
296
-moz-border-radius: 2px;
301
#passwordChanger .button:hover, .button:active, .button:focus {
303
background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#a0a0a0));
304
background: -moz-linear-gradient(top, #d0d0d0, #a0a0a0);
308
text-decoration: none;
323
background-color:white;
329
-webkit-border-radius: 7px;
330
-moz-border-radius: 7px;
338
background-image: linear-gradient(to top,#fff,#f5f5f5);
342
font: 16px Helvetica;
346
background-color:#f5f5f5;
347
background-image: linear-gradient(to bottom,#fff,#f5f5f5);
355
background-image: linear-gradient(to top,#fff,#f5f5f5);
358
font: 16px Helvetica;
373
font-family: "icomoon";
b'\\ No newline at end of file'