@charset "utf-8";
/* booking */
@import url('datepicker.css');
body{
	/*background-color: Black;	*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label{
	clear: both;
	color: #d6bc87;
	float: left;
	display: block;
	padding-top: 2px;
}
label.s{
	width: 150px;
}
label.sl{
	width: 150px;
	clear:none; 
	margin-left:30px;
}
label.l{
	width: 260px;
}
label.b{
	float: none;
}
.mark{
	color: #E41370;
}
input, textarea, select {
	width: 180px;
	height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	margin: 0px 0px 8px 0px;
	border: 1px solid #5b0c55;
	background: #d6bc87;
	float: left;
}
input.check{
	display: block;
	width: 16px;
	height: 16px;
	background: none;
	border: none;
	margin: 4px 10px 8px 0px;
}
input.button{
	display: block;
	height: 20px;
	margin: 0px 0px 0px 0px;
}
input.hidden{
	width: 0px;
	height: 0px;
	visibility: hidden;
	display: none;
}
input.half{
	width: 86px;
}
input.marked{
	border-color: #E41370;
}
textarea{
	height: 60px;
}
textarea.l{
	width: 360px;
}
textarea.xl{
	width: 514px;
}
select {
	width: 183px;
	height: 18px;
}
select.s{
	width: 45px;
}

select.m{
	width: 70px;
}
button{
	background: #d6bc87 none repeat scroll 0%;
	border: 1px solid #5b0c55;
	margin: 0px;
	padding: 0px;
	text-indent: inherit;
	cursor: pointer;
}
button .val{
	color: #339900;
	vertical-align: middle;
	font-weight: bolder;
	padding: 2px 2px 2px 5px;
}
button .valR{
	color: #c4000e;
	vertical-align: middle;
	font-weight: bolder;
	padding: 2px 5px 2px 5px;
}
button .imgB{
	background: Black none no-repeat scroll 0%;
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: inherit;
	vertical-align: middle;
	font-weight: bolder;
}
#imgBF input {
	width: auto;
	height: auto;
	margin: 0px 0px 8px 0px;
	border: 1px solid #5b0c55;
	background: Black;
	float: left;
}
fieldset.mem{
	border: 1px solid #5b0c55;
	width: 250px;
	padding: 0px;
}
legend{
	color: #d6bc87;
}