.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: 006;
}
.head1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: 36c;
}
/* title - extra large normal font */
.surveyTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-style: normal;
	font-weight: bold;
/*	font-variant: small-caps; */
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: default;
}
/* subtitle - normal font */
.surveySubtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
/*	font-variant: small-caps; */
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: default;
}
/* information below subtitle - normal font */
.addInfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
/*	font-variant: small-caps; */
	text-transform: none;
	color: #000000;
	text-align: left;
	vertical-align: default;
}
.surveyPage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
/*      font-variant: small-caps;*/
        text-transform: none;
        color: #000000;
        text-decoration: none;
        text-align: left;
}
/* number cell box - extra large bold white number inside a black box */
.qnInnerTd {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width: 26px;
	vertical-align: text-top;
}
/* question box color */
.qnInner {
	background-color: #FFFFFF;
	width: 100%;
	height: 27;
	vertical-align: middle;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.message {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12;
        font-weight: normal;
        color: #000000;
        text-align: center;
}
/* answer box  - white, normal black font */
.qnType {
	height: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
/*	font-weight: bold;
	font-variant: small-caps;*/
	text-transform: none;
	text-decoration: none;
}


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;
}