﻿html
{
	margin:0;
	padding:0;
}
body
{
    font-family:Tahoma;
    font-size:11pt;
    margin:0;
    padding:0;
}

h2
{
    margin-top:.5em;
	margin-bottom:0;
    text-align:center;
}

h2.contactHeader
{
    margin-top:0;
    text-align:center;
}

#contactContainer
{
    width:600px;
    height:454px;
    margin:0 auto;  
}

#bgTop
{
    height:53px;
    background-image:url('images/lnr-contact-bg-top.jpg');
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    text-align:center;

}

#bgMiddle
{

    background-image:url('images/lnr-contact-bg-middle.jpg');
    background-repeat:repeat-y;
	padding:0;

}


#bgBottom
{
    height:53px;
    background-image:url('images/lnr-contact-bg-bottom.jpg');
    background-repeat:no-repeat;
}



table.contactInfo, table.survey
{
    width:550px;
    font-size:10pt;
    margin-left:auto;
    margin-right:auto;
}

table.contactInfo th
{
    text-align:left;
    vertical-align:top;
    width:175px;
}


table.survey th
{
    text-align:left;
    vertical-align:top;
    width:250px;
}

table.contactInfo td, table.survey td
{
    text-align:left;
    vertical-align:top;
}

.required
{
    color:Red;
    font-weight:bold;
    font-size:smaller;
}


