#volume-wrap {
	position: fixed;
	top:15px;
	margin-left:48px;
	width:28px;
	height:28px;
}
#volume {
	opacity:0.8;
	width:28px;
	height:28px;
}
#volume:hover {
	opacity:1;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.choices-wrap {
	display: table;
	height: auto;
	/*background: rgba(0, 0, 102, 0.05);*/
	padding-top:10px;
	padding-bottom:10px;
}
.choice-item, .choice-text-item {
	display: inline-block;
	text-align: left;
	float:left;
	padding: 5px;
	margin: 5px;
	background: rgba(0, 0, 0, 0.25) url(../images/answer-background.png);
	
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.choice-item {
	vertical-align: top;
}
.choice-item:hover, .choice-text-item:hover, #form-email:hover {
	background: rgba(72, 0, 102, 0.4) url(../images/answer-background.png);
	border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.selected, #form-email:focus {
	background: rgba(0, 152, 102, 0.4) url(../images/answer-background.png) !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	
	/*-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;*/
}
.choice-img-wrap {
	width:177px;
	height:177px;
	display:table;
	/*vertical-align: middle;*/
	text-align: center;
	
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.choice-img {
	display:inline-block;
	max-width:177px;
	max-height:177px;
	vertical-align: top;
}
.choice-button {
	display:inline-block;
	background: #fff;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.choice-button span {
	color: #000066;
	font-family: "subFont";
	font-size: 28px;
	line-height:28px;
	font-weight:bold;

	opacity: 0;
}
.choice-text-item {
	display: inline-block;
	width:377px;
	text-align:left;
	float:left;
}
.choice-text-item p {
	display:inline-block;
	float:right;
	
	/*padding-left:30px;*/
	padding-right:15px;
}
.hidden .choice-item, .hidden .choice-text-item {
	display: none;
}
#answer-wrap {
	margin-top:35px;
}
#email-title {
	text-align:center;
	display:block;
	margin-top:45px;
}
#email-title:hover {
	opacity:0.9;
	cursor:auto;
}
#form-email {
	color: #003399;
	min-width:377px;
	max-width:800px;
	font-family: "subFont";
	font-size: 30px;
	display: block;
	padding: 10px 20px;
	margin: 5px;
	margin-top:30px;
	background: rgba(0, 0, 0, 0.15) url(../images/answer-background.png);
	
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#form-email:hover {
	cursor:auto;
}
#form-submit {
	display:block;
	
	/*font-size: 28px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
	color: #fff;
	text-align: center;	
	font-family: "subFont";*/
}