html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height:100%;
}

body {
	background-image: url("../images/brushed_@2X.png");
}

div#content-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 25px auto 0;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

div#dynamic-content {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	max-height: 800px;
	margin: 0 auto;
}

a.logo-link {
	text-decoration: none;
	border: none;
}

img.merchant-logo {
	margin: 10px 0 10px 35px;
	max-width: 210px;
	max-height: 140px;
}

p.greeting {
	margin: 10px 0 10px 35px;
	font-family: font-regular;
	font-size: 14px;
}

div.footer-logo {
	float: right;
	margin: 7px;
}

div.support {
	clear: both;
	padding-top: 120px;
}

iframe {
	border: 1px solid #c6c6c6;
}

.iframe-container {
	min-height: 700px;
}

div.security {
	float: left;
	margin: 20px 7px 25px 33px;
}

div#content-footer-wrapper {
	overflow: auto;
}

body.affiliate-container {
	background-color: #bbbbbb;
}

div.logo-image {
	text-align: center;
	width:100%;
}

div.logo-image img {
	float: none;
	margin: 0;
	margin-bottom: 25px;
	max-width: 320px;
}

div.panel-container {
	max-width: 400px;
	width: 100%;
	margin: 200px auto 0;
}

.panel-container .form-control::-webkit-input-placeholder {
	color: #6a6a6a;
}
.panel-container .form-control::-moz-placeholder {
	color: #6a6a6a;
}
.panel-container .form-control:-ms-input-placeholder {
	color: #6a6a6a;
}
.panel-container .form-control:-moz-placeholder {
	color: #6a6a6a;
}

div.language-selector {
	margin-top: 15px;
	text-align: center;
}

div.language-selector a {
	font-family: font-semi-bold;
	padding: 0 5px;
	font-size: 14px;
}

@media(max-width:992px) {
	div.panel-container {
		margin-top: 50px;
	}
}

/* Font Loading */

@font-face
{
	font-family : font-regular;
	src         : url('../../fonts/MuseoSans_300.otf');
}


@font-face
{
	font-family : font-semi-bold;
	src         : url('../../fonts/MuseoSans_500.otf');
}