form {
    text-align: center;
    font-size: 9pt;

    margin: 10px 0 0 0;
}

form a {
    border: 0 !important;
}

form.lite {
    text-align: left;
    margin-top: -2px;
    margin-bottom: -2px;
}

form div.list div {
    margin: 5px 0;
}

form span {
    display: inline-table;

    margin: 0 5px 0 0 !important;
    padding: 1px !important;

    font-weight: normal;

    background: #000;
    vertical-align: middle;
}
form span.tag {
    margin-left: -5px;
    margin-right: 15px;
}
form span.hidden {
    display: none;
}

form.lite span {
    background: transparent;
}

form span.submit {
    margin: 0;
    background: #000;
}

form span input {
    border: 1px solid;
    border-top-color: #999;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #999;

    display: inline-table !important;
    width: 300px;

    margin: 0 !important;
    padding: 3px 5px;

    font-family: Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: normal;
    color: #000;

    vertical-align: middle;
}

form span.double input {
    width: 330px;
}
form.lite span input {
    width: 145px;

    border-left-color: #090;
    border-top-color: #090;

    font-size: 10pt;
}
form.lite span.user input {
    background: transparent;
    border-color: transparent;

    text-align: right;
    font-weight: normal;
    color: #000;
}

form span.submit input {
    width: 90px;

    border-top-color: #ccc;
    border-right-color: #090;
    border-bottom-color: #090;
    border-left-color: #ccc;
    background: #86b300;

    font-weight: normal;
    color: #fff;

    cursor: pointer;
}

form.lite span.submit input {
    width: 80px;

    font-size: 10pt;
    font-weight: normal;
    color: #fff;

    cursor: pointer;
}

form span.cancel {
    background: transparent !important;
}

form div.disabled span input,
form div.disabled span.prompt,
form div.disabled span.tag {
    opacity: 0;
    filter: alpha(opacity=0);

    color: #9c0;
    border-color: #9c0;
    background-color: #9c0;
}
form div.disabled span {
    color: #000;
}
form div.disabled span div.add {
    margin-left: -2px;
    padding: 3px 35px;

    background-position: 3px center;
    background-image: url(../images/ico_adduser.png);
    background-color: #86b300;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
form div.disabled span div.add:hover {
    background-color: #86a300;
}

form span.pass
{
    display: none;
}
form span.active {
    display: inline-table !important;
}
form span.pass input
{
    font-weight: normal;
    color: #000;
}

/* Step box */
div.blank {
    position: relative;

    margin: 5px 0;
    padding: 10px;
}
div.step {
    color: #000;
}
div.active {
    background: #9c0;
    font-weight: bold;
}
div.inactive {
    background: #eaeaea;

    font-weight: normal;
    color: #b2b2b2;
}

/* Flexible box */
div.glass {
    position: relative;
    clear: both;

    margin: 0;
    padding: 15px 0;

    width: auto;
    min-height: 200px;
}
div.glass div.content {
    position: relative;
}

div.glass div.tile {
    position: absolute;
    background: transparent;
}

/* Icons */
div.ico {
    display: inline;

    margin: 0 5px 3pt 2px;
    padding: 8px;

    vertical-align: bottom;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;

    cursor: pointer;
}
div.done {
    background-image: url(../images/ico_tick.png);
}
div.delete {
    background-image: url(../images/ico_delete.png);
    background-position: center left;
}
div.delete:hover {
    background-position: -48px center;
}

div.add {
    background-image: url(../images/ico_add.png);
    background-position: center left;
}
div.right {
    text-align: right;
}
div.center {
    text-align: center;
}

p.info {
    padding-left: 20px;
    font-weight: normal;
    font-size: inherit !important;
    color: #060;

    background-position: center left;
    background-repeat: no-repeat;
}

i.error {
    display: block;
    margin: -0.9em 0 0 0;

    color: #f00;
    font-style: normal;
    font-size: 0.9em;
}
