﻿#quickbook
{
	position: absolute;
	left: 14px;
	bottom: 14px;
	width: 225px;
	margin: 0;
	padding: 12px 20px 6px;
	/*overflow: hidden;*/
	background: #ffffff url(/central/images/hotel_quickbook_gradient.png) left bottom repeat-x;
	right: 675px;
}

#quickbook h4
{
	margin: 0 0 10px 0;
	padding: 0;
	font-family: HelveticaNeue, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
}

#quickbook ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#quickbook ul li
{
	overflow: auto;
	line-height: 20px;
	margin-bottom: 3px;
}

#quickbook label
{
	display: block;
	float: left;
	width: 75px;
	margin-right: 5px;
	font-size: 0.9em;
}
#quickbook select
{
	display: block;
	/*float: left;*/
	margin-right: 5px;	
	position:relative;
	font-size: 0.9em;
	width:40px;
}

#quickbook input[type=submit]
{
	height:20px;	
}

#quickbook .calendar-trigger
{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-decoration: none;
	text-indent: -1000em;
	background: url(/central/images/calendar_icon.png) center center no-repeat;
}

.calendar-trigger
{	
	position:absolute;
	top:43px;
	right:55px;
}

#quickbook .amend
{
	font-size: 0.8em;
}

#quickbook .curve
{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 142px;
	background: transparent url(/central/images/hotel_quickbook_curve.png) top right no-repeat;
}


#quickbook .border-top,
#quickbook .border-bottom
{
	position: absolute;
	left: 0;
	width: 265px;
	height: 9px;
}

#quickbook .border-top
{
	top: 0;
	background: transparent url(/central/images/hotel_quickbook_corner_top.png) top left no-repeat;
}

#quickbook .border-bottom
{
	bottom: 0;
	background: transparent url(/central/images/hotel_quickbook_corner_bottom.png) bottom left no-repeat;
}

.calendartextbox
{
	width:80px;
	font-size:0.9em;
}

.calendar .ajax__calendar_container
{
	z-index: 100;
	position: relative;
	background-color: #FFFFFF;
}

.calendar .ajax__calendar_hover
{
	background-color: #C9DCFC;
}

.calendar .ajax__calendar_active
{
	background-color: #92C0FA;
}

.calendar .ajax__calendar_other
{
	color: #C2C0C0;
}
