body{width: 60%;margin: 0 auto;font-family: verdana,arial;font-size:13px;}
#wrapper{margin: 0 auto;min-width:420px;height:auto;}
.head {
	background: #C9C9C9;
	margin: 0 auto 5px auto;
	text-align: center;
	-webkit-box-shadow: 0px 1px 2px #333;
	box-shadow: 0px 1px 2px #333;
	padding: 10px 0;
}
p.gsn{margin-left: 16px;
margin-top: 5px;}
input[type=radio]{margin-right: 10px;}
#test {
	margin: 10px 20px 20px 0px;
	padding: 16px 104px;
	border: 1px solid #929292;
	background: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 2px 3px #E3E3E3;
	box-shadow: inset 1px 2px 3px #E3E3E3;
}

#test:hover {
	background: white;
}

.ERROR {
	color: red;
}
table{margin:0 auto;width: 100%;}
.questions tr{
	margin: 5px 0;
	display: block;
	border: 5px solid #F3F3F3;
	border-radius: 16px;
	padding: 7px;
	background: #B3BCF3;
	-webkit-box-shadow: 0px 0px 3px #800080;
	box-shadow: 0px 0px 3px #800080;
}
.questions td {
	font-size: 14px;
}

.questions tr:hover {
	background: #C575F7;
	-webkit-box-shadow: 0px 0px 3px #800080;
	box-shadow: 0px 0px 3px #800080;
	color: inherit;
	/*text-shadow: 0px 1px 4px #858585;*/
}
table.mytable{
	width: 60%;
text-align: center;
font-size: 20px;
margin-top:10px;
margin-bottom:50px;
}
table.mytable tr{}
table.mytable tr th{border:1px solid #000;}
table.mytable tr td{border:1px solid #000;}