﻿.enquiry table
{
    width: 100%;
    height:390px;

}
.enquiry table tr
{
    width:100%;
    height:auto;
}
.enquiry table td
{
    width:100%;
    padding-right:0px;
    padding-left:10px;
    height:30px;
}
.enquiry table input
{
    width: 250px;
    height: 25px;
    padding-right: 0px;
    border: 1px solid #CCCCCC;
    color: #000000;
    float: right;
    font-size: 16px;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: lighter;
}
.enquiry table textarea
{
      width: 250px;
    height: 70px;
    padding-right: 0px;
    border: 1px solid #CCCCCC;
    color: #000000;
    float: right;
       font-size: 16px;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: lighter;
}
.enquiry table button
{
    width:50px;
    height:35px;
}
.enquiry table select
{
     width: 253px;
    height: 40px;
    padding-right: 0px;
    border: 1px solid #CCCCCC;
    color: #000000;
    float: right;
       font-size: 16px;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: lighter;
       
    
}
.enquiry table image
{
    width:60px;
    height:35px;
}