html,
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
    font-family: Arial, sans-serif;
	color: #333333;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0 30px 8px;
}
a {
	text-decoration: none;
    border-bottom: 1px dashed #1e90bb;
    outline: none;
	color: #1e90bb;
}
#header-logo a {
 border-bottom: none;
}
a:hover {
	border-bottom: none;
}
.panel a {
	text-decoration: underline;
    border-bottom: none;
}
.panel a:hover {
	text-decoration: none;
}

.textExpDate {
font-size: 8px; color: #000;
}

.textCardHolder {
color: white; font-size: 12px; padding-left: 30px;
padding-top: 2px;
}

input.text {
	padding: 0 2px;
	letter-spacing: 1px;
	font-size: 100%;
	font-weight: bold;
    border: 1px solid #c2c2c2;
    overflow: visible; /* fixes width in IE7 */
	outline:0 none; /* removes focus outline in IE */
}
div.buttons {text-align: center; padding-top: 10px;}

div.buttons input.button {
    background: url(../images/buttons/blueButton.png) top center no-repeat transparent;
    width: 180px;
    height: 40px;
    border: none;
    padding: 0;
    color: #fff;
    outline: 0 none;
    font: bold 11px Arial;
    cursor: pointer;
    text-transform: uppercase;
}
div.buttons input.confirmbutton {
    background: url(../images/buttons/blueButton.png) top center no-repeat transparent;
    width: 205px;
    height: 40px;
    border: none;
    padding-bottom: 4px;
    color: #fff;
    outline:0 none; /* removes focus outline in IE */
    font:normal 16px Arial;
    cursor: pointer;
}
div.buttons input.correctbutton {
    background: url(../images/buttons/blueButton.png) top center no-repeat transparent;
    width: 205px;
    height: 40px;
    border: none;
    padding-bottom: 4px;
    color: #fff;
    outline:0 none; /* removes focus outline in IE */
    font:normal 16px Arial;
    cursor: pointer;
}
div.buttons input.disabled {
	text-shadow: none;
    background: url(../images/buttons/greyButton.png) top center no-repeat transparent;
    cursor: default;
}
#container {
	width: 700px;
	padding: 12px;
	text-align: left;
}
#top,
#content,
#bottom {
	background-color: #FFFFFF;
}
#top {
	height: 20px;
	//width: 102%;
}
#bottom {background: #ebebeb;height: 120px;}
#bottom .bottomContent {margin:auto; width:940px; text-align: left; font:normal 13px Arial;}
#bottom .bottomContent div {padding-top:50px; float:left;color: #8b898a;}
#bottom .bottomContent a {text-decoration: underline; color: #339900;}
#bottom .bottomContent a:hover {text-decoration: none;}

#content {
	padding: 0 0 0 20px;
	//width: 102%;
}
#header-logo {
	text-align: left;
	vertical-align: top;
	padding-bottom: 34px;

}
	#header-logo img {
		border: none;
	}

p.text {
	font:normal 14px Arial;
	margin: 0 11px 2px;
	line-height: 1.2;
}
p.small-text {
    font-size: 12px;
    margin: 0;
    color: #8b898a;
}
.card-icon {
    background: url(../images/cards/2cards.png) top left no-repeat;
    margin: 0 0 40px;
    padding-left: 260px;
    min-height: 140px;
}
.card-icon  p{
    margin: 0;
}
.card-icon  a{
    color: #339900;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}
.card-icon  a:hover{
    text-decoration: none;
}
.alfa-logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 106px;
	height: 32px;
}

.visa-logo {
	background: url(../images/logos/1-visa.jpg) no-repeat;
	width: 71px;
	height: 45px;
}

.moneysend-logo {
	background: url(../images/logos/2-moneysend.jpg) no-repeat;
	width: 74px;
	height: 45px;
}

.mc-logo {
	background: url(../images/logos/3-mc.jpg) no-repeat;
	width: 72px;
	height: 45px;
}

.mcmoneysend-logo {
	background: url(../images/logos/4-mc-moneysend.jpg) no-repeat;
	width: 86px;
	height: 45px;
}

.vervisa-logo {
	background: url(../images/logos/5-visa.jpg) no-repeat;
	width: 85px;
	height: 45px;
}

.securecode-logo {
	background: url(../images/logos/6-securecode.jpg) no-repeat;
	width: 98px;
	height: 45px;
}

.secured-logo {
	background: url(../images/logos/7-secured.jpg) no-repeat;
	width: 70px;
	height: 45px;
}

div.indent {
	margin: 0px;
    text-align: left;
}
div.indent > div{
    float: left;
    height: 45px;
}
table.wide {
	width: 100%;
}

