.iframerTitle{
	height:20px;
	
	background-color:#0067E6;
	
	border:solid 1px #0055bb;
	border-bottom:none;		
	
	color:#fff;
	line-height:20px;
	padding:5px 15px;
	font-size:17px;
}
.iframerContent{
	background-color:#fff;
	
	border:solid 1px #4c4c4c;
	border-bottom:none;	border-top:none;
	line-height:18px;
	
	padding:15px;
}
	.iframerContent .center{
		text-align:center;
		margin-bottom:10px;
	}
	.iframerContent p{
		margin:7px 0 !important;
	}
	.iframerContent .greyroundedbox{
		padding-bottom:5px !important;
	}
.iframerFooter{
	background-color:#f2f2f2;
	
	border:solid 1px #4c4c4c;
	border-top:none;
}
.iframerFooterContent{
	border-top:solid 1px #d4d4d4;
	padding:10px 15px;
}
.iframeAlert{
	font-size:14px;
	background-color:#fffee0; border:solid 1px #e3dd55;
	
	margin:0 0 20px 0;
	padding:10px;
	
	border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
}
.iframerFooterContent ul{
	float:right;
}
.iframerFooterContent li{
	float:left;
	margin-left:10px;
	background-image:url('../images/global.iframe.button2.png');
	background-position:0 -34px;
}
.iframerFooterContent li.greybutton a{
	background-position:0 -0px;
	color:#666;
}
.iframerFooterContent li.greybutton a:hover{
	background-position:0 -69px;
}
.iframerFooterContent li a{
	float:left;
	display:block;
	height:25px;
	margin-right:1px;
	padding:5px 15px;
	background-image:url('../images/global.iframe.button.png');
	background-position:0 -34px;
	line-height:25px;
	color:#fff;
	text-decoration:none !important;
}
.iframerFooterContent li a:hover{
	background-position:0 -103px;
}
