/* WEEKEND GETAWAY FORM  */
#WkndGetawayFormWrapper div.form-container
{
	width: 294px;
	padding: 20px;
	_padding: 16px;
	margin: 0;
	background: none;
	font-size: 11px;
	color: #545454;
	font-family: arial, helvetica, sans-serif;
}

div.form-container div.form-fields { margin: 0 10px; }

#WkndGetawayFormWrapper p.legend, #WkndGetawayFormWrapper p.note
{
	color: #545454;
	font-style: normal;
}

#WkndGetawayFormWrapper p.legend, #WkndGetawayFormWrapper p.legend em { font-size: 12px; }

#WkndGetawayFormWrapper p.legend em, #WkndGetawayFormWrapper p.note em
{
	color: #545454;
	font-style: normal;
}

#WkndGetawayFormWrapper p.note em, #WkndGetawayFormWrapper p.note { color: #d27d18 !important; }

#WkndGetawayFormWrapper div.errors, #WkndGetawayFormWrapper div.ThanksMessage
{
	width: 254px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #545454;
	background-color: #fff6df;
}

#WkndGetawayFormWrapper div.ThanksMessage
{
	background-color: transparent;
	font-size: 12px;
	line-height: 16px;
}

#WkndGetawayFormWrapper div.errors p { padding: 5px 0; }

#WkndGetawayFormWrapper div.errors p em
{
	color: #3D3C4B;
	font-style: normal;
	font-weight: bold;
}

#WkndGetawayFormWrapper div.form-container .field, #WkndGetawayFormWrapper div.form-container .select
{
	font-size: 12px;
	color: #545454;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #545454;
	margin-top: 2px;
}

#WkndGetawayFormWrapper div.form-container .field { padding: 0 2px; }

/*#WkndGetawayFormWrapper div.form-container .select { margin-bottom: 2px; }*/

#WkndGetawayFormWrapper div.form-container .error
{
	color: #545454;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #c00 !important;
	background-color: #fff6df;
	margin-top: 5px;
}

#WkndGetawayFormWrapper div.form-container  p { margin: 0; }
#WkndGetawayFormWrapper div.form-container form p.note { color: #545454; }

#WkndGetawayFormWrapper div.form-container div.controlset span
{
	margin-left: 0px;
	color: #545454;
}

#WkndGetawayFormWrapper div.form-container form fieldset
{
	margin: 10px 0;
	padding-left: 10px;
	border: none;
}

#WkndGetawayFormWrapper div.form-container form legend
{
	font-weight: bold;
	color: #545454;
}

#WkndGetawayFormWrapper div.form-container form Inlinelegend
{
	font-weight: bold;
	color: #545454;
}

#WkndGetawayFormWrapper div.form-container form fieldset div { padding: 2px 0; }

#WkndGetawayFormWrapper div.form-container label, 
#WkndGetawayFormWrapper div.form-container span.label
{
	margin-bottom: 10px;
	padding-right: 10px;
	color: #545454;
}

#WkndGetawayFormWrapper div.form-container label.error, 
#WkndGetawayFormWrapper div.form-container span.error { color: #C00; }

#WkndGetawayFormWrapper div.form-container label em, 
#WkndGetawayFormWrapper div.form-container span.label em
{
	font-style: normal;
	color: #545454;
}

#WkndGetawayFormWrapper div.form-container input.error
{
	border-color: #C00;
	background-color: #FFF6DF;
	border: 1px solid #545454;
}

#WkndGetawayFormWrapper div.form-container input:focus,
#WkndGetawayFormWrapper div.form-container input.error:focus, 
#WkndGetawayFormWrapper div.form-container textarea:focus
{
	background-color: #FFFBEF;
	border-color: #d27d18;
}

#WkndGetawayFormWrapper div.form-container div.buttonrow { margin-top: 10px; }

#WkndGetawayFormWrapper div.form-container img { margin-bottom: 10px; }
