@charset "utf-8";

form.confic{
margin:0;
padding:0;
position:relative;
width:378px;
}
form.confic input{

}
form.confic h5{
float:none;
clear:both;
display:block;
line-height:2;
}
form.confic label{
float:left;
clear:both;
font-size:1em;
width:100%;
line-height:normal;
}
form.confic label:hover{
background:#FEEEB2;
}
form.confic label.sel{
background:#FEEEB2;
}
form.confic label.halb{
width:50%;
clear:none;
}
.action {
position:absolute;
display:none;
width:30em;
text-align:right;
}
.show{
display:block;
}
div.output{
position:relative;
padding:20px 0 0 0;
}
div.image{
position:absolute;
bottom:0;
}
#selection{
font-size:1em;
text-align:right;
font-weight:bold;
color:#B70717;
width:30em;
}
#selection input{
display:none;
}
#output.load{
background:url(/images/wait.gif) no-repeat right top;
}
.question {
	padding: 10px 0 5px 0;
	font-weight:bold;
	clear:both;
}
.selectOptions {
	margin-bottom: 10px;
}
