.exp-wiz form {
	font: 11px Arial, Helvetica, sans-serif;
}

.exp-wiz {
	font: 11px Arial, Helvetica, sans-serif;
	width: 160px;
}

.exp-wiz * {
	border: 0;	
}

.exp-wiz .rule-light {
	height: 1px;
	background-color: #e2e2e2;
	margin: 0 1px;
	clear: both;
}

.exp-wiz .rule-dark {
	height: 1px;
	background-color: #b2b2b2;
	margin: 0 1px;
	clear: both;
}

.exp-wiz UL {
	margin: 1px;
	padding: 0;
	list-style-type: none;
}

.exp-wiz UL LI {
	padding: 0;
	margin: 0;
}

.exp-wiz .textbox {
	border: 1px solid #809db9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	width: 127px;
}

.exp-wiz .select {
	width: 135px;
}

.exp-wiz SELECT {
	border: 1px solid #809db9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.exp-wiz .label {
	display: block;
	margin: 0 0 2px 0;
}

* html .exp-wiz .label {
	height: 1px;
}

.exp-wiz .greenButton {
	float: right;
}

.exp-wiz .greenButton a:hover {
	background-position: center -377px;
}

.exp-wiz .greenButton a {
	background:transparent url(../img/_extra/expButt.png) no-repeat scroll center -80px;
	border: 1px solid #8cba7e;
	color: #fff !important;
	display: block;
	font-size: 11px;
	padding: 1px 14px;
	text-decoration: none;
}

.exp-wiz .blue {
	color: #1253a3;
}

.exp-wiz-logo {
	width: 115px;
	height: 30px;
	background: transparent url(../img/_extra/expLogo.gif) 4px 4px no-repeat;
	font-size: 14px;
	color: #1253a3;
	font-weight: bold;
}

.exp-wiz-panel {
	padding: 4px 8px 0px;
	margin-bottom: 4px;
}

.exp-wiz-panel-child {
	margin: 0 0 6px 0;
}

#exp-wiz-0 {
	display:block;
}

#exp-wiz-1, #exp-wiz-2, #exp-wiz-3, #exp-wiz-4, #exp-wiz-5 {
	display: none;
}

.exp-wiz-cap1 {
	height: 1px;
	background-color:#bdbdbd;
	margin: 0 2px;
}

.exp-wiz-cap2 {
	height: 1px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	margin: 0 1px;
}

#exp-wiz-morelink {
	text-align: right;
	padding: 7px 8px;
	white-space: normal;
}

.exp-wiz-destination {
	width: 127px;
}

.exp-wiz-bg {
	margin: 0 1px; 
	background: #fee594 url(../img/_extra/expGrad.png) center top no-repeat;
}        

