@charset "utf-8";
/* CSS Document */

#contact{
	width: 100%;
	height: auto;
}
#contactTxt {
	width: 100%;
	clear: both;
	margin-top: 20px;
}
#bookingTab {
	width: 100%;
	display: inline-block;
}
#contactLeft{
	margin-top: 20px;
	float: left;
}
#contactMiddle{
	margin-top: 20px;
	float: left;
	margin-right: 0px !important;
}
#contactRight{
	width: 30% !important;
	
}
.contactWrapper{
	width: 30%;
	margin-right: 200px;
}
.contactLabel{
	font-family: 'myriad-web-pro';
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.contactTextbox{
	border-radius: 5px;
	height: 50px;
	/*width: 230px;*/
	width: 100%;
	font-family: 'myriad-web-pro';
	font-size: 18px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #B6B6B6;
	border-left-color: #D7D7D7;
	color: #666;
	margin-bottom: 30px;
	background-color: #F7F7F7;
}
.contactTextarea{
	border-radius: 5px;
	height: 135px;
	/*width: 230px;*/
	width: 100%;
	font-family: 'myriad-web-pro';
	font-size: 18px;
	padding-left: 10px;
	padding:10px 5px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #B6B6B6;
	border-left-color: #D7D7D7;
	color: #666;
	margin-bottom: 10px;
	background-color: #F7F7F7;
}
.errorMsg{
	position: absolute;
	margin-top: -30px;
	color: #F00;
	display: none;
}
#sucessMsg{
	font-size: 12px;
	font-family:arial,sans-serif;
	color: #000;
	display: none;
}
#formButtons{
	width: 80%;
	margin-top: -40px;
}
.contactButton{
	width: 100px;
	padding: 10px;
	margin-top: 10px;
	font-family: 'myriad-web-pro';
	font-size: 16px;
	border-radius: 5px;
}
/*resubmitButton is generated in formFunction.js*/
.resubmitButton{
     background:none!important;
     border:none; 
     padding:0!important;
    
    /*optional*/
     font-family:arial,sans-serif; /*input has OS specific font-family*/
     color:#069;
     text-decoration:underline;
     cursor:pointer;
}
#seperator {
	clear: both;
}
#newsletter {
	width: 100%;
	clear: both;
	margin-top: 50px;
	display: block;
}
#newsletterTxt {
	width: 100%;
	margin-top: 20px;
}
#newsletterForm {
	margin-top: 20px;
}
.newsletterTextbox{
	border-radius: 5px;
	height: 50px;
	width: 230px;
	font-family: 'myriad-web-pro';
	font-size: 18px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #B6B6B6;
	border-left-color: #D7D7D7;
	color: #666;
	margin-bottom: 10px;
	background-color: #F7F7F7;
}
.contactElement{
	font-weight: bold;
	font-size: 16px;
}
.contactElementEmail{
	font-weight: bold;
	font-size: 16px;
}
.rightLabel{
	color: #ACACAC;
}
.contactSubmit{
	padding: 15px;
	margin-top: 10px;
	font-family: 'myriad-web-pro';
	font-size: 16px;
	border-radius: 5px;
}
.contactSubmit:hover{
	background-color: #999;
	cursor: pointer;
}
@media only screen and (max-width : 1000px) {
	.contactWrapper{
		width: 40%;
		margin-right: 100px;
	}
}
@media only screen and (max-width : 900px) {
	.contactWrapper{
		width: 30%;
	}
}
@media only screen and (max-width : 600px) {
	#contactLeft,#contactMiddle,#contactRight{
		float: none;
		width: 230px !important;
	}
}
