.fontbold {
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#reservation_form {
	margin:10px auto;
	padding:0;
	width:500px;
}
/**************************************** reservation page starts here **********************************/
p.message_display_style, #sent {
	margin:0;
	padding:0px;
	line-height:30px;
	color:#C00;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}
#sent {
	color:#093;
}
.cssform h3 {
	margin:0;
	padding:0 0 5px 0px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color:#666;
	text-decoration:underline;
}
#formCont {
	margin:0;
	padding: 0;
	width:500px;
}

#formCont .cssform {
	margin:0;
	padding:0 0 0 0px;
}
#formCont .cssform p {
	width:490px;
	margin: 0 auto;
	padding:5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#formCont .cssform label {
	font-weight: bold;
	float: left;
	text-align: left;
	width: 200px;
	line-height: 30px;
}
#formCont .feedback-textfield {
	border: 1px solid #BFBFBF;
	color: #414862;
	width: 250px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
	background-color: #F7F7F7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(css/PIE.htc);
	position:relative;
}
#formCont .feedback-textfield1 {
	height:85px;
	border: 1px solid #BFBFBF;
	color: #414862;
	width: 250px;
	line-height: 18px;
	padding: 0 5px;
	background-color: #F7F7F7;
	max-width:250px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(css/PIE.htc);
	position:relative;
}
#formCont .feedback-textfield3 {
	border: 1px solid #BFBFBF;
	color: #414862;
	width: 100px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
	background-color: #F7F7F7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(css/PIE.htc);
	position:relative;
}
.btn {
	background: none repeat scroll 0 0 #444444;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    outline: medium none;
    padding: 6px 10px;
	border-radius: 5px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(css/PIE.htc);
}
.btn:hover {
	background:#006391;
}
.star {
	line-height:30px;
	color:#FF0000;
}
/********************************** reservation page ends here ******************************************/
