body {
	background-color: #fff;
	height:auto;
}
.iframe #main {
	background-color: #FFF;
	background-image: none;
	color: #222;
	min-height: 100%;
}
.iframe .bankstatements-frame #main a {
	color: #444;
}
.iframe .content {
	min-height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.iframe #popup .content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.iframe #popup .content:before, .iframe #popup .content:after {
	display: none;
}
.iframe #intro {
	height: 100%;
	padding-bottom: 0;
	padding-top: 0;
	margin: 0 auto;
	background-color: transparent;
}
.iframe #loading {
	color: #FFF;
}
.iframe #main a.mainButton {
	color: #FFF;
}
.iframe .bg {
	display: none;
}
.iframe #searchBox {
	border: 5px solid #333;
}
.iframe #searchIcon {
	background-image: url(/images/search-dark.png);
}
.iframe #bank-search {
	color: #333;
}
.iframe ::-webkit-input-placeholder {
	color: #777;
}
.iframe :focus::-webkit-input-placeholder {
	color: #ccc;
}
.iframe :-moz-placeholder {
	color: #777;
}
.iframe :focus:-moz-placeholder {
	color: #ccc;
}
.iframe ::-moz-placeholder {
	color: #777;
}
.iframe :focus::-moz-placeholder {
	color: #ccc;
}
.iframe :-ms-input-placeholder {
	color: #777;
}
.iframe :focus:-ms-input-placeholder {
	color: #ccc;
}
@media only screen and (max-width: 480px) {
	.iframe #searchBox {
		margin-bottom: 0;
	}
}