@charset "utf-8";
/* CSS Document */
html,
body{
	padding:0;
	margin:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color:#59007A;
}

table.whitepole {
background:url(../images/landing/bg.png) repeat-y;
width:897px;
border:1px;
}

td.logotagline {
height: 274px;
width: 837px;
background:url(../images/landing/logotagline.png);
}

td.demomargin {
width:92px;
height: 274px;
}

td.demopadtop {
padding-top:16px;
}

td.arrowpath {
width:837px;
height:112px;
background:url(../images/landing/arrowpath.png);
}

td.arrow {
width:837px;
height:59px;
background:url(../images/landing/arrow.png);
}

td.arrowpathdemo {
width:248px;
}

td.arrowpathfromopenaccount {
width:144px;
}

td.arrowpathpadleft {
width:98px;
}

td.leadform {
height:285px;
width:837px;
background:url(../images/landing/leadform.png);
}

td.noleadform {
height:285px;
width:837px;
background:url(../images/landing/noleadform.png);
}

td.submit {
padding-top:17px;
}

.theemail {
border:0px;
width:120px;
margin-top:22px;
margin-left:12px;
}

.themobile {
border:0px;
width:120px;
margin-top:22px;
margin-left:11px;
}

.thename {
border:0px;
width:120px;
margin-top:22px;
margin-left:11px;
}

.formore {
border:0px;
height:158px;
}

.forless {
border:0px;
height:185px;
}

td.leadleftpad {
width:37px;
}

td.emailfield {
width: 148px;
}

td.policy {
padding-top:33px;
padding-left:29px;
}

td.policy2 {
padding-top:0px;
padding-left:29px;
}

td.bottomseal {
width:897px;
height:41px;
}

.rollover {
    border: none;
    background: url(../images/landing/submit01.png) no-repeat top left;
	width:73px;
	height:45px;
}
.rollover:hover {
    border: none;
    background: url(../images/landing/submit02.png) no-repeat top left;
}

td.thankyou {
background-attachment: url(../images/landing/thankyounote.png) no-repeat top left;
width:837px;
height:288px;
}

/* Firefox */
@-moz-document url-prefix()
{
.theemail {
border:0px;
width:120px;
margin-top:22px;
margin-left:18px;
}

.themobile {
border:0px;
width:120px;
margin-top:22px;
margin-left:18px;
}

.thename {
border:0px;
width:120px;
margin-top:22px;
margin-left:18px;
}

.formore {
border:0px;
height:158px;
padding-left:28px;
}
}

/* Safari & Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
.theemail {
border:0px;
width:120px;
margin-top:22px;
margin-left:18px;
}

.themobile {
border:0px;
width:120px;
margin-top:22px;
margin-left:18px;
}

.thename {
border:0px;
width:120px;
margin-top:22px;
margin-left:18px;
}

.formore {
border:0px;
height:158px;
padding-left:28px;
}
}