﻿.EnquiryForm
{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius : 5px;
}

.EnquiryForm label 
{
    width: 110px;
    display: inline-block;
    font-weight: 600;
	color: #777;
	padding-bottom: 5px;
}
.EnquiryForm input.TextBox, .EnquiryForm textarea
{
	width: 200px;
	background : #fff url('/DesktopModules/Comments/img/bg-input.gif') top left repeat-x;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius : 5px;
}
.EnquiryForm textarea
{
	height: 160px;
}
.EnquiryForm input.Button
{
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius : 5px;
	padding: 5px;
	background: #eee;
	color: #777;
	margin: 10px 0 0 10px;
}
.EnquiryForm input.Button:hover
{
	cursor: pointer;
	background: #ccc;
	border-color: #aaa;
}

#CruiseCustomForm .SubHead.Row
{
	display: none;
}
