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

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




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

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

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

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

a.bt {
	color: #339999;
	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: 112px;
	margin-right: 7px;
	float: left;
}

#reservation_success,
#reservation_error {
	display: none;
}