/*
 *	style.css
 *
 *	$Id: style.css,v 1.5 2004/11/12 03:22:58 simon Exp $ 
 */

/*
 * defaults
 */
body {
    font-family: verdana,arial,helvetica,sans-serif;
}

td {
    vertical-align: top;
}

/*
 * special cases
 */
.formPrompt {
    text-align: right;
}

.formInput {
    text-align: left;
    vertical-align: bottom;
}

.help {
    margin-left: 5;
    text-align: left;
}

.helpClose {
    font-size: smaller;
}

.helpTitle {
    font-weight: bold;
    text-align: center;
}

.stage {
    background-color: #9900cc;
    color: #ffccff;
    font-weight: bold;
    margin: 0px;
    height: 20px;
    padding: 0px;
    position: absolute;
    text-align: center;
    text-decoration: blink;
    visibility: visible;
    width: 150px;
    z-index: 1;
}

