#wizard {
	height: 400px;
	position:relative;
	width:750px;
}

.WizardPanel {
	padding: 10px 10px -10px;
	position: relative;
	top: -1px;
	z-index:0;
	left:0px;
	border:1px solid #808CD4;
	height:400px;
	width:750px;/* changed from 620px */
	background-color: #FFFFFF;
	float: left;
}

/* Bar containing the tabs */
.ui-tabs-nav {
	padding: 0px;
	font-size: 1em;
	margin:0px;
}

/* The actual tabs */
.ui-tabs-nav li 
{
	list-style: none;
	float:left;
	margin: 0 -1px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ui-tabs-nav a {
	position: relative;
	padding: 5px 8px;
	display: block;
	float:left;
	color: #333333;
	text-decoration: none;
	background-image: url(Tab-Images/tabs07_up.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:0px solid #808CD4;
	border-top: 1px solid #808CD4;
	border-right: 1px solid #808CD4;
	border-left: 1px solid #808CD4;
	
}

.ui-tabs-nav a:focus {
	outline: 1px dotted;
	outline-color: #CCC;
}

.ui-tabs-nav a:hover {
	color: #333333;
}
.ui-tabs-nav .ui-tabs-selected a {
	background-image: url(Tab-Images/tabs07_down.jpg);
	color: #666666;
	z-index:2;
	background-repeat: repeat-x;
}

.ui-tabs-nav .ui-tabs-selected a:hover {
	color: #666666;
}

/* Tab which is disabled */
.ui-tabs-nav .ui-tabs-disabled {
}

/* Main content area for tabs */
.ui-tabs-container {
}

/* Currently hidden tab areas */
.ui-tabs-hide {
	display: none;
}
.WizardPanel h3 {
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
}
