﻿.contactform
{
    position: absolute;
    top: 70px;
    left: 695px;
    z-index: 20;
}

#enquirytype
{
    height: 25px;
}

.fieldentry
{
    position: relative;
	width: 260px;
	height: 40px;
}

.doublefieldentry
{
    position: relative;
	width: 260px;
	height: 160px;
}

.lbl
{
    position: absolute;
    top: 0px;
    left: 0px;   
}

.txtbox
{
    position: absolute;
    top: 0px;
    left: 55px;   
    width: 200px;
    height: 25px;
    border: solid 1px black;
    overflow: hidden;
    line-height: 25px;
}

.largetxtbox
{
    position: absolute;
    top: 0px;
    left: 55px;   
    width: 200px;
    height: 160px;
    border: solid 1px black;
    overflow: hidden;
}
.btnsend
{
    width: 150px;
    height: 20px;
    margin-left: 50px;
    border: none;
    background-color: #7d0e6d;
    color: White;
    font-family: 'Times New Roman' , Times, serif;
}

.chkbox
{
    border: none;
}

.rfv
{
    position: absolute;
    top: 15px;
    left: 40px;
}


