body{
	width:950px;
	height:1200px;
	margin: 0px auto;
	position:relative;
	font-family: "Comic Sans MS";top:20px;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
}

#all {
    border: 1px solid #000000;
    border-radius: 20px;
    height: 3465px;
    width: 950px;
}
#header {
    background: none repeat scroll 0 0 #990000;
    border-bottom: 1px solid #000000;
    border-radius: 20px 20px 0 0;
    color: #FFFFFF;
    font-size: 24px;
    height: 27px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 931px;
}
#_instructions {
    font-size: 16px;
    height: 340px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 35px;
    width: auto;
}
#contents {
    border: 1px solid #000000;
    left: 23px;
    position: relative;
    top: 20px;
    width: 95%;
}
.question {
    height: 139px;
    width: 100%;
}
.quesText {
    font-family: "Comic Sans MS";
    font-size: 16px;
    height: 30%;
    padding-left: 18px;
    text-align: left;
    width: 98%;
}
.choices {
    height: 70%;
    width: 100%;
}
.choiceHead {
    height: 30%;
    width: 100%;
}
.choiceHeadtxt {
    float: left;
    font-family: comic sans ms;
    font-size: 13px;
    height: auto;
    left: 20px;
    position: relative;
    width: 25%;
}
.choiceNums {
    left: 20px;
    position: relative;
    width: 51%;
}
._nums {
    border: 1px solid #990000;
    border-radius: 25px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 38%;
    margin: 2%;
    padding: 1%;
    text-align: center;
    width: 3.5%;
}
._nums:hover {
    background-color: #990000;
    color: #FFFFFF;
}
._numSelected {
    background-color: #990000;
    border: 1px solid #990000;
    border-radius: 25px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 38%;
    margin: 2%;
    padding: 1%;
    text-align: center;
    width: 3.5%;
}
.button {
    background-color: #993300;
    border: 2px solid #993300;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px;
    position: relative;
    text-align: center;
}
.button:hover {
    background-color: #FFFFFF;
    color: #993300;
}
#submitBtn {
    height: auto;
    left: 402px;
    top: 55px;
    width: 70px;
}
/*
* Print Button
*/
#printBtn{
	position: absolute;
left: 881px;
top: 0;
padding: 3px;
color: hsl(20, 100%, 30%);
background-color: hsl(20, 72%, 81%);
font-size:15px;
}

#results {
    background-color: #FFF5EE;
	border: 2px solid #990000;
	border-radius: 8px;
	color: #990000;
	height: auto;
	margin-top:35px;
	left: 133px;
	position: absolute;
	width: 544px;
}

#resImg{
	left: 148px;
position: relative;
}

#resTitle {
    border-bottom: 2px solid #990000;
    
    font-size: 18px;
    text-align: center;
}
.resultTitle {
    border-bottom: 2px solid #990000;
	border-right: 2px solid #990000;
    float: left;
    position: relative;
	text-align:center;
}
.resultTitleLast{
	border-bottom: 2px solid #990000;
	float: left;
   text-align:center;
    position: relative;
}
	
.resContent {
    border-bottom: 2px solid #990000;
    border-right: 2px solid #990000;
    float: left;
    height: auto;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    text-align: center;
}
.resContentLast {
    border-bottom: 2px solid #990000;
    float: left;
    height: auto;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    text-align: center;
}

#_innoRes {
    width: 106px;
}
#_achievRes {
    width: 128px;
}
#_personalRes {
    width: 158px;
}
#_selfRes {
    width: 142px;
}
#okBut {
    left: 364px;
	position: relative;
	top: 222px;
	width: 60px;
}
#resultPopUp {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 13px;
    height: 1930px;
    left: 40px;
    position: absolute;
    top: 296px;
    width: 868px;
}
.resultInst {
    color: #990000;
    padding: 15px;
}