
/* scrollable root element */
#wizard {	
	background-image:url(http://www.technical-property.com/wp-content/themes/technical-property-theme/js/jc/images/form_gradient.png);background-repeat: repeat;
	border:1px solid #789;
	font-size:12px;
    min-height: 950px;
    height: auto !important;
    height: 950px; 
	margin:20px 5px;	
	width:630px;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;overflow:show
}  

#wizard li p {font-size:11px;color:#aaa}

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

/* single item */
#wizard .page {	
	padding:20px 30px 0 15px;margin-left:20px;
	width:560px;overflow:hidden;
	float:left;	
}

/* title */
#wizard h2 {
	font-size:20px;
	font-weight:normal;
	margin:0px 0 0 0;
	padding-bottom:5px;		
}

#wizard h2 em {
	display:block;
	font-size:14px;
	color:#666;
	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:5px 0 0 20px;	
}
#wizard li span{padding-right:5px}

#wizard label {
	font-size:12px;	
	display:block;
}
#wizard li p{margin:0px;padding:0px}

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

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

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

#wizard select {
	border:1px solid #ccc;
	width:220px;	
	padding:3px;
}

#wizard label span {
	position:relative;
	font-size:11px;margin-left:2px;
}

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

#wizard .double .text {
	width:210px;	
}

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

#wizard .right {
	float:right;		
}

.double textarea {width:470px}
.double {float:left;width:100%;}

#wizard textarea {width:95%;height:350px}

/* validation error message bar */
#drawer {
	background-image:url(http://www.technical-property.com/wp-content/themes/technical-property-theme/js/jc/images/form_gradient);background-repeat: repeat-x;
	_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:2;color:#555
}

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

#wizard #status {
	margin:0px !important;
	height:35px;
	background-image:url(http://www.technical-property.com/wp-content/themes/technical-property-theme/js/jc/images/h30.png) repeat-x;
	padding-left:10px !important;
	_background:#123;
}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#fff;
	padding:10px 0px;
}

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


