/* $Id: template.css,v 1.5 2005/03/28 18:35:53 greggmc Exp $ */
/*
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
*/
.surveyTitle {
	font-size: large;
	color: #245E2E;
	text-decoration: underline;
	vertical-align: default;
}
.surveySubtitle {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	text-align: left;
	vertical-align: default;
}
.surveyPage {
	font-weight: bold;
}
.preQuestionBorder {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: 1px none #999999;
	height: 8px;
	vertical-align: text-top;
}
.qnOuterTable {
	width: 100%;
	border: none;
}
.qnInnerTable {
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	cell-spacing: 1;
}
.qnInnerTd {
	background-color: #0F4724;
        font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	width: 26px;
	vertical-align: text-top;
	padding: 5px;
}
.qnInner {
	background-color: #245E2E;
	width: 100%;
	height: 27;
	vertical-align: middle;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
        text-align:left;
        font-weight: bold;
	padding-left: 5px;        
}
.qnType {
	height: auto;
	vertical-align: middle;
	color: #000000;
	text-transform: none;
	text-decoration: none;
        text-align:left;
	padding-left: 2px;
	padding-top: 2px;
}
.thankHead {
	font-size: medium;
	font-variant: small-caps;
	color: #0F4724;
        text-align:center;
}
.thankBody {
	font-size: small;
	font-variant: small-caps;
	color: #FFFFFF;
}
.returnLink {
	font-size: x-small;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: underline;
}

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