﻿
  .policy{font-family:Tahoma; font-size:10px;  color:#B2B2B2; text-decoration:none}
  div{font-family:Tahoma; font-size:10px;  color:#8A8A8A; line-height:13px }
  .div{font-family:Tahoma; font-size:10px;  color:#8A8A8A; line-height:13px }
  .bold{font-family:Tahoma; font-size:10px;  color:#747474; }
  a{font-family:Tahoma; font-size:10px;  color:#8AB75A; }
  .a_blue{font-family:Tahoma; font-size:10px;  color:#2E8CAE; }
  .a_orange{font-family:Tahoma; font-size:10px;  color:#FDB534; }
  .a_blue_l{font-family:Tahoma; font-size:10px;  color:#72BBD1; }
  .a_orange2{font-family:Tahoma; font-size:10px;  color:#E6AC33; }


  #input{
  		width:79px; height:13px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		}
		 
		
	  #textarea{
  		width:102px; height:48px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		overflow:auto
		}

.headerGraphic {
	background-repeat: no-repeat;
	width: 100%;
	border: none;
}

.image {
	height:0;
	width:100%;
}
/* title - extra large normal font */
.surveyTitle {
	font-family:Tahoma;
	color:#969696; 
	text-decoration:none;	
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font-family:Tahoma;
	color:#969696;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	vertical-align: default;
}
/* information below subtitle - normal font */
.addInfo {
	font-family:Tahoma; 
	font-size:12px; 
	color:#969696;
	text-decoration:none;
	text-align: center;
	vertical-align: default;
	}
.message {
	font-family:Tahoma; 
	font-size:10px; 
	color:red;
	text-decoration:none;
	text-align: center;
}
.reqQuestion {
	font-family:Tahoma; 
	font-size:10px; 
	color:#969696;
	text-decoration:none;
	text-align: center;

}
/* main table (bordering the question boxes) - white */
.mainTable {
	background-color: #FFFFFF;
/*	background-image: url(); */
	background-repeat: repeat-y;
	cell-spacing: 0;
	width: 100%;
	border: 0;
}
/* outer borders, surrounding each question and answer */
.qnOuterTable {
	width: 100%;
	border: none;
	/*background-color: #357C2C;*/	
	cell-spacing: 1;
}
/* inner borders - surrounding boxes inside question boxes - burgundy, thick */
.qnInnerTable {
	width: 99%;
	border: 0;
	padding: 0px;
	background-color: white;
	cell-spacing: 3;
}
/* number cell box - extra large bold white number inside a black box */
.qnInnerTd {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	width: 26px;
	vertical-align: text-top;
}
/* question box color */
.qnInner {
	background-color: white;
	width: 100%;
	height: 27;
	vertical-align: middle;
	color: #969696;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
/* answer box  - white, normal black font */
.qnType {
	height: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.thankHead {
/* completion page font - large black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
.thankBody {
/* completion page body font - normal black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.returnLink {
/* completion page link font - small burgundy */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #357C2C;
	text-decoration: underline;
}
/* textbox and radio button colors - black answers in white boxes */
input, textarea , select, option {
	font-family:Tahoma; 
	font-size:12px; 
	color:black;
	text-decoration:none;
	background-color: #FFFFFF;
}

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


 






 





