/* *****************************************************
   Filename: screen.css
   Author  : Mathieu Vaillancourt @Revolver 3
   Date    : Apr 21, 2008

   *****************************************************
   main layout, general style
   ***************************************************** */




/* *****************************************************
   form styling
******************************************************** */
form {
	margin-top: 20px;
	width: 455px;
}
form .row {
	clear: both;
	min-height: 50px;
}
form .left {
	width: 220px;
	float: left;
}
form .right {
	width: 220px;
	float:right;
}
form .right {
	position: static;
	left: 0;
}
label {
	display: block;
	clear: both;
	margin-bottom: 1px;
}
select,
textarea {
	font-size:11px;
	color:#565656;
	display: block;
	clear: both;
	border: 1px solid #b4bac4;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 2px;
	background:url(../image/btBg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	text-decoration: none;
}

input.text {
	font-size:11px;
	color:#565656;
	display: block;
	clear: both;
	border: 1px solid #b4bac4;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 2px;
	background:url(../image/btBg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	text-decoration: none;
}

input.dateRange {
	font-size:11px;
	color:#565656;
	display: block;
	clear: both;
	border: 1px solid #b4bac4;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 2px;
	background:url(../image/btBg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	text-decoration: none;
}

select {
	width: 200px;
}
textarea {
	height: 70px;
	width: 455px;
}
.bt {
	font-size:11px;
	font-weight:bold;
	height:24px;
	color: #565656;
	font-weight:bold;
	border: 1px solid #cccccc;
	background:url(../image/btBg.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
}

a.bt {
	color: #565656;
	height:14px;
	font-weight:bold;
	padding: 4px 10px 5px 10px;
	border: 1px solid #cccccc;
	background:url(../image/btBg.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
}

/* demande de reservation */
#datestart,
#dateend {
	width: 200px;
	margin-right: 7px;
	float: left;
}

#reservation_success,
#reservation_error {
	display: none;
}