﻿body {
	background-color:#c4c4c4;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size:12px;
	margin:0;
	height:100%;
	padding:0;
}

.wrap {
	width:960px;
	height:600px;
	background:url(/images/reservationbk.png);
	background-repeat:no-repeat;
	margin:auto;
}
.logo {
	width:162px;
	height:38px;
	background:url(/images/reslogo.png);
	background-repeat:no-repeat;
	margin:auto;
}
.resbyphone {
	width:506px;
	height:251px;
	background-image:url(/images/byphone.png);
	background-repeat:no-repeat;
	margin:auto;
	display:block;
	overflow: hidden;
}
.resbymail {
	width:506px;
	margin:auto;
}
.resbymail .top {
	background:url(/images/bymail.png);
	background-repeat:no-repeat;
	background-position: top;
	display:block;
	overflow:hidden;
	width:506px;
	height:48px;
}
.resbymail .mid {
	background:url(/images/bymailbk.png);
	width:506px;
	height:100%;
	background-repeat: repeat-y;
}
.resbymail .bottom {
	background:url(/images/bymailbt.png);
	width:506px;
	height:35px;
	background-repeat:no-repeat;
	overflow:hidden;
}
.form {
	width:430px;
	margin:auto;
	display: block;
	overflow:hidden;
}

.form .row {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	vertical-align: middle;
	line-height:110%;
}
.form  .row label {
	width:140px;
	display:block;
	float:left;
	color: #524C4C;
	vertical-align: middle;
	line-height:15px;
	padding-top:2px;
}
.form  .row input {
	width:230px;
	float:right;
	color: #524C4C;
	height:15px;
	border:1px solid #B3D4EF;
}
.form  .row input:focus {
	border:1px solid #E77016;
}
.form  .row textarea {
	width:230px;
	color: #524C4C;
	border:1px solid #B3D4EF;
}
.form  .row textarea:focus {
	border:1px solid #E77016;
	color: #524C4C;
}
.form .sentbutton {
	background: url(/images/submit.png);
	background-repeat: no-repeat;
	margin:auto;
	width:109px;
	height:30px;
	display:block;
	cursor: pointer;
	border:0;
	padding:0;
	background-attachment:scroll;
	outline:none;
}
.form .sentbutton:hover {
	background: url(/images/submith.png);
}
.form .sentbutton:active {
	outline: 0; position: relative; top: 1px;
}
.errors {
	text-align: left;
	font-size:12px;
	color: #ff0000;
	padding:2px;
	border: 1px solid #ff0000;
	background: #ffcbcb;
	margin:0;
}
.success {
	color:#02673b;
	text-align: left;
	font-size:12px;
	padding:2px;
	background: #b9fcdf;
	border: 1px #02673b solid;
	overflow:hidden;
}
/* 
.reservationcontainer {
background-color:#E8E8E8;
height:100%;
}

.reservations {
width:650px;
height:100%;
margin:auto;
}

.reservations .wrap2 {
width:620px;
margin:auto;
}

.reservations .wrap2 .title {
background:url(/images/res_h1.png) top no-repeat;
height:41px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:400;
text-transform:uppercase;
padding-right:15px;
padding-left:15px;
font-size:20px;
text-align:center;
}

.reservations .wrap2 .reservation-form {
background:url(/images/res_mid.png) repeat-y scroll 0 0;
overflow:hidden;
color:#5e5e5e;
padding:10px 30px 15px;
}

.reservations .wrap2 .bottom {
background:url(/images/res_down.png) no-repeat;
overflow:hidden;
height:8px;
margin-bottom:10px;
}

.reservations .wrap2 .reservation-form .resrow {
overflow:hidden;
padding-top:10px;
}

.reservations .wrap2 .reservation-form .resrow p {
text-align:center;
color:#333;
}

.reservations .wrap2 .reservation-form .resrow .workingtime {
border-bottom:1px solid #FCCD1D;
font-size:12px;
margin-bottom:13px;
overflow:hidden;
padding-bottom:8px;
text-align:center;
}

.reservations .wrap2 .reservation-form form {
width:550px;
margin:auto;
}

.reservations .wrap2 .reservation-form .resrow label {
float:left;
font-size:1.1em;
line-height:1.6em;
margin-right:7px;
text-align:right;
width:150px;
}

.reservations .wrap2 .reservation-form .resrow label span {
color:red;
font-size:1.1em;
font-weight:700;
}

.reservations .wrap2 .reservation-form .resrow input,textarea {
width:350px;
border:1px solid #FCCD1D;
}

.reservations .wrap2 .reservation-form .resrow .date_picker {
width:100px;
}

.reservations .wrap2 .reservation-form .resrow_border {
border-bottom:1px solid #FCCD1D;
padding-bottom:15px;
}

.reservations .wrap2 .reservation-form .resrow .leggend {
color:#333;
float:left;
font-size:1.1em;
font-weight:700;
text-align:center;
font-family:Arial,Times,sans-serif;
}

.reservations .wrap2 .reservation-form button.send {
background-image:url(/images/but_search.gif);
height:25px;
width:100px;
background-color:#FFF4C3;
clear:left;
margin-top:10px;
margin-left:215px;
cursor:pointer;
display:block;
overflow:hidden;
border-style:none;
}
*/
