
.getCardSteps
{
	position: relative;
	width: 880px;
	height: 236px;
	margin: 2px 0 32px 11px;
	background-image: url(images/codeBackground.png);
}

.step1
{
	float: left;
	position:relative;
	padding: 82px 0px 0px 38px;
	width: 253px;
}

.step1 .logoSmall
{
	float: left;
	margin: 5px 14px 0 0;
}

.step1 .enterCardCodeText
{
    position: absolute;
    left: 95px;
    bottom: 28px;
}

.step1 .cardCodeInput
{
	position: absolute;
	margin: 0px;
	width:152px; 
	height:19px;
	color: #565656;
	font-size: 17px;
	font-weight: bold;
	left: 95px;
	bottom: 0px;
}

.step2
{
	float: left;
	position: relative;
	width: 225px;
	height: 193px;
	padding: 0 0 0 70px;
}

.enterCaptchaCodeText
{
    position: absolute;
    bottom: 91px;
}

.captchaInput
{
	position: absolute;
	width:165px; 
    bottom: 0;
	height:19px;
	font-size: 17px;
	color: #565656;
	font-weight: bold;
	border: 1px #A0A0A0 solid;
	bottom: 63px;
}

.captchaImage
{
    position: absolute;
    bottom: 0px;
}

.step3
{
	margin: 104px 0 0 89px;
}
