html {
	overflow: auto;
}
body {
	background: #fff;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	background: none;
}
table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}
td {
	padding: 0px;
}
#gull_content {
	background: #fff url(http://astrologywizard.com/images/seagull.jpg) no-repeat scroll center;
	width: 1000px;
	height: 670px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 20px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
}
.gull_header {
	font: bold 24px segoe, "segoe ui", "dejavu sans", "trebuchet ms", verdana, sans-serif;
	color: #d6e5f4;
	background: #333;
	height: 50px;
	text-align: right;
	padding: 10px 10px 10px 0;
}
.header2 {
	font: bold 24px segoe, "segoe ui", "dejavu sans", "trebuchet ms", verdana, sans-serif;
	background: #333;
	height: 50px;
	text-align: left;
	padding: 10px 0 10px 10px;
}
.gull_subheader {
	font: bold 18px segoe, "segoe ui", "dejavu sans", "trebuchet ms", verdana, sans-serif;
	color: #333;
	height: 40px;
	text-align: right;
	padding: 10px 10px 0 0;
}
.gull_text {
	font: 10px segoe, "segoe ui", "dejavu sans", "trebuchet ms", verdana, sans-serif;
	color: #333;
	height: 65px;
	text-align: right;
	padding: 5px 10px 0 0;
	width: 500px;
}
doesnotexist:-o-prefocus, .gull_text {
 line-height: 16px;
}
.confirm_booking {
	font: bold 18px segoe, "segoe ui", "dejavu sans", "trebuchet ms", verdana, sans-serif;
	color: #333;
	padding-right: 10px;
	width: 500px;
}
input, select {
	font: 18px segoe, "segoe ui", "dejavu sans", "trebuchet ms", verdana, sans-serif;
	color: #d6e5f4;
	background: #333;
	border: 1px solid #556d85;
	outline: none;
	padding: 4px;
	margin-top: 16px;
}
input:hover, select:hover {
	color: #f1f8ff;
	background: #333;
	border: 1px solid #f1f8ff;
	outline: 2px solid #f1f8ff;
}
input[type="submit"]:active {
	color: #333;
	background: #f1f8ff;
	border: 1px solid #333;
	outline: 2px solid #333;
}
.gull_links {
	font: 10px/20px segoe, "segoe ui", "dejavu sans", "trebuchet ms", verdana, sans-serif;
	color: #333;
	text-align: left;
	width: 500px;
	vertical-align: bottom;
	padding: 0 0 10px 10px;
}
.cancel {
	color: #f00;
}