html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body{
  font-family: 'Open Sans', sans-serif;
}

#banner {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 298px;
  height: 248px;
  background: #f8981d;
  border: 1px solid #ccc;
  top: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  background-image: url('LT_050913_RateTable_BuyingAHomeScrollingHeadline_Orange_MortgageRatesHit_300x250_bg.png');
  background-repeat: no-repeat;
  background-position: -1px -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

#tempWhite {
  position: absolute;
  width: 300px;
  height: 600px;
  background: white;
  z-index: 1000;
}

#bgoverlay {
    position: absolute;
    width: 298px;
    height: 34px;
    top: 15px;
    background-image: url('LT_050913_RateTable_BuyingAHomeScrollingHeadline_Orange_MortgageRatesHit_300x250_topoverlay.png');
    z-index: 5;
}

.panel {
  position: absolute;
  width: 300px;
  height: 50px;
}

h1 {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  color: white;
}

#text1 {
  top: 23px;
  z-index: 1;
  left: 250px;
}

#text2 {
  top: 110px;
  left: 53px;
  opacity: 0;
  height: 28px;
}

#underline {
    position: absolute;
    width: 158px;
    height: 1px;
    background-color: white;
    top: 15px;
    left: 72px;
    opacity: 0;
}

@-moz-document url-prefix() {
    #underline {
        top: 16px;
    }
}

#ratetable {
	position: absolute;
    top: 87px;
    z-index: 900;
}

.row {
	position: absolute;
    width: 300px;
    height: 31px;
    left: 300px;
    opacity: 0;
}

.rowbg {
    position: absolute;
    left: -1px;
    width: inherit;
    height: inherit;
	background-image: url('LT_050913_RateTable_BuyingAHomeScrollingHeadline_Orange_MortgageRatesHit_300x250_rowbg.png');
}

.rowbgani {
    position: absolute;
    left: -1px;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 1;
	background-image: url('LT_050913_RateTable_BuyingAHomeScrollingHeadline_Orange_MortgageRatesHit_300x250_rowbgover.png');
}

.rowbgover {
    position: absolute;
    left: -1px;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 2;
	background-image: url('LT_050913_RateTable_BuyingAHomeScrollingHeadline_Orange_MortgageRatesHit_300x250_rowbgover.png');
}

.tabletext {
	position: absolute;
    font-weight: 300;
    color: white;
    font-size: 13px;
    width: 246px;
    top: 9px;
    z-index: 3;
}

#row2 {
    top: 30px;
}

#row3 {
    top: 60px;
}

#row4 {
    top: 90px;
}

#row5 {
    top: 120px;
}

#ttext1, #ttext4, #ttext7, #ttext10, #ttext13 {
    left: 12px;
}

#ttext2, #ttext5, #ttext8, #ttext11, #ttext14 {
    left: 20px;
    text-align: center;
}

#ttext3, #ttext6, #ttext9, #ttext12, #ttext15 {
    text-align: right;
}

/* Invisible button for background clickthrough. */
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
