html, body {
	margin:0;
	padding:0;
	height:100%; 
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

#back_link {
	background: url(../images/back_link-bg.jpg) repeat-y #FFF;
	border-bottom: 1px solid #32529E;
	height: 19px;
	font: 16px "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	padding: 15px;
}

#back_link a {
	color: #FFF;
	text-decoration: none;
	margin-top: 15px;
}

#back_link a:hover {
	text-decoration: underline;
	color: #9626AC;
}

a#remove {
	text-align: right;
	display: block;
	float: right;
	font-size: 12px;
	color:#9526AD;
	padding-right: 20px;
	background: url(../images/x.gif) no-repeat right center;
	margin-top: -18px;
}
