label
{
	width: 100px;
}

td
{
	width: 140px;
	height: 30px;
	text-align: center;
}
th
{
	vertical-align: top;
}

#div_schedule
{
	float: left
}

#div_booking
{
	width: 	350px;
}

#div_changing
{
	margin-top: 100px;	
}


.free
{
	background-color: #DDFFDD
}
.occupied
{
	background-color: #FFDDAA
}
.error
{
	color: #FF3333;
	font-weight: bold;
}
.success
{
	color: #009900;
}
