/* Generated by KompoZer */
body {
  font-family: sans-serif;
  background-color: transparent;
  margin-right: auto;
  margin-left: 0px;
  width: 529px;
}
#register {
  width: 529px;
  height: 32px;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.reg_active {
	border-style: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 32px;
	background-image: url(../images/fastbooking/bg_register_active.png);
	background-position:  center center;
	background-repeat: repeat;
	background-color: #d9d3cd;
	float: left;
	text-align: center;
	clear: right;
	display: block;
	width: 132px;
	color: #382313;
}
.reg_inactive {
  border-style: none;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  float: left;
  text-align: center;
  clear: right;
  display: block;
  height: 31px;
  width: 131px;
  background-color: #d9d4d0;
}
#fieldset {
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/fastbooking/bg_fieldset.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	display: block;
	float: none;
	visibility: visible;
	height: 200px;
	width: 498px;
}
.fields_left {
  width: 240px;
  float: left;
  clear: right;
}
.fields_right {
  width: 240px;
  float: right;
}
.field_description {
	color: #382313;
	line-height: 18px;
	font-weight: bold;
	font-size: 12px;
}
.field_content {
	color: #63564B;
	float: left;
	width: 240px;
	margin-bottom: 15px;
	font-size: 12px;
}
#footer_left {
	float: left;
	clear: left;
	position: static;
	display: inline;
	width: 150px;
	margin-right: auto;
	margin-left: 40px;
	margin-top: 5px;
	left: 9px;
	padding-left: -10px;
	padding-top: 10px;
}
#footer_right {
	float: right;
	clear: right;
	position: static;
	width: 150px;
	margin-right: 40px;
	margin-left: auto;
	margin-top: 5px;
	padding-top: 10px;
}
.buttons {
	background-image: url(../images/fastbooking/bg_button.png);
	background-color: gray;
	background-position: center top;
	background-repeat: repeat-x;
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 22px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	height: 29px;
	width: 150px;
	font-size: 14px;
	clear: both;
	color: white;
	padding-bottom: 4px;
	position: static;
}
.buttons:hover {
  background-position: center bottom;
}
a:link, a:visited, a:active, a:hover {
  color: #382313;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  cursor: pointer;
}
select {
  height: 22px;
  line-height: 22px;
}
/*input[type=text] {
  height: 17px; 
  line-height: 22px;
}