.product-wizard a.start_here {
	cursor: pointer;
	display: inline-block;
	height: 23px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #000000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	border: 1px solid #DCDDDE;
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 12px;
	width: 100%;
}

.product-wizard a.start_here.selected {
	background: none repeat scroll 0 0 #DCDDDE;
}

.product-wizard a.start_here span.status {
	color: #000000;
	display: block;
	font-size: 12px;
	line-height: 16px;
	outline: medium none;
	padding: 4px 8px;
	text-decoration: none;
	cursor: pointer;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.product-wizard a.start_here span.arrow {
	background-image: url("../picture/frame/sprite/select_arrow.png");
	height: 24px;
	width: 24px;
	margin-top: -12px;
	position: absolute;
	right: 0;
	top: 50%;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	cursor: pointer;
	color: #000000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

.product-wizard-content {
	display: none;
	padding-top: 15px;
	width: 229px;
}