/*

  Additional Stylesheet for RAF Altitude survey mini-app output
  23/06/2008

*/

#survey {
	padding: 5px;
	align: left;
	clear: left;	
} 

#survey textarea{
	padding: 5px;
	align: left;
	clear: left;	
} 

#survey p {

	margin-bottom: 8px;
	align: left;
	float: left;

} 

#survey p.survey {
	margin-bottom: 8px;
	text-align:left;
	float: left;
	clear: left;	
	width: 90%;
} 

#survey p.postamble {
	display: block;
	margin-bottom: 8px;
	text-align:left;
	float: left;
	clear: left;	
	width: 90%;
}

#survey_body h1 {
	display: block;
	padding: 5px;
	text-align:left;	
	float: left;
	color: #687187;
	font-size: 0.9em;
} 
#survey h2 {
	display: block;
	text-align:left;
	margin-bottom: 5px;
	float: left;
	clear: left;
	font-weight: normal;
	font-size: 1.5em;
	color: #3f6fac;	
	width: 90%;
} 

#survey label{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

#survey input{
	display: block;
	float: left;
	margin-bottom: 8px;
	width: 95%;
}

#survey table{
	table-layout: fixed;
	width: 90%;
	display: block;
	float: left;
	margin-bottom: 8px;
	clear: left;	
}
#survey table.dropdown{
	table-layout: fixed;
	margin-bottom: 8px;
}
#survey td{
	text-align: left;
	outline-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

#survey tr{
	text-align: left;
	outline-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}
#survey tr{
	text-align: left;
	outline-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}
#survey tbody{
	text-align: left;
	width: 150px;
	padding-right: 10px;
}

#survey br {
	clear: left;
}


#survey textarea {
	text-align: left;
	margin-bottom: 15px;
	width: 95%;
}

#survey .subBut{
	padding-left:120px;
	text-align:center;
}
#survey .subBut input{
   cursor:hand;
   width:130px;
   height:25px;
   margin-left:15;
   text-align:center;
   font-family:verdana;
   font-weight:bold;
   color:#4D5D74;
   background-color:#D7DCE3;
}

#survey .closeBut{
	margin-left:165px;
	text-align:center;
}
#survey .closeBut input{
   cursor:hand;
   width:160px;
   height:25px;
   padding-left:15;
   margin-left:15;
   text-align:center;
   font-family:verdana;
   font-weight:bold;
   color:#4D5D74;
   background-color:#D7DCE3;
}


#survey .subButLast{
	margin-left:30px;
	text-align:left;
}

#survey .subButLast input{
   cursor:hand;
   width:130px;
   height:25px;
   text-align:center;
   font-family:verdana;
   font-weight:bold;
   color:#4D5D74;
   background-color:#D7DCE3;
}

#survey .radio input {
	padding-left:15;
	margin-left:15;
}

