/* scrollable root element */

#wizard {
	border:5px solid #789;
	font-size:12px;
	height:1000px;
	margin:20px auto;
	width:590px;
	overflow:hidden;
	position:relative;
}

/* scrollable items */

#wizard .items {
	width:20000em;
	clear:both;
	position:absolute;
}

#wizard .purchase {
    width:650px;
    clear:both;
    position:absolute;
}

/* single item */

#wizard .page {
	padding:20px 30px;
	width:530px;
    float: left;
}


/* title */

#wizard h2 {
	border-bottom:1px dotted #ccc;
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;
}



#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-bottom:25px;
}

#wizard label {
	font-size:16px;
	display:block;
}

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

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

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

#wizard select {
	border:1px solid #ccc;
	width:15em;
	padding:4px;
}

#wizard label span {
	color:#000000;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}

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

#wizard .double .text {
	width:93%;
}

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

#wizard .right {
	float:right;
}

/* validation error message bar */
/*
#drawer {
	background:#fff url(/img/global/gradient/h80.png) repeat-x scroll 0 0;
	_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;
}
*/
.error {
    height:15px;
    background-color:#FFFFCC;
    font-size:11px;
    border:1px solid #E1E16D;
    padding:4px 10px;
    color:#000;
    margin-left:-2px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
}

.error span:before {
    content: '← ';
}

.error em {
    border:10px solid;
    border-color:#FFFE36 transparent transparent;
    bottom:-17px;
    display:block;
    height:0;
    left:60px;
    position:absolute;
    width:0;
}

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


#wizard #status {
	margin:0px !important;
	height:35px;
/*	background:#123 url(/img/global/gradient/h30.png) repeat-x;*/
/*	padding-left:25px !important;*/
	_background:#123;
}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#000;
/*	padding:10px 30px; */
    padding:8px 24px;
}

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

/* Some elements start invisible */l

#fedexAccountNumberContainer {
    display: none;
}

/* */
#unifiedReviewForm fieldset {
    margin: 0 0 12px 0;
}

#unifiedReviewForm fieldset legend {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
}

#wizard button.next,
#wizard button.prev,
#wizard button.right {
    margin: 12px 0 0 0;
}

#wizard #salesId {
    font-weight:  bold;
}
