/*****************contact form right styling****************************/
#contact_form
{
    /*border: solid 2px orange;*/
}

#contact_error
{
    text-align: left;
    margin: 5px 0 5px 0;
}

fieldset
{
    padding: 0;
    margin: 10px 0 0 0;
    background-color: #F1F1F1;
    text-align: left;
    height:230px;
    border: 1px solid #999999;
    width: 48%;
}

#persondetails
{
    /*border: solid 2px green;*/
    position: relative;
    float: left;
    /*width: 220px;*/
}

#enquirydetails
{
    /*border: solid 2px blue;*/
    position: relative;
    float: right;
    /*width: 240px;*/
}

legend
{
    margin-left: 1em;
    color: #000000;
    font-weight: bold;
}

fieldset ol
{
    margin: 0 0 0 22px;
    list-style: none;
}

fieldset li
{
    width:100%;
    margin: 5px 0 15px 0;
}

fieldset input
{
    width: 210px;
    margin:0px;
    padding: 0px;
}

label
{
    width: 210px;
}

#submitdiv
{
    margin: 10px 20px 30px 0;
    float: right;
}

#mail_signup
{
    margin: 10px 0 30px 0;
    float: left;
}

#Enquiry
{
    width: 210px;  
    height: 80px;  
    font-size: 8pt;
    font-family: Verdana, Arial, Sans-Serif;
}

#Find
{
    width: 210px;
}

#Reason
{
    width: 210px;
}

/*****************contact form styling end****************************/