.appContent {
	font-family: arial; 
	font-size: 12px;
	color: #0B333C; 
	/*letter-spacing: 1.5; 
	line-height: 1.5;*/
	padding:6px 0 0;
	width: 400;
}
	.appHeadline {
		font-size: 16px;
		line-height: 2;
		font-weight: bold;
	}

	.appFooter { }

.app:link {
	font-family: arial; 
	font-size: 12px;
	color: #0B333C; 
	/*letter-spacing: 1.5; 
	line-height: 1.5;*/
}
.app:active {
	font-family: arial; 
	font-size: 12px;
	color: #0B333C; 
	/*letter-spacing: 1.5; 
	line-height: 1.5;*/
}
.app:visited {
	font-family: arial; 
	font-size: 12px;
	color: #FF6600; 
	/*letter-spacing: 1.5; 
	line-height: 1.5;*/
}
.app:hover {
	font-family: arial; 
	font-size: 12px;
	/*color: #FFCC66; 
	letter-spacing: 1.5; 
	line-height: 1.5;*/
}

.appContent ol {
	margin: 15px;
	padding: 7px;
	font-weight: normal;
	list-style: decimal;
}
	.appContent ol li {
		padding-bottom: 5px;
	}
		.appContent ol ol {
			margin: 0px;
			padding: 0px 0px 0px 10px;
			list-style: none;
		}
			.appContent ol ol li {
				padding: 0px
			}

.appContent p {
	margin-top:0;
	}

.altMargins p { margin: 10px; }
	
.appContent em {
	}

#formContainer {
	background:no-repeat 0px 6px;
	}

ul#questions {
	list-style:none;
	margin-left:0;
	margin-top:8px;
	padding:0;
	}
	
ul#questions li {
	clear:both;
	padding:10px 0;
	}
	
ul#questions li span {
	display:block;
	float:left;
	margin-right:2px;
	width:340px;
	}
	
ul#questions li input {
	float:left;
	margin:1px 8px 3px 0;
	padding:0;
	}
	
ul#questions p {
	/*float:left;*/
	margin:0;
	/*width:340px;*/
	}

#appSubmitButton {
	margin: 6px 0px 0px 0px;
	float: right;
}

#appStartButton {
	display:block;
	margin:12px 0 14px;
	}
	
	#appStartButton input {
		width:100%;
		}

form {
	margin: 0;
}

.appButtons {
	float:right;
	}
	
	.appButtons input {
		margin-left:4px;
		}
		
/* tm: NEW STYLES ADDED 7/25/2011 */
div.question {
	width: 100%;
	height: 325px;
}
	p.questionText {
		font-weight: bold;
	}
div.questionResponse {
	border: 1px solid silver;
	min-height: 175px;
	padding: 5px;
	overflow: auto;
}
	div.questionResponse a {
		text-decoration: none;
	}
div.questionProgressBar {
	position: relative;
	margin: 3px 6px 0;
	height: 17px;
	font-size: 12px;
}
	div.questionProgressBarText{
		position: absolute;
		width: 100%;
		text-align: center;
		font-weight: bold;
		color: #555;
	}

input.questionButton {
	margin-top: 10px;
	float: right;
}
div.resultsBtnsContainer {
	margin-top: 7px;
}

div.ui-body-c, body.ui-overlay-c {
	background: transparent;
	}
	
input {
	outline: none;
	}
	
div.ui-field-contain {
	border-width: 0;
	padding: 0;
	margin: 1em 0;
	}
	
#slideshowPage input.ui-block-a {
	width: 100%;
	}
	
/* IE7 */

*+html .ui-field-contain {
	padding: 0;
	}
	
/* IE8 */

div[data-role="fieldcontain"] {
	padding: 0px\0/;
	}