
/* scrollable root element */
#wizard {	
	background:#000;
	border:5px solid #292B2F;
	font-size:12px;
	height:480px;
	margin:20px auto;	
	width:875px;
	overflow:hidden;
	position:relative;
	
	/* rounded corners for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}  

#wizardsubmitted {	
	background:#000;
	border:5px solid #292B2F;
	font-size:12px;
	height:200px;
	margin:20px auto;	
	width:875px;
	overflow:hidden;
	position:relative;
	
	/* rounded corners for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
} 

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

/* single item */
#wizard .page {	
	padding:15px 25px;
	width:825px;
	float:left;	
}

#wizardsubmitted .page {	
	padding:15px 25px;
	width:825px;
	float:left;	
}

/* title */
#wizard h2 {
	border-bottom:1px dotted #ccc;
	font-size:16px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}

#wizardsubmitted h2 {
	font-size:16px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}

#wizard h2 em {
	display:block;
	font-size:11px;
	color:#ddd;
	font-style:normal;
	margin-top:5px;
}

#wizardsubmitted h2 em {
	display:block;
	font-size:11px;
	color:#ddd;
	font-style:normal;
	margin-top:5px;
}

/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:11px;	
}

#wizard label {
	font-size:12px;	
	display:block;
}

#wizard label strong {
	color:#ccc;	
	position:relative;
	top:-1px;
}

#wizard label em {
	font-size:11px;
	color:#ddd;	
	font-style:normal;
}

#wizard .text {
	width:100%;
	padding:3px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
}

#wizard .textarea {
	width:100%;
	height: 90px;
	padding:3px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
}

#wizard select {
	border:1px solid #ccc;
	width:94%;	
	padding:4px;
}

#wizard label span {
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}

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

#wizard .right {
	float:right;		
}

/* validation error message bar */
#drawer {
	background:#fff url(../images/requestform/h802.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 #292B2F;
	width:100%;
	display:none;
	z-index:2;
}

#wizard .error {
	border:2px solid red;		
}

#wizard #status {
	margin:0px !important;
	height:35px;
	background:#292B2F url(../images/requestform/h302.png) repeat-x;
  text-align: center;
	_background:#123;
}

#wizardsubmitted #status {
	margin:0px !important;
	height:35px;
	background:#292B2F url(../images/requestform/h302.png) repeat-x;
	text-align: center;
	_background:#123;
}

#status span {
	font-weight: bold;
	font-size: 1.5em;
	color:#fff;
}

