body {
	background: #EDF4F8;
}

#centered {
	height: 450px;
	background: #fff;
}

#main_adjust {
	/*margin-bottom: -225px;*/
}

#toolbar_area{
	position: relative;
	height:74px;
}
#content_area{
	position: relative;
	height:352px;
}
#projectbar_area{
	position: relative;
	height:28px;
}
#white_space_area{
	position: relative;
}


#top_bar {
	text-align: left;
	position: relative;
	background: #666;
	height: 28px;
	color: white;
	width: 100%;
}

#top_bar .title {
	position: absolute;
	left: 30px;
	top: 7px;
	height: 28px;
}

#top_bar .title_help {
	position: absolute;
	left: 10px;
	top: 6px;
}


#main_content {
	position: relative;
	width: 100%;
	text-align: center;
}

#test_holder {
	position: relative;
	width: 500px;
	padding: 20px 0px;
	margin: auto;
	text-align: left;
}

.pad_h {
	position: relative;
	padding: 5px 0px;
}

#test_holder .javascript {
	position: relative;
	height: 30px;
}

#test_holder .test {
	position: relative;
	height: 30px;
}

#test_holder .label {
	position: absolute;
	top: 4px;
	left: 0px;
}

#test_holder .status {
	position: absolute;
	top: 2px;
	left: 150px;
	font: normal 11px arial,verdana,sans-serif;
}

#test_holder .dots {
	position: absolute;
	top: 0px;
	left: 195px;
}

#test_holder .tick {
	position: absolute;
	top: 0px;
	left: 345px;
}

#test_holder .hint {
	position: absolute;
	top: 0px;
	left: 365px;
}

#warningPanel {
	position:relative;
	margin: auto;
	margin-top: 70px;
	width: 310px;
}

#warningPanelLeft {
	position:relative;
	width:75px;
	float:left;
}

#warningPanelRight {
	position:relative;
	width:230px;
	float:left;
}

#playShadow {
	padding-top: 80px;
}

#warningHeader {
	padding-bottom: 10px;
}

#warningMessage {
	font-weight: bold;
	padding-bottom: 10px;
}

#warningInstruc {
	font-weight: bold;
	padding-bottom: 15px;
}

#warningButtons {
	
}

.warnBut {
	padding-right: 8px;
}
