/* scrollable root element */
#wizard {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 550px;
	width: 570px;
	overflow: hidden;
	position: relative;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../IMAGES/FORM/h600.png)!important;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}  

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

/* single item */
#wizard .page {
	width: 500px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

/* title */
#wizard h2 {
	border-bottom: 1px dotted #ccc;
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 0.5em;
	line-height: 1em;
}

#wizard h2 em {
	display: block;
	font-size: 0.6em;
	color: #666;
	font-style: normal;
	margin-top: 5px;
	line-height: 1.2em;
}

/* content */
#wizard p {
	font-size: 1.3em;
	line-height: 2em;
}

/* input fields */
#wizard ul {
	padding: 0px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	display: block;
}

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

#wizard label {
	font-size: 1.2em;
	display: block;
	line-height: 1.6em;
}

#wizard label strong {
	color: #666;
	position: relative;
}

#wizard label em {
	font-size: 1.1em;
	color: #666;
	font-style: normal;
}

#wizard .text {
	width: 95%;
	padding: 5px;
	border: 1px solid #ccc;
	color: #666;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#wizard select {
	border: 1px solid #ccc;
	padding: 5px;
}
#wizard textarea {
	border: 1px solid #ccc;
	height: 210px!important;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0em;
	padding: 2em;
}

#wizard label span {
	color: #FCCC32;
	font-weight: bold;
	font-size: 1.6em;
	position: relative;
	top: 1px;
	left: 5px;
}

#wizard .double label { 
	width: 50%;
	float: left;
}
#wizard .triple label {
	width: 33%;
	float: left;
}

#wizard .double .text {
	width: 90%;	
}
#wizard .triple .text {
	width: 88%;
}

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

#wizard .right {
	float: right;		
}

/* validation error message bar */
#drawer {
	_background-color: #fff;
	overflow: visible;
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	padding: 1.5em;
	font-size: 18px;
	width: 100%;
	display: none;
	z-index: 2000;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../IMAGES/FORM/h80.png)!important;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

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

#wizard #status {
	margin: 0px !important;
	height: 35px;
	padding-left: 1em !important;
	_background: #000;
	background-color: #000;
	background-image: url(../IMAGES/FORM/h30.png)!important;
	background-image: none;
	background-repeat: repeat-x;
}

#status li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	color: #fff;
	padding-right: 2em;
	padding-left: 2em;
	font-size: 1.2em;
	line-height: 35px;
}

#status li.active {
	background-color: #FCCC32;
	font-weight: normal;
	color: #996600;
}

