﻿

/*  Horizontal lay out help dialog */
.helpDialog {
width:640px;
margin: auto;
margin-bottom:10px;
min-width:20em;
color: #6F6D64;
}
.helpDialog .hd .c,
.helpDialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:10px;
}
.helpDialog.ft .c {
 height:10px;
}
.helpDialog .hd {
 background:transparent url(../images/landingpages/greenDialog_topLeft.gif) no-repeat 0px 0px;
}
.helpDialog .hd .c {
 background:transparent url(../images/landingpages/greenDialog_topRight.gif) no-repeat right 0px;
}
.helpDialog .bd {
 background:transparent url(../images/landingpages/greenDialog_backgroundLeft.gif) repeat-y 0px 0px;
}
.helpDialog .bd .c {
 background:transparent url(../images/landingpages/greenDialog_backgroundRight.gif) repeat-y right 0px;
}
.helpDialog .bd .c .s {
 background:transparent url(../images/landingpages/greenDialog_gradientLeft.gif) no-repeat 0px 0px;
}
.helpDialog .bd .c .s .c {
background:transparent url(../images/landingpages/greenDialog_gradientRight.gif) no-repeat right 0px;
padding: 0 10px 0 10px;
}
.helpDialog .ft {
 background:transparent url(../images/landingpages/greenDialog_bottomLeft.gif) no-repeat 0px 0px;
}
.helpDialog .ft .c {
 background:transparent url(../images/landingpages/greenDialog_bottomRight.gif) no-repeat right 0px;
}
.helpDialog .image {
float:left;
width:50%;
text-align:center;
}
.helpDialog .phone {
color: #076959;
font-size: 10px;
}
.helpDialog .tax {
float:left;
width:50%;
text-align: left;
}
.helpDialog .tax .taxtitle {
color: #075B69;
font-weight: bold;
}




