﻿#enquiryTable
{
    margin: 0px 0px 0px 0px;
    border: none 1px blue;
}
/*top row*/
#topLeftCell
{
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Buttons/EnquryButton/topLeft.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
}
#topCenterCell
{
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Buttons/EnquryButton/topCenter.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
    height: 13px;
}
#topRightCell
{
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Buttons/EnquryButton/topRight.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
}
/*center row*/
#centerLeftCell
{
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Buttons/EnquryButton/centerLeft.jpg");
    background-repeat: repeat-y;
    background-position: right;
    width: 13px;
}
#centerCenterCell
{
    background-color: #663300;
    text-align: center;
    overflow: hidden;
}
#centerRightCell
{
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Buttons/EnquryButton/centerRight.jpg");
    background-repeat: repeat-y;
    background-position: left;
    width: 13px;
}
/*bottom row*/
#bottomLeftCell
{
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Buttons/EnquryButton/bottomLeft.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
}
#bottomCenterCell
{
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Buttons/EnquryButton/bottomCenter.jpg");
    background-repeat: repeat-x;
    background-position: top;
    height: 13px;
}
#bottomRightCell
{
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Buttons/EnquryButton/bottomRight.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
}
/*working divs*/
#enquiryHeading
{
    width: 276px;
    height: 42px;
    color: White;
    font-family: Verdana;
    font-weight: bold;
    font-size: 8pt;
    cursor: pointer;
}
#enquiryFormInner
{
    height: 0px;
    font-size: 8pt;
    font-family: Verdana;
    vertical-align: middle;
}
#enquiryInnerTable
{
    width: 276px;
    color: White;
}
#enquiryInnerTable img
{
    cursor: pointer;
}
.headingCellText
{
    text-align: center;
    color: White;
    font-family: Verdana;
    font-weight: bold;
    font-size: 8pt;
}
#messageSubjectDiv
{
    font-size: 7pt;
    font-family: Verdana;
    vertical-align: middle;
}
.cellText
{
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana;
    color: White;
    text-align: right;
    width: 95px;
}
.paddingCell
{
    width: 5px;
}
.inputCell
{
    padding: 0px 0px 2px 0px;
}
.selectOption
{
    font-size: 6pt;
    font-family: Verdana;
    padding: 2px 0px 2px 0px;
}
.tableCellSpacing
{
    border-spacing: 0px;
    border: none 0px black;
}
.tableCellSpacing td
{
    padding: 0px 0px 0px 0px;
}