/* CSS Document */
.gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.fpwd { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
.gaia.le.val { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.rem { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.form-noindent {
background-color:#FFFFFF;
border:1px solid #C3D9FF;
}
input[type='text'], input[type='password']{ border: 1px solid #c8c8c8; background: #ffffff; }
input[type='text']:hover, input[type='password']:hover{ border-color: #aaaaaa; }
input[type='text']:focus, input[type='password']:focus{ border-color: #8c8c8c; outline: 2px solid #dcdcdc; }
input[type='button'], input[type='submit'], button { cursor: pointer; }
input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }

button, input[type='button'] { padding: .4em .6em .4em .2em; line-height: 100%; }
a:focus { outline: none; }
