body {
	font-size: 10px;
}

/* Application Form Styles */
#phpbb .panel {
   /* background-color: #B0B; */
}

#phpbb .appform table {
	width: 600px;
	text-align: left;
}

#phpbb .appform select {
	width: 100%;
}

#phpbb .appform input, #phpbb .appform textarea  {
	width: 99%;
}

#phpbb .question_short_head {
   /* background-color: #AA0; */
   width: 25%;
   font-size: 1.2em;
   font-weight:bold;
   vertical-align:middle;

}
#phpbb .question_short {
   /* background-color: #B0B; */
}

#phpbb .question_long_head {
   /* background-color: #550; */
   font-size: 1.2em;
   font-weight:bold;
   padding-top: 10px;
   padding-bottom: 5px;
}

#phpbb .question_long_help {
   padding-left: 10px;
   /* background-color: #707; */
}

#phpbb .question_long {
   /* background-color: #055; */
}
