#mgc-iframe {
	margin: 0;
}

div.alpha {
	width: 194px;
	padding: 25px 10px 0 10px;
	background: #cde4ec url('https://mortgagecenter.com/images/iframe-alpha-bg.jpg') no-repeat top left;	
}

div.vertical {
	width: 194px;
	padding: 25px 10px 0 10px;
	background: #fff;	
}

div.vertical-sm {
	width: 194px;
	padding: 10px 10px 0 10px;
	background: #fff;	
}

div.horizontal {
	width: 840px;
	padding: 22px 30px 0 30px;
	margin: 0;
	background: #fff;	
}

div.alpha #featured-rates {
	display: block;
	padding: 25px 0 0 0;
	width: 164px;
	background-image: url('https://mortgagecenter.com/images/featured-rates-alpha.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 25px;
	height: 0;
	margin: 0 15px 12px 15px;
}

div.vertical #mgc-featured-rates {
	display: block;
	padding: 72px 0 0 0;
	width: 107px;
	background-image: url('https://mortgagecenter.com/files/uploads/general/mgc-new-logo-featured-rates-vert.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 107px 72px;
	overflow: hidden;
	height: 0;
	margin: 0 44px 12px 43px;
}

div.vertical-sm #mgc-logo {
	display: block;
	padding: 39px 0 0 0;
	width: 164px;
	background-image: url('https://mortgagecenter.com/images/mgc-logo.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 39px;
	height: 0;
	margin: 0 15px 12px 15px;
}

div.horizontal #mgc-featured-rates {
	display: block;
	padding: 80px 0 0 0;
	width: 102px;
	background-image: url('https://mortgagecenter.com/files/uploads/general/mgc-new-logo-featured-rates-horiz.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 102px 80px;
	overflow: hidden;
	height: 0;
	margin: 0 24px 0 24px;
}

#mgc-iframe h6 {
	color: #37424a;
	text-align: center;
	font: 10px/11px Calibri,Lucida Grand, 'lucida grand',Arial,Helvetica,Sans-serif,Sans;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
}

#mgc-iframe.vertical-sm h6 {
	font: 11px/12px Calibri,Lucida Grand, 'lucida grand',Arial,Helvetica,Sans-serif,Sans;
	letter-spacing: 0;
	padding: 5px 0;
}

#mgc-iframe h2 {
	color: #000;
	text-align: center;
	font: 14px/16px Calibri,Lucida Grand, 'lucida grand',Arial,Helvetica,Sans-serif,Sans;
	padding: 0;
	margin: 15px 0 6px 0;
	text-transform: uppercase;
	font-weight: bold;
	clear: left;
}

#mgc-iframe.vertical-sm h2 {
	margin-top: 6px;
}

#mgc-iframe p {
	font: 12px/14px Calibri,Lucida Grand, 'lucida grand',Arial,Helvetica,Sans-serif,Sans;
	padding: 0;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	font-weight: normal;
}

#mgc-iframe p.left {
	width: 62px;
	float: left;
	text-align: left;
	padding-left: 35px;
}

#mgc-iframe p.right {
	width: 62px;
	float: left;
	text-align: right;
	padding-right: 35px;
}

a.assumptions {
	color: #0ba7b6;
	text-decoration: none;
}

div.alpha a.assumptions:hover, div.horizontal a.assumptions:hover {
	color: #fff;
	text-decoration: none;
}

div.horizontal a.assumptions:hover {
	color: #000;
	text-decoration: none;
}

div#horizontal-1 {
	width: 148px;
	margin: 0;
}

div#horizontal-2, div#horizontal-3, div#horizontal-4, div#horizontal-5 {
	width: 156px;
	margin: 0 16px;
	float: right;
}

#mgc-iframe.horizontal h2 {
	color: #000;
	text-align: center;
	font: 14px/16px Calibri,Lucida Grand, 'lucida grand',Arial,Helvetica,Sans-serif,Sans;
	padding: 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	font-weight: bold;
	clear: left;
}

#mgc-iframe.horizontal p.left {
	width: 45px;
	float: left;
	text-align: left;
	padding-left: 25px;
}

#mgc-iframe.horizontal p.right {
	width: 45px;
	float: left;
	text-align: right;
	padding-right: 25px;
}

#mgc-horizontal-buttons {
	clear: right;
	float: right;
	width: 672px;
	text-align: center;
	margin-top: 13px;
	margin-left: 16px;
}

#mgc-iframe a.btn {
	font-family: Calibri,Lucida Grand, 'lucida grand',Arial,Helvetica,Sans-serif,Sans;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding: 1px 12px 4px 12px;
	display: block;
	margin-bottom: 12px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #666666;
	background-image: -moz-linear-gradient(top, #666, #ccc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#ccc));
	background-image: -webkit-linear-gradient(top, #666, #ccc);
	background-image: -o-linear-gradient(top, #666, #ccc);
	background-image: linear-gradient(to bottom, #666, #ccc);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ffcccccc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

#mgc-iframe a.btn:hover, #mgc-iframe a.btn:active, #mgc-iframe a.btn.active, #mgc-iframe a.btn.disabled, #mgc-iframe a.btn[disabled] {
	color: #9fcfe0;
	background-color: #e2e3e4;
	*background-color: #d9d9d9;
}

#mgc-iframe a.btn:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -12px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
			-o-transition: background-position 0.1s linear;
				transition: background-position 0.1s linear;
}

#mgc-iframe.vertical-sm a.btn {
	margin-bottom: 0;
}