@charset "UTF-8";
/* CSS Document */

.webquestion-container{
	
}
.alternatives-container{
	width:40%;
	float:left;
}
.question-container{
	/*width:50%;*/
	float:left;
	margin-right:1em;
	width:46%;
}
.alternative-list {
	margin: 0;
	padding:0;
	list-style: none;
}

.alternative-table{
	
}
.alternative-td {
	height:10em;
	vertical-align:bottom;
	text-align:left;
	
}
.alternative-th{
	vertical-align:top;
	text-align:center;
	
}
.alternative{
	display:block;
	text-decoration:none !IMPORTANT;
}
.alternative span {
	display:block;
	position:absolute;
	margin-left:.1em;
	margin-top:-1.5em;
}
.alternative-text{
	display:block;
	text-decoration:none !IMPORTANT;
	width:100%;
}
.alternative1 {
	background-image:url(http://yeahfestivalen.se/26/imagearchive/poll/mork.gif);
	background-repeat:no-repeat;
	background-position: 50% top;
}
.alternative2 {
	background-image:url(http://yeahfestivalen.se/26/imagearchive/poll/ljus.gif);
	background-repeat:no-repeat;
	background-position: 50% top;
}
.alternative3 {
	background-image:url(http://yeahfestivalen.se/26/imagearchive/poll/mork.gif);
	background-repeat:no-repeat;
	background-position: 50% top;
}
.alternative4 {
	background-image:url(http://yeahfestivalen.se/26/imagearchive/poll/ljus.gif);
	background-repeat:no-repeat;
	background-position: 50% top;
}
.hidden-result{
	background-image:url(http://yeahfestivalen.se/26/imagearchive/poll/mork.gif);
	background-repeat:no-repeat;
	background-position: 50% top;
}
