.wizard {
	clear:both;
}

.wizard label{
	float:left;
	width:120px;
	display:block;
}

.wizard input {
	height:24px;
	line-height:24px;
}

.wizard input textarea{
	border:1px #333 solid;
	background-color:#efefef;
	 -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.wizard p{
	clear:both;
	padding:8px;
	margin:0px 16px;
}

#note{
	visibiliy:hidden;
	margin:16px;
	padding:8px;
	color:#F00;
	font-size:12px;
}

#loader {
	
	background:url(images/preloader.gif) center center no-repeat; 
	height:30px;  
	
}