
.contact-form-holder {
	max-width:600px;
	margin:0 auto;
}
#contact-form  , #comment-form{
	width:100%;
	float:left;
	margin-top:20px;
}
#contact-form input[type="text"] , #comment-form input[type="text"]  , #reservation-form input  , #reservation-form  select {
	float:left;
	width: 100%;
	background:#FFFFFF;
	margin-bottom:20px;
	font-size: 13px;
	height:40px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:8px;
	color:#000;
	border:0;
	border:1px solid #ccc;
	border-radius:4px;
}

#contact-form textarea , #comment-form textarea , #reservation-form textarea{
	float:left;
	width: 100%;
	background:#FFFFFF;
	margin-bottom:10px;
	font-size: 14px;
	height:150px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:8px;
	color:#000;
	border:0;
	border:1px solid #ccc;
	border-radius:4px;
}

#contact-form textarea  , #comment-form textarea {
	height:150px;
	resize:none;
	overflow: auto;
	background:none;
	overflow: auto;
	box-shadow: none;
}
#submit , #submit-res	{
	color:#fff;
	border:none;
	background:none;
	/*padding:15px 40px;*/
	background:#070042;
	line-height:17px;
	cursor:pointer;
	font-size:14px;
	letter-spacing:1px;
	/*font-family: 'Playball', cursive;*/
	-webkit-appearance: none;
	border-radius:4px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#submit:hover , #submit-res:hover{
	color:#000;
}






