/* $Id: default.css,v 1.5 2005/03/28 18:35:53 greggmc Exp $ */
.mainTable {
        /* border: 1px none #999999; */
}
.surveyTitle {
        font-size: 18px;
}
.qnType {
	height: 10px;
	/* vertical-align: text-top; */
}
.qnInnerTable {
	cell-spacing: 1;
}
.qnOuterTable {
}
.qnInnerTd {
        background-color:none;
        font-family: default;
        font-size: 12px;
        font-style: normal;
        text-transform: none;
        color: #000000;
        text-decoration: none;
        width:26px;
        vertical-align:text-top;
}
.qnInner {
        font-size: 12px;
}
.message {
        font-family: Arial, Verdana, Helvetiva;
        font-size: medium;
        font-variant: normal;
        font-weight: bold;
        color: #CC0000;
        text-align: center;
}

body#auth {
    margin: 5px;
}
.login {
    width: 480;
}
.login form {
    float: left;
}
div.row {
    clear: both;
    padding-top: 10px;
}
div.row label {
    float: left;
    padding-right: 5px;
    width: 100px;
    text-align: right;
}

