#question ul li {
	list-style-type: none;
}

#question .wrap {
	height: 40px;
	margin-bottom: 5px;
	display: inline-block;
	border: 0px solid red;
	overflow: hidden;
}

#question .char {
	width: 30px;
	background: #c4c4c3;
	padding: 5px;
	height: 30px;
	display: inline-block;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#question .content {
	width: 700px;
	background: #c4c4c3;
	display: inline-block;
	padding: 5px;
	height: 30px;
	text-align: center;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#flashmsg {
	display: block;
	padding: 20px;
	text-align: left;
	color: #d90000;
	text-color: #d90000;
}

#question input[type="radio"] {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

#question .rightanswer {
	display: inline-block;
	padding: 3px 6px 3px 6px;	
	background: green;
	border-radius: 5px;
	color: white;
}

#question .wronganswer {
	display: inline-block;
	padding: 3px 6px 3px 6px;	
	background: red;
	color: white;
	border-radius: 5px;
}

#question input[type="submit"], #question input[type="button"] {
	display: block;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid black;
}

#aukce { 
	display: none; 
	z-index:1000;
	position: absolute;
	top: 50px;
	left: 40%;
	width: 430px;
	height: 650px;
	background: none;
	text-align: center;
}

#aukcewrap {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
}