.inquire FORM DL
{
	margin-top		: 2em;
}
.inquire FORM DL DT
{
	clear			: both;
	float			: left;
	display			: inline;
	width			: 30%;
	font-size		: 110%;
}
.inquire FORM DL DD
{
	float			: left;
	width			: 70%;
}
.inquire FORM DL DD P
{
	float			: left;
}
.inquire FORM DL DD P INPUT,
.inquire FORM DL DD P TEXTAREA
{
	width			: 200px;
	border			: 1px solid #516a7e;
	padding			: 1px;
}
.inquire FORM DL DD P TEXTAREA
{
	height			: 6em;
}
.inquire FORM DL DD P.error
{
	padding-left	: 10px;
	color			: red;
	font-weight		: bold;
}
.inquire FORM UL
{
	clear			: both;
	list-style-type	: none;
	width			: 100%;
	text-align		: center;
}
.inquire FORM UL INPUT
{
	border			: 1px solid #000;
	background		: #5f7688;
	padding			: 2px;
	color			: #fff;
	font-weight		: bold;
}
.inquire FORM UL INPUT:hover
{
	background		: #697f91;
}
.inquire FORM P.mandatory
{
	clear			: both;
	text-align		: center;
	padding-top		: 10px;
}
