div.j2tajax-confirm div.j2tajax-checkout-img{
	background:url("../../images/success_msg_icon.gif") no-repeat scroll 80px top transparent !important;
	border:1px solid #95A486 !important;
	float:left;
	margin-left:5px;
	_margin-left:4px;
	height:40px;
	width:40px;
}

div.j2tajax-confirm .success-msg {
   background:none repeat scroll 0 0 transparent;
		border:medium none !important;
		color:#000000;
		padding:8px !important;
		text-align:left;
}


div.j2tajax-confirm, div.j2tajax-progress{
    border:#333 solid 1px; 
    *border:#ccc solid 4px; 
    z-index: 199;
    text-align:center;
    -webkit-box-shadow:3px 1px 5px #333;-moz-box-shadow:3px 1px 5px #333;
}
div.j2tajax-progress{padding:5px; z-index: 199;}


div.j2t-overlay{
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 198;
    display:none;
}






a.j2t-checkout-link{
    background: transparent url('../../images/j2t/j2t-button-gray-left.gif') no-repeat top left;
    display: block;
    float: right;
    font-size:11px;
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    margin-right:12px;
    _margin-right:4px;
    _margin-right:7px;
    font-weight:bold;
}

a:link.j2t-checkout-link, a:visited.j2t-checkout-link, a:active.j2t-checkout-link{
    color: #333; /*button text color*/
}

a.j2t-checkout-link span{
    background: transparent url('../../images/j2t/j2t-button-gray-right.gif') no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.j2t-checkout-link:hover{ /* Hover state CSS */
    background-position: bottom left;
}

a.j2t-checkout-link:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: black;
}



span.j2t-or{
    display:none;
}
a.j2t-continue-link{
    background: transparent url('../../images/j2t/j2t-button-green-left.gif') no-repeat top left;
    display: block;
    float: left;
    font-size:11px;
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
    margin-left:13px;
    *margin-left:11px;
    _margin-left:7px;
    font-weight:bold;
}

a:link.j2t-continue-link, a:visited.j2t-continue-link, a:active.j2t-continue-link{
    color: #333; /*button text color*/
}

a.j2t-continue-link span{
    background: transparent url('../../images/j2t/j2t-button-green-right.gif') no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.j2t-continue-link:hover{ /* Hover state CSS */
    background-position: bottom left;
}

a.j2t-continue-link:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: black;
}
.j2tajax-checkout-txt{	
	/*border:1px solid #95A486 !important;*/
color:#4C941C;
margin-left:55px;
padding-left:20px;
padding-top:14px;
position:relative;
z-index:10;
}
.success-msg .sy{ background:url("../../images/success_msg_icon.gif") no-repeat scroll 0px 2px transparent !important;
color:#4C941C;
margin-left:53px;
padding-left:20px;
*margin-top:-20px;
_margin-top:-22px;
padding-top:0;
position:relative;
z-index:10;
font-weight:normal;
font-size:12px;}
.messages-close{background:url("../../images/j2t/close.gif") no-repeat scroll 97% 0 transparent;display:block;position:absolute;width:15px;right:-1px;_right:8px;
top:-3px;text-decoration:none;}
.messages-close:hover{text-decoration:none;}