.cards {
    overflow: hidden;
	margin:0;
}
.cards li {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url(images/card_logos.png);
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px;
}
.cards li:last-child {
    margin-right: 0;
}
.cards .visa_electron {
    background-position: 204px 0;
}
.cards .mastercard {
    background-position: 153px 0;
}
.cards .maestro {
    background-position: 102px 0;
}
.cards .discover {
    background-position: 51px 0;
}
.cards .visa.off {
    background-position: 0 32px;
}
.cards .visa_electron.off {
    background-position: 204px 32px;
}
.cards .mastercard.off {
    background-position: 153px 32px;
}
.cards .maestro.off {
    background-position: 102px 32px;
}
.cards .discover.off {
    background-position: 51px 32px;
}
form#newcc {}
form#newcc h2 {
    color: #555;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

form#newcc li {
    margin: 8px 4px;
	list-style-type:none;
}
form#newcc label {
    color: #555;
    display: block;
    font-size: 14px;
}
form#newcc label small {
    color: #aaa;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}
form#newcc input {
    box-shadow: inset 0 1px 3px -1px #aaa;
}
#newcc input.valid {
    background: url(images/tick.png) 95% 50% no-repeat;
}
.vertical {
    overflow: hidden;
}
.vertical li {
    float: left;
    width: 140px;
}
.vertical li .or {
    color: #aaa;
    float: left;
    font-size: 12px;
    margin-left: -8px;
    margin-top: 32px;
}
.vertical li:last-child {
    float: right;
    text-align: right;
}
.vertical li:last-child input {
    float: right;
}
.vertical input {
    width: 68px;
}
.footer {
    font-size: 12px;
    text-align: center;
}
.fork_me {
    right: 0;
    position: absolute;
    top: 0;
}
.fork_me a:hover {
    border: 0;
}