@charset "utf-8";
/* CSS Document */

#logo {
	background-image:url(/gfx/logo/Hotel_Amsterdam_Logo_booking.jpg) !Important;
}
   
#main {
	background-color:#ACD251 !Important;
}

#booking_form  {
	font-size:12px;
	width:100%;
	position:relative;
}

#elem, #elemContainer, #topic {
	float:left;
	clear:left;
}

#booking_form #elemContainer {
	position:relative;
	width:610px;
}

#booking_form #elemContainer #elem {
	width: 295px !Important;
}

#booking_form #elem {
	position:relative;
	width:600px;
	padding: 5px;
}

#booking_form #elem #margin {
	background-color:#EFEEDA;
	padding: 5px;
	/*border: 1px solid #D8D7D9;*/
}

#booking_form #topic #margin {
	/*background-color:#DDEDB8;*/
	padding: 5px;
}


#booking_form #topic {
	position:relative;
	width:600px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

#booking_form #input {
	font-size:14px;
}
#booking_form #input > input, 
#booking_form #input > select, 
#booking_form #input > textarea, 
#booking_form #input > label {
	margin: 5px;
}

#booking_form #input > textarea {
	width:97%;
	font-family: Arial, Helvetica, sans-serif;
	height:100px;
}
   
#booking_form  #elem h3 {
	position:relative;
	margin: 5px;
	width: 200px;
	font-size: inherit;
	font-weight: bold;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}

.bookingRoomtypes {
	position:absolute !Important;
	bottom:7px !Important;
	right:7px !Important;
	width:350px !Important;
	height:109px !Important;
	background-color: #E9E8CD;
	overflow:auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	color: #666666;
}

.bookingRoomtypes p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-bottom: 7px;
}

.error {
	background-color:#D56A6A !Important;
	color:#FFFFFF;
	font-weight:bold;
}

.dblchk {
	background-color:#91BA83 !Important;
	color:#FFFFFF;
	font-weight:bold;
}

#margin span {
	display:none;
	position:relative;
}

#margin label > span {
	position: absolute !Important;
	font-weight: normal;
	margin:0px;
	padding:2px;
	top:10px;
	font-size: 10px;
	background-color:#D56A6A;
	color: #FFFFFF;
}

#margin label span:hover {
	cursor: help;
}

#margin label span:hover span{
	cursor: help;
	display:block !Important;
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	z-index:5;
	padding:2px;
	padding-left:50px;
	font-size:12px;
	background-color:#D56A6A;
	
}
