#photo-display-container img {
	margin-left: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    5px 5px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
#thumbs-container img {
	margin: 5px 10px 10px 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    5px 5px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.col-style {
	/*padding: 15px;*/
	height: 450px;
	margin-left: 30px;
	margin-top: 30px;
}
#rates-col {
	border-right: 1px solid black;
}
#rates-col table thead {
	background-color: none;
}
#rates-col table {
	border-color: black;
}
#rates-col p {
	font-weight: bold;
	color: black;
}
#features-col {
	border-right: 1px solid black;
	padding-right: 20px;
}
#features-col p {
	color: black;
}
#booking-col p, .pure-form {
	color: black;
}
.noted-text {
	font-size: 10pt;
	color: black;
	margin-left: 10px;
	margin-top: -5px;
	display: block;
	padding-right: 10px;
}
#first {
	margin-left: 11px;
	margin-bottom: 5px;
	background-color: #d1d1d1;
	border-color: #606060;
}
#last {
	margin-left: 12px;
	margin-bottom: 5px;
	background-color: #d1d1d1;
	border-color: #606060;
}
#email {
	margin-left: 2px;
	margin-bottom: 10px;
	background-color: #d1d1d1;
	border-color: #606060;
}
#message {
	background-color: #d1d1d1;
	border-color: #606060;
	width: 231px;
}
#send-btn {
	margin-top: 10px;
	margin-left: 98px;
}
.warning {
	background-image: url(../images/warning-icon.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 3px;
}
#mailStatusMsg {
	margin-top: 10px;
	color: yellow;
	font-style: italic;
}
#contactForm {
	margin-top: 25px;
}


