body {
    background: #f2f2f2;
    color: #333;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
}
#contentWrapper{
	width: 960px;
	padding: 0;
	position: relative;
}
#stepCreateAccount,
#stepInstructions,
#stepSpendLimit,
#stepRegistrationDocument,
#stepRegistrationFee {
	display: none;
}
#stepRegistrationDocument {
    padding: 50px 5px;
}
#stepRegistrationDocument h2,
#stepRegistrationDocument p {
    padding-left: 40px;
}
.backIcon {
    background: url("/images/Custom/barrettjackson/back-arrow-min.png") no-repeat 0 0;
    background-position: left center;
    width: 110px;
    padding-top: 3px;
    margin-bottom: 30px;
}
.backIconMargin {
    margin-left: 40px;
}
.backIcon:hover {
    background: url("/images/Custom/barrettjackson/back-arrow-hover-min.png") no-repeat 0 0;
    background-position: left center;
}
.bJaxContent .backIcon p.backIconText {
    padding-left: 18px !important;
    font-size: 13px;
    margin-bottom: 0px;
    color: #666;
    cursor: pointer;
}
.echoSignDown {
	background: #ffcccc;
	border: 1px solid #cc0000;
	border-radius: 4px;
	color: #cc0000;
	font-size: 16px;
	margin: 20px 40px 0 40px;
	padding: 15px 20px;
	text-align: center;
}
h1,
h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
h2 {
    color: #D7191F;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
}
h1 {
	color: #666;
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 0;
    text-shadow: 1px 1px 1px #fff;
}
.progressHead {
    background: url("/images/Custom/barrettjackson/bjheading-min.png") no-repeat 0 0;
    height: 220px;
    position: relative;
    width: 100%;
}
.progressHead .title {
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 0;
    text-shadow: 1px 1px 1px #fff;
}
.bJaxContent {
    background: #fff;
    border-top: 6px solid #d7191f;
    border-radius: 4px;
    position: relative;
}
.bJaxContent .fillOutContent {
    display: none;
    padding: 50px 60px;
    position: relative;
}
.bJaxContent .fillOutContent p,
.bJaxContent .fillOutContent ul {
    font-size: 18px;
}
.bJaxContent .fillOutContent p.restrict {
    width: 565px;
}
.bJaxContent .fillOutContent ul {
    list-style: none;
}
.bJaxContent .fillOutContent ul li {
    list-style: none;
}
.bJaxContent .fillOutContent ul li.check:before {
    content: '';
    background: url("/images/Custom/barrettjackson/checkmark-min.png") #fff no-repeat center 7px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 70px;
}
.bJaxContent .controls {
    margin: 30px 0 0;
    padding: 0;
    height: 52px;
    width: 100%;
}
.bJaxContent .controls a,
.bJaxContent .controls button,
.bJaxContent a.skip {
    background: #D7191F;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    margin-right: 20px;
    padding: 17px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bJaxContent .controls button.next {
    float: right;
}
.bJaxContent .controls button.prev, .bJaxContent .controls button.next {
    background: #222;
    color: #fff;
    margin: 0 16px;
}
.bJaxContent .controls button.next:before {
    border-left: 16px solid #222;
    right: -14px;
}
.bJaxContent .controls button:before, .bJaxContent a.skip:before {
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-radius: 5px;
    content: '';
    height: 0;
    position: absolute;
    top: 1px;
    width: 0;
}
.bJaxContent a.skip {
    background: #999;
    width: 204px;
    text-align: left;
    margin-right: 27px;
    padding: 14px 20px;
    position: absolute;
    top: 105px;
    right: 50px;
}
.bJaxContent .controls button:before, .bJaxContent a.skip:before {
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-radius: 5px;
    content: '';
    height: 0;
    position: absolute;
    top: 1px;
    width: 0;
}
.bJaxContent a.skip:before {
    border-bottom: 50px solid transparent;
    border-left: 28px solid #999;
    border-top: 50px solid transparent;
    right: -26px;
}
.bJaxContent .controls span {
    color: #999;
    font-size: 18px;
    padding: 16px 20px 16px 0;
}
.bJaxContent .controls input {
    border: 2px solid #ccc;
    border-radius: 3px;
    font-size: 18px;
    padding: 12px 20px 11px;
    outline: none;
    transition: border-color ease-in-out .15s;
}
.progressBox {
    height: 110px;
    padding: 30px 70px;
    position: absolute;
    top: -160px;
    left: 221px;
    width: 520px;
}
.progressBox:before {
    content: '';
    border-top: 1px solid #fff;
    width: 330px;
    position: absolute;
    top: 44px;
    left: 95px;
}
.progressIcon {
    float: left;
    height: 50px;
    margin-right: 60px;
    width: 50px;
    position: relative;
}
.progressIcon .icon {
    background: #fff;
    border-radius: 50%;
    height: 9px;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 9px;
}
.progressIcon.inprogress .icon {
    top: 0;
    left: 10px;
    width: 28px;
    height: 28px;
}
.progressIcon.inprogress .icon:before {
    background: #d7191f;
    border-radius: 50%;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.4);
    content: '';
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
}
.progressIcon:first-child span {
    padding: 8px 0;
}
.progressIcon span {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin: 35px 0 0 -25px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.progressIcon.complete .icon {
    background: url("/images/Custom/barrettjackson/checkmark-shadow-min.png") #fff no-repeat center 9px;
    top: 0;
    left: 10px;
    width: 28px;
    height: 28px;
}
.powered {
    height: 50px;
}
.powered.logo {
    background: url("/images/Custom/barrettjackson/poweredByProxibid-inv-min.png") no-repeat center;
    margin: 50px auto 70px;
}

ul.altDepositMethod li {
    list-style: circle !important;
}