/*Survey form styles  */

/*These styles apply to all forms in general*/

form fieldset {
	width: 835px; 
	display: block; 
	border:1px dotted #000; 
	padding: 15px; 
	margin-bottom: 10px;
}

form fieldset#opt {
	/*background:#ff6705;*/
}

form legend {
	background-color: #F37421;
	font-size:1.5em; 
	font-weight:bold; 
	color: #183889;
	margin: 0 0 5px 10px; 
	height: 24px;
	line-height: 24px;
	width:200px; 
	border: 1px solid #183889;
	padding: 2px 5px;
	text-align: center;
}

label {
	color: #000;
}

form select {
	margin-left:0.5em;
	height: auto;
}

form textarea {
	width:410px; 
	height:auto;
	border:1px solid #F37421; 
	padding:0.5em; 
	overflow:auto; 
}

form option {
	background:#fff; 
}

form optgroup {
	background: #4D89FF; 
}

form optgroup option {
	background:#C5D9FF; 
}

/* Styles that apply to a specific form element or type of question set */

.button1 {
	font-weight: bold;
	display: inline;
	height: 28px;
	line-height: 1.1em;
	text-align: center;
	font-size: 1.1em;
	width: auto;
	overflow: visible;
	padding: 0 5px 0 5px;
	
}

form #button1:hover {
	color:#333366;
}

.choice5 {
	width: 85px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

th.choice5 {
	height: 30px;
	text-align: center;
	vertical-align: bottom;
}

.choice6 {
	width: 75px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}

th.choice6 {
	height: 30px;
	text-align: center;
	vertical-align: bottom;
}
	
.letter {
	width: 20px;
	text-align: left;
	vertical-align: top;
}	

.description {
	width: 260px;
	height: 25px;
	text-align: left;
}

.hide {
	display: none;
	width: 10px;
}	

.impPerfChoices {
	height: 35px;
	width: 38px;
	text-align: center;
	vertical-align: middle;
}

.impPerfExplanation {
	text-align: left;
	height: 20px;
}

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

.spacer {
	width: 20px;
}

.question {
	padding-bottom: 10px;
}

.yesNoDescription {
	text-align: left;
	width: 225px;
	height: 30px;
}

.option5  label {
	width: 120px;
	display: block;
	float: left;
}

/*Survey Index Page styles*/

.surveyIndex ul {
	display: block;
	list-style-type: none;
	padding: 15px;
}

.surveyIndex ul li {
	display: block;
	list-style-type: none;
	padding: 2px 0 2px 0;
}

form.surveyIndex label {
	display:block;
	float:left;
	width: 250px;
	text-align:left;
	position: relative;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.surveyIndex select {
	padding: 0;
	margin: 0;
}
