

html, body {
  font-size:20px;
  min-width:800px;
 /* border:1px red solid;*/
}


.content2{
	width: 90%;
	height:85%;
}

.dropHolder{
	width:80%;
}

.header{
	background-image:url(../Images/whiteBG.png);
	margin-bottom:10px;
}

.inlineChoices{
  display: block;
  margin:5px 0px 5px 0px;
}

.images{
	margin:0px 0px 30px 20px;
}

.itemNumber{
	padding-top:12px;
}

.tableHolder1{
	width:98%;
}

.choices{
	display: inline-block;
	width:40px;
	height:70px;
	line-height:30px;
	text-align:center;
	margin:5px 20px;
	background-color:#FFFFFF;
	padding:10px;
	border:1px #cccccc dotted;
	border-radius:20px;
}