@charset "utf-8";
/* CSS Document */

#container_bookonline {
	position:absolute;
	float:right;
	top:2%; /* 300 or 200 */
	right:2%;
	z-index:1000;
}
.bookonlinebutton, .bookonlinebutton:link, .bookonlinebutton:visited {
	background-color:#6c5f79;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:3px solid #bcc78b;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:.95em;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
}
.bookonlinebutton:hover {
	background-color:#bcc78b;
	border:3px solid #6c5f79;
	color:#000;
}
.bookonlinebutton:active {
	position:relative;
	top:1px;
}

.bookonlinebutton a, .bookonlinebutton a:link, .bookonlinebutton a:visited, .bookonlinebutton a:active {
	color:#fff;
	text-decoration:none;
}
	.bookonlinebutton a:hover {
		color:#000;
		text-decoration:none;
		
		-webkit-transition:color 500ms ease-in;
		-moz-transition:color 500ms ease-in;
		-o-transition:color 500ms ease-in;
		transition:color 500ms ease-in;	
	}
