
/* scrollable root element */
#wizard {	
	/*height:335px;	*/
	width:945px;
	overflow:hidden;
	position:relative;

}  

/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#wizard .pagestep {	
	width:945px;
	float:left;	
}





#wizard .clearfix {
	clear:left;
	padding-top:10px;	
}

#wizard .right {
	float:right;		
}

/* validation error message bar */
#drawer {
	background:#fff url(/img/global/gradient/h80.png) repeat-x scroll 0 0;
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:1000;
}

#wizard input.input-text{
background:transparent url(../images/topengo/bg-input.jpg) repeat-x scroll left top;
border:1px solid #77015B;
padding:1px;}

#wizard .error {
	border:1px solid #F47D4E !important;	
	background:#FFF7F5 url(../images/bkg_input-failed.gif) repeat-x scroll 0 0 !important;	
}
button.disabled{display:none;}




