﻿@import "formStyle.css";

.no-print {
    display: none;
}

#content {
    float: none;
}

a.teachMe, a:hover.teachMe,
a.teachMeMore, a:hover.teachMeMore,
a.teachMeAgain, a:hover.teachMeAgain {
	display: none;
}

#refinanceForm-container h2, #sellerBuyer-container h2
{
    text-align:left;
    font-size:13px;
    color:#000;
    font-weight:bold;
    line-height:1em;
    
}
.printOnly
{
    display:block;
}
h1.printOnly
{
    font-size:20px;
    font-weight:bold;
    margin-bottom: 7px;
}
.printAddressInfo
{
    display:block;
    color: #000;
    font-size:18px;
    font-weight:bold;
}
div.section-4, div.section-6, div.total-section {
    background-color:#ccc;
    margin:0 0 10px 43px;
    padding:5px 5px;
    text-align:right;
    width:500px;
}
#refinanceForm-container h1,
#sellerBuyer-container h1 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 2em;
	margin: 0;
	padding: 0 0 0 15px;
	background-color:Transparent;
	width: 582px;
}
