﻿div.enquiry_options
{
	margin-bottom: 15px;
	background-color: whitesmoke;
	border: 1px solid gainsboro;
}
div.holiday_destination
{
	margin-bottom: 15px;
	background-color: whitesmoke;
	border: 1px solid gainsboro;
}
div.travel_enquiry
{
	margin-bottom: 15px;
	color: black;
	background-color: whitesmoke;
	border: 1px solid gainsboro;
}
div.ads
{
    margin: 0px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
div.enquiry_options h1
{
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
	opacity: .7;
}
.enquiry_options_call
{
	height: 23px;
	text-indent: 35px;
    font-weight: bold;
    color: black;
	padding-top: 7px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url('../images/enquiry_item1.png');
	background-repeat:no-repeat;
}
div.enquiry_options_item
{
    height: 23px;
	text-indent: 35px;
    font-weight: bold;
	font-size: 8pt;
    color: black;
	padding-top: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url('../images/enquiry_item1.png');
	background-repeat:no-repeat;
}
div.holiday_destination img
{
    margin: 1px;
    width: 100%;
    opacity: .7;
	border: 0px;
}
div.travel_enquiry form
{
    margin: 7px;
    width: 197px;
}
#txtDetails
{
    width: 180px;
    height: 100px;
}
#txtFirstname
{
    width: 180px;
}
#txtLastname
{
    width: 180px;
}
#txtEmail
{
    width: 180px;
}
#txtEmailconfirm
{
    width: 180px;
}
#txtDepartdate
{
    width: 150px;
}
#txtReturndate
{
    width: 150px;
}
#cmdEnquire
{
	margin-right: 0px;
}
div.ads img
{
    margin: 7px;
    width: 180px;
    opacity: .7;
	border: 0px;
}

.btn_submit {
	background: url("../images/btn_submit.jpg") no-repeat;
width: 71px;
height: 24px;
border: 0;
text-decoration: none;
cursor: pointer;}