a {
	color: #6F0791;
	}
	
#quickSearch a {
	display: block;
	float: left;
	color: #323232;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	border-right: 1px solid #323232;
	}
	
#quickSearch a:hover {
	color: #6F0791 !important;
	}
	
a.button {
	display: block;
	margin: 10px auto 0 auto;
	font-weight: normal;
	color: #2a2a2a;
	font-size: 12px;
	text-decoration: none;
	width: 132px;
	height: 21px;
	padding-top: 6px;
	background: url(/images/button.gif) no-repeat top left;
	}
	
a.button:hover {
	background: url(/images/button.gif) no-repeat bottom left;
	padding-top: 7px;
	height: 20px;
	color: #404b56;
	}
	
a.button2 {
	display: block;
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #6F0791;
	text-align: center;
	border-radius: 10px;
	}
	
a.button2:hover {
	background-color: #323232;
	}
	
	
a.terms {
	display: block;
	color: #2a2a2a;
	font-size: 10px;
	margin-top: 10px;
	}
	
a.terms:hover {
	color: #6F0791;
	}
	
	
div.banners a {
	display: block;
	float: left;
	margin: 5px 0;
	}
	
div.banners {
	float: left;
	position: relative;
	}
	
div.banners a.nordea {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 50px;
	z-index: 999;
	text-indent: -999px;
	}
	
object {
	z-index: 100;
	}