/*============================================================================
Enquiry Form
==============================================================================*/
div#enqForm {
    width:520px;
	float: left;
}
table.enqForm {
    margin-top:18px;
    margin-bottom:36px;   
    width:490px;
    padding:24px;
    left: 40px;
    border-collapse:collapse;     
}
p.enqFormHeader {   
    border-bottom: 2px solid #7D4299;
    font-size:1.1em;
    padding-left:3px;
    font-weight:bold;
}
td.enqFormTitle {
    width:310px;
    height:30px;
    vertical-align:top;
}
td.enqFormEntry {
    width:180px;
    height:30px;
    text-align:right;
}
tr.enqForm td {
    border-bottom:dashed 1px #B295C6;
}
DIV#errorMessage {
	font-size: small;
	padding-bottom: 10px;
}
DIV#dateField {
	float: right;
}
