#wizardblock {
	margin:0px auto 0px auto;
	width:564px;
}
#wizardblock .block_top {
	background:transparent url('images/formtop.gif') no-repeat;
	height:5px;
	overflow:hidden;
}
#wizardblock .block_bottom {
	background:transparent url('images/formbottom.gif') no-repeat;
	height:15px;
	overflow:hidden;
}
#wizardblock .block_middle {
	background-color:#cddaed;
	padding:15px;
}

#error {
	position:absolute;
	z-index:9999;
	padding:12px 5px 5px 5px;
	background-image:url('/forms/images/error2.png');
	width:240px;
	height:36px;
	font-weight:bold;
	color:#FFFFFF;
}

#submiterror {
	display:none; 
	color:#FFFFFF; 
	font-weight:bold; 
	width:556px;
	height:21px;
	padding-left:8px;
	padding-top:3px;
	background-image:url('/forms/images/suberror.jpg');
	background-repeat: no-repeat; 

}




#wizardblock .line {
	height:22px;
	overflow:hidden;
	background:transparent url('images/line.gif') no-repeat 0px 8px;
}
#wizardnav {
	margin:15px 0px 0px 0px;
	overflow:hidden;
}
#wizardblock  h3 {
	margin:0px;
	padding:0px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase; 
	color:#002b6c;
}
#wizardnav ul {
	list-style-type:none;
}
#wizardnav ul li {
	float:left;
}
#wizardnav .links {
	float:left;
	clear:left;
}
#wizardnav .rechts {
	float:right;
	clear:right;
}

#wizardnav .rechts2 {
	float:right;
	clear:right;
}


#wizardnav .rechts2 li{
	margin:0px 10px 0px 0px;	
}
#wizardnav .rechts2 li input {
	display:block;
	height:23px;
	width:107px;
	text-indent:-9999px; 
	border:0px;
		
}



#wizardnav .links li{
	margin:0px 10px 0px 0px;	
}
#wizardnav .links li input {
	display:block;
	height:23px;
	width:107px;
	text-indent:-9999px; 
	border:0px;
		
}
#wizardnav .rechts li {
	margin:0px 0px 0px 10px;
	font-family:Trebucet MS, Arial, Helvetica, sans-serif;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#8794ca;
}
#wizardnav .rechts li.active {
	color:#ffffff;
	background-image:url('images/blok.gif');
	background-repeat: no-repeat;
}
#wizardblock .elementSpace {
	margin:0px 0px 4px 0px;
	overflow:hidden;
	border:0px;
}
#wizardblock label {
	float:left;
	font-weight:bold;
	width:165px;
	line-height:20px;
	margin-right:10px;
	font-size: 11px;
	
}
#wizardblock input,select {
	float:left;
	width:245px;
	border:1px solid #8794ca;	
	padding:1px;
	font-size: 11px;	
}
#wizardblock option {
	font-size: 11px;		
}


#wizardblock .elementSpace .fixRadioCheckbox{
	width:auto;
	height:13px;
	border:none;
}

#wizardblock .elementSpace .floatRadioCheckbox{
	float:left;
	clear:right;
}
