/*** form styles ***/
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #7C6278;
	padding: 5px;
	/*background-color: #29182A;*/
}
legend {
	color: #E5D6E3;
	font-size: 100%;
}
label {
	display:block;
	float: left;
	width: 165px;
	text-align: right;
	padding: 6px 9px 0px 0px;
	line-height: 1.5em;
	font-size: 105%;
}
label.il {
	display: inline;
	float: none;
	width: auto;
	padding: 0;
}
input, select, textarea {
	font-family: inherit;
	font-size: 110%;
	border-style: inset;
	border-width: 1px ; 
	border-color: #E5D6E3 #130713 #130713 #E5D6E3;
	color: #000;
	background-color: #fff;
	margin: 4px 3px 0px;
}
input, textarea {
	padding: 2px;
}
input[type="file"] {
	font-size: 95%;
	width: 200px;
}
optgroup {
	font-weight: normal;
	font-family: inherit;
}
button, input[type="button"], input[type="submit"] {
	font-family: "Century Gothic", 'Helvetica Neue',"Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: 105%;
	background-color: #7C6278;
	color: #F1F2EB;
	padding : 1px 3px;
	margin: 4px 3px 0;
	cursor: pointer;
	border-style: solid;
	border-width: 1px ; 
	border-color: #E5D6E3 #130713 #130713 #E5D6E3;
}
/* apply class to secondary action form buttons */
.btn2ndary {
	background-color: #cdcdcd;
	color: #7C6278;
}
/* val */
div.error { display: none; }
input:focus, select:focus, textarea:focus { 
	border: 1px solid #cc9900; 
	background-color: #ddd; 
}
input.error, select.error, textarea.error { 
	border: 1px solid #cc667d; 
	background-color: #E5D6E3; 
	color: #665569; 
}
label.error {
	float: none;
	margin-left: 10px;
	width: auto;
	font-style: italic;
	color: #d0b2cc;
	text-align: left;
	display: inline;
}
.il label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
/* reservation request AJAX styling */
#reservation-request {
	line-height: 1em;
}
#reservation-request fieldset {
	border: none;
	padding: 0 5px;
}
#reservation-request legend {
	font-size: 90%;
	margin-bottom: .4em;
}
#reservation-request div {
	float: left;
	margin-right: 1.2em;
}
#reservation-request label {
	float: none;
	width: auto;
	text-align: left;
	padding: 0 2px 0 5px;
	line-height: 1em;
	font-size: 100%;
	margin-left: 0;
	display: inline;
}
#reservation-request label.error {
	margin-left: 0;
	padding: 0 2px 0 0;
}
#reservation-request input, #reservation-request select, #reservation-request textarea {
	margin: 0 3px 0;
	display: block;
}
#reservation-request textarea {
	font-size: 95%;
	height: 1.9em;
	overflow: visible;
}

#reservation-request #booking_time, #reservation-request .date_cal_wrapper {
	display: block;
}
#reservation-request #booking_time select, #reservation-request .date_cal_wrapper input {
	display: inline;
}

#reservation-request #reservation_btns {
	float: right;
	margin-right: 0;
}
#reservation-request button, #reservation-request input[type="button"], #reservation-request input[type="submit"] {
	background-color: #1E0B1E;
	margin: 4px 10px;
}
#reservation-request .btn2ndary {
	background-color: #cdcdcd;
	color: #7C6278;
	font-size: 90%;
}
#reservation-request .notice {
	border-color: transparent;
	border-style: none;
}
#reservation-request a:visited {
	color: #fff;
	text-decoration: underline;
}