#transfer {
	margin-left: 11px;
	margin-bottom: 18px;
}
	#cards .sender {
        width: 300px;
        height: 180px;
        font-size: 150%;
        background: url(../images/colorbox/greenBox.png) 0 0 no-repeat;
	}
	#cards .recipient {
		height: 180px;
		width: 266px;
        z-index: -10;
        font-size: 150%;
        margin-left: 10px;
        background: url(../images/colorbox/brownBox.png) 0 0 no-repeat;
	}
    #cards .recipient, #cards .sender {
        height: 188px;
    }
    .sender-content{
        /*background: #339900;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;*/
        padding: 10px 30px 20px;
        color: #fff;
        width: 195px;
    }
    .sender-content label,.sender-content .text, .sender-content .textExpDate{
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
    }
    .recipient div.cardNumberField input{
        border-bottom-color: #5c4e51;
        background-color: #161213;
        color: #cbc3c3;
    }
    .recipient .sender-content{
        /*background-color: #4c4041;*/
        padding-bottom: 35px;
    }
	.recipient div.validDate {
		padding-left: 0px;
	}
    .validDate select {font-size:12px; padding:2px 0 0; width:63px;}
    .validDate select option {padding:2px 0 0; background: #fff;}

    .recipient div.textCardSrc {color:#fff; text-transform: uppercase;font-size: 11px;}

	div.textCardSrc {
		padding-top: 10px;
		color: #000;
	}

	div.cardNumberField {
		padding-top: 5px;
		color: #000000;
	}

    div.cardNumberField input, div.validDate input {
        width: 175px;
        border: none;
        border-bottom: 1px solid #4dbf25;
        padding: 5px 10px;
        background-color: #246901;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

	div.validDate {
		padding-top: 0;
	}
	/*Chrome*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		div.validDate {
			/*padding-top: 8px;*/
		}
	}
		div.validDate input {
			margin-left: 10px;
			width: 28px;
		}
	div.validDate {

	}

#layouts {
	position: relative;
}
#layouts.idiots {
    position: relative;
}
	#layouts td.left,
	#layouts td.right {
		width: 50%;
	}
    #layouts td.right {vertical-align: top;padding-top: 28px;padding-left: 28px;line-height: 20px;}
	#layouts div.left,
	#layouts div.right {
		position: relative;
	}
	#layouts div.right {
		margin-left: 6px;
	}
	#newTransfer,
	#sendInfo,
	#okResult,
	#errorResult {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
    #sendInfo {position:relative;}

	#newTransfer {
		padding-top: 54px;
		padding-left: 40px;
	}
		#newTransfer div.refresh {
			background: url(../images/refresh.jpg) top left no-repeat #FFFFFF;
			width: 187px;
			height: 169px;
			padding: 75px 0 0 37px;
		}

div.panel {
	width: 258px;
}
	div.panel .top {
		background: url(../images/colorbox/milkBox-top.png) top center no-repeat transparent;
		height: 47px;
	}
	div.panel .middle {
        background: url(../images/colorbox/milkBox-middle.png) top center repeat-y transparent;
        padding: 0px 33px 4px 29px;
        z-index: 100;
        position: relative;
        font-size: 150%;
	}
	div.panel .bottom {
		background: url(../images/colorbox/milkBox-bottom.png) top center no-repeat transparent;
		height: 28px;
		z-index: 100;
		position: relative;
	}
	div.panel input.text {
        text-align: left;
        width: 177px;
        border-color: #cbcbcb;
        border-width: 1px;
        background-color: #d6d6d6;
        padding: 5px 7px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0px 1px 0px #f7f7f7;
        font-size: 12px;
        margin-top: 5px;
	}
	div.panel input.round {
	   /*order-radius: 3px;
	    -moz-border-radius: 3px;
		border: 1px solid #a9a9a9;
    */
    }
	div.panel input.disabled {

	}
	div.panel input.green {
		/*border: 1px solid #acca5d;
		background-color:#ccea7b;*/
	}

table.field {
	line-height: 1.2;
}
	table.field td {
		padding-bottom: 15px;
		text-align: left;
	}
		table.field td.noPadding {
			padding-bottom: 0 !important;
		}
		.checkboxIndent {
			padding-left: 24px;
		}
	table.field span.example {
        font-size: 9px;
        color: #333;
	}

div.text {
    font-size: 9px;
    font-family: Arial;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    padding-right: 11px;
}

div.success,
div.error {
	font-weight: bold;
	text-align: center;
	font-size: 85%;
	line-height: 1;
	padding-bottom: 15px;
}
	div.success {
		color: #406800;
	}
	div.error {
		color: #f4492e;
	}

div.info {
	font-size: 13px;
	line-height: 1.2;
}
div.infoUpper {
	font-size: 15px;
	line-height: 1.2;
}
div.infoSmall {
	font-size: 55%;
	line-height: 1.2;
}
.paddingTop {
	padding-top: 10px;
}
.error {
	color: red;
	font-size: 0.7em;
}
.example {
    color: white;
    font-size: 0.7em;
}
.link {
    border-bottom: medium none;
    text-decoration: underline;
    font-size: 12px;
    padding-right: 20px;
}
@media print {
	#printBlock {
		display: none;
	}
}