.mortgageProduct-Cta {
background:transparent url("../img/cta-bg.jpg") repeat-x;
height:38px;
clear:both;
vertical-align:top;
margin-top:35px;
}


.mortgageProduct-Cta a.button:link, .mortgageProduct-Cta a.button:visited, .mortgageProduct-Cta a.button:hover, .mortgageProduct-Cta a.button:active {
border:medium none;
color:#FFFFFF;
font-weight:bold;
margin:0;
overflow:visible;
padding:4px 0px 6px;
text-decoration:none;
width:auto;
}

div.findOutMore {
float:left;
}

div.applyOnline {
float:right;
}

/* INLINE HELP LINKS */
 
a.helpTextInline, a.helpTextInline:visited {
 position:relative; 
 z-index:1;
}
 
a.helpTextInline span {
 position: absolute;
 visibility: hidden; /* hide the image */
 width: 225px; /* give it a width */
 border: 1px solid #999999; /* add a border */
 left: -18px; /* position:the image */
 top: 16px;
 color: #000;
 background: #F4F4F4 url("../img/help/bg_helpText.gif") bottom right no-repeat;
 font-size: 100%; 
 padding: 8px 10px; 
 margin: 10px;
}
 
a.helpTextInline:hover {
 border:0; /* needed for this to work in IE */ 
 z-index:2;
}
 
a.helpTextInline:hover span {
 text-decoration: none;
 visibility:visible;
 cursor:pointer; /* for IE */
 z-index:2; 
}
 
a.helpTextInline:hover span.helpImg {
 display: block; 
 position: absolute; 
 top: 7px; 
 left: 2px; 
 width: 16px; 
 z-index: 3; 
 background: url("../img/help/mortgageTipText_top.gif") no-repeat;
 border: 0px
}
 
/* END INLINE HELP LINKS */
