
.contentErrorBox 
{
    position: absolute;
    width: 153px;
	padding: 6px;
	background: url(images/back2.png);
	border: 1px dashed #F93942;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F93942;
	top: 100px;
	left: 26px;
	z-index: 1000;
}

.getCardSteps
{
	position: absolute;	
	width: 225px;
	height: 419px;	
	background-image: url(images/codeBackground.png);	
}

.step1
{	
	position: absolute;	
	width: 225px;
}

.step1 .cardsSmall 
{
    position: absolute;	
    top: 23px;
	left: 13px;
}

.step1 .logoSmall
{
	position: absolute;	
	top: 13px;
	left: 167px;
}

.step1 .enterCardCodeText
{
    position: absolute;	
    top: 190px;
	left: 26px;
}

.step1 .cardCodeInput
{
	position: absolute;	
	width:165px; 
	height:19px;
	color: #565656;
	font-size: 17px;
	font-weight: bold;
	border: 1px #A0A0A0 solid;
	top: 211px;
	left: 26px;	
}

.step2
{
	position: absolute;	
	width: 225px;
	height: 193px;		
}

.enterCaptchaCodeText
{
    position: absolute;	
    top: 315px;
	left: 26px;
}

.captchaInput
{
	position: absolute;	
	width:165px; 
    bottom: 0;
	height:19px;
	font-size: 17px;
	color: #565656;
	font-weight: bold;
	border: 1px #A0A0A0 solid;
	top: 336px;
	left: 26px;	
}

.captchaImage
{
    position: absolute;	
    top: 245px;
    left: 26px;
}

.step3
{
    position: absolute;	
    top: 376px;
    left: 23px;
}

