﻿body {
 font:normal 110% georgia,helvetica,verdana,tahoma,arial,"sans serif";
 background:#CCC;
}
.dialog 
{
 width:76%;
 top:50px;
 margin:0px auto;
 min-width:20em;
 color:#000;
}
/*
.hd = header
.ft = footer
.c = corner
.bd = body
*/
.dialog .hd .c
{
 /*added the margin top*/
 margin-top:50px;
 font-size:1px; /* ensure minimum height */
 height:124px;
}
.dialog .ft .c {
 height:40px;
}
.dialog .hd {
 background:transparent url(img/tl.gif) no-repeat 0px 0px;
}
.dialog .hd .c {
 background:transparent url(img/tr.gif) no-repeat right 0px;
}
.dialog .ft {
 background:transparent url(img/bl.gif) no-repeat 0px 0px;
}
.dialog .ft .c {
 background:transparent url(img/br.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(img/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(img/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 9px 0px 4px;
 height:400px;
 background:#fff url(img/ms.gif) repeat-x 0px 0px;
 padding:1em;
}
.dialog p 
{
    /*added margin-left, margin-right to narrow paragraph*/
 margin:0.5em 30px 0px 30px;
 padding:20px;
 font:0.95em/1.5em georgia,helvetica,arial,tahoma,"sans serif";
}
html>body .dialog pre {
 font-size:1.1em;
}
.phone
{
    color:#0000FF
}
.lsNav
{
    position:absolute;
    top:175px;
    left:45px;
    font-size:0.9em;
}
.lsNav a:link
{
    text-decoration:none;
    color:#333399;
}
.lsNav a:hover
{
    text-decoration:none;
    color:Yellow;
}

.lsNav a:visited
{
    text-decoration:none;   
}
.button
{ 
    position:relative; /*left:44%;
    padding:70px 0 0 0 ;*/
}


