#onlineForm {
	margin:10px 0px 10px 0px;
	font-size: 1em;
}

#onlineForm_Header{}
#onlineForm_Body{}
#onlineForm td {}

.formTitle {
	font-size: 180%;
	font-weight: normal;
	color:#474747;
	font-style: italic;
	display:none;
}
INPUT, SELECT {
	vertical-align:middle;
}
.mandatory {
	background-image:url(/application/images/mandatory.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	/*width:10px;
	height:10px;
	display:inline;
	margin-left:3px;
	margin-right:3px;*/
}

.sectionHeader {
	/*font-size: 120%;
	font-weight: bold;
	color: #474747;*/
	border-bottom: 1px solid #474747;
	/*margin-top:14px;
	margin-bottom:7px;*/
	padding:15px 0px 5px 0px;
}

.htm_tbl_form td {
	font-size: 11px;
	padding:3px;
}
#enquiry-feedback-form #onlineForm ol {
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
}
#enquiry-feedback-form #onlineForm li {
	margin:0;
	padding:5px;
	clear:both;
}
#enquiry-feedback-form #onlineForm LABEL {
	margin:0 5px 0 0;
}
#enquiry-feedback-form #onlineForm li ol.guest-name {
	float:left;
	clear:none !important;
}
#enquiry-feedback-form #onlineForm li ol.guest-name li{
	float:left;
	/*width:80px;*/
	clear:none !important;
}
#enquiry-feedback-form #onlineForm li ol.guest-name li SPAN{
	clear:both;
	display:block;
}
#enquiry-feedback-form #onlineForm .feedback-form-contact-details {
	width:500px;
}
#enquiry-feedback-form #onlineForm .feedback-form-contact-details LABEL{
	/*margin:0 !important;*/
}
.cell_formlabel {
	background-color: #f0f0f0;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	width: 180px;/*150*/
	/*text-align: right;*/
	font-weight:bold;
	padding:5px;/*padding-top:5px !important;*/
	float:left;
}

.cell_formlabel_contact {
	background-color: #f0f0f0;
	border-right:1px solid #ffffff;
	border-bottom:2px solid #ffffff;
	text-align: center;
	font-weight:bold;
	padding:3px;
	width:15%;
}

	.cell_formlabel_contact_first	{	width:150px;		}
	.cell_formlabel_contact_last	{	width:140px;		}

.cell_formfield {
	background-color: #fafafa;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

	.cell_formfield_first			{	padding-left:0px !important;	}
	.cell_formfield_unsubscribe		{	font-weight: bold;	background-color:#FFFFFF;	}

.cell_formfield_contact {
	background-color: #fafafa;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align: center;
	padding-top:3px;
	padding-bottom:3px;
}

/****************************************/
/* Fields Start Here */
/****************************************/
	.ultra			{		width:400px;		}
	.long 			{		width:220px;		}
	.normal 		{		width:150px;		}
	.lite	 		{		width:90px;			}
	.short			{		width:75px;			}
	.mini			{		width:50px;			}
	.align_left		{		text-align:left;			}
	.align_center	{		text-align:center;			}
	.align_right	{		text-align:right;			}

.field_input {
	font-size:11px;
}

.field_select {
	/*font-size:11px;*/
}

.field_footnote {
	font-size:10px;
	text-align: left;
	color:#666666;
}

.field_textarea {
	height:100px;
	font-size:11px;
}

.field_button {
	width: 80px;
	height: 20px;
	/*background-image:url(/application/images/button_background.gif);	*/
	background:#B8B8B8;
	border: 0px;
	padding:2px;
	margin:3px;
	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.field_button_long {
	width: 120px;
	height: 20px;
	background-image:url(/application/images/button_background_long.gif);
	
	border: 0px;
	padding:2px;
	margin:3px;
	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.field_button_ultra {
	width: 180px;
	height: 20px;
	background-image:url(/application/images/button_background_ultra.gif);
	
	border: 0px;
	padding:2px;
	margin:3px;
	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.buttonBar {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px solid #eeeeff;
	border-bottom: 1px solid #eeeeff;
	background-color: #fafaff;
}

.form_alignment{
	margin:10px 0px 0px 0px;
}
