body {
	text-align: center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	
	  text-align:center;
	  margin:auto;
	  min-width: 632px;
	  max-width: 819px;
	  height:577px;
}
#question{
	text-align:left;
	width: 100%;
	margin: 2px;
	/*padding-bottom:5px;*/
	padding:5px 8px;
	line-height: 1;
	font-weight:bold;
}

#defination{
	text-align:left;
	width: 100%;
	margin: 2px;
	padding-bottom:5px;
	line-height: 1;
	margin-left: 10px;
}


#submitedset{
	width: 50%;
	float: left;
}

#feedback{
	text-align:left;
	width: 70%;
	background-color:#fff3d9;
	border-radius:5px;
	border:1px solid #e2661e;
	float:left;
	margin-top: 15px;
	margin-left: 6px;
	display:none;
	padding:4px 4px 4px 9px;
}



#feedIcon{
	position:inherit;
	width: 80px;
	height: 21px;
	top: -20px;
	margin-left: -21px;
	margin-top: -16px;
	background-image: url(../images/feedback.png);
}

#submitBtn {
	cursor:pointer;
	margin-left:10px;
	margin-top:28px;
	width: 76px;
	height: 29px;
    background: url(../images/nav.png) 154px 0;
	float:right;
	position: relative;
	right: 8px;
}

#submitBtn:hover {
	cursor:pointer;	
    width: 76px;
    background: url(../images/nav.png) -234px 0;
}

#resetBtn {	
	cursor:pointer;
	margin-left:-2px;
	margin-right:7px;
	margin-top:28px;
	width: 76px;
	height: 29px;
    background-image: url(../images/nav.png);
	float:right;
}
#resetBtn:hover {
	cursor:pointer;	
    left:0;
    width: 76px;
    background: url(../images/nav.png) -78px 0;
    /*//background-image: url(../images/nav.png) -76px 0;*/
}

#bottomPart{
	
}

#tbl_answer{
	width:100%;
	height:60%;
	padding: 5px 10px;
	border-spacing: 0px;
	
}

#tbl_answer tr td.tbl_header{
	background-color:#018b95;
	border: 1px solid white;
	color:#ffffff;
	text-align: center;
}
tbody tr:nth-child(odd){
	background-color:#c7f6e6;
	
}
tr{
	height:50px;
	text-align:left;
}
td{
	padding:0px 10px;
}
td:not(:first-child) {
    width: 80px
}



span.rightans{
	color:#20C13D;
	font-size:20px;
	font-weight:bold;
}

#tbl_answer tblspan.rightans{
	padding-left:20px;
}

.arrowdown {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #018b95;
    position: absolute;
	
}

.True .arrowdown{
	margin: 33px -66px;
}

.False .arrowdown{
	margin: 33px -39px;
}


.radio-toolbar input[type="radio"] {
    display:none;
	
}
.radio-toolbar{
	margin-left:43px;
}

.radio-toolbar label {
    display:inline-block;
    background-color:#ffffff;
    padding:5px 5px;
    border-radius:50%;
	border:2px solid #8fb8be;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color:#018b95;
}

