/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	overflow: hidden;
}

#facebook_button {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin-left: 180px;
	margin-top: 123px;
	width: 55px;
	height: 20px;
}

#comments {
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
	margin-left: -440px;
	margin-top: -210px;
	width: 860px;
	height: 360px;
	border: 3px dashed #cfcfcf;
	background: #000 url(../img/bg-pigeon-comments.gif) repeat-x 0 -40px;
	color: #fff;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	padding-top: 100px;
	overflow: hidden;
}

#commentsTable {
	height: 360px;
	overflow: auto;
}

#commentsTable table {
	border-collapse: collapse;
}

#commentsTable th, #commentsTable td {
	padding: 20px 40px;
}

#commentsTable th {
	border-right: 1px dashed #cfcfcf;
}

#commentsForm {
	width: 690px;
	margin: 0 auto;
	margin-top: 30px;
}

#commentsForm input {
	height: 35px;
	width: 380px;
	font-size: 26px;
	border: 0;
	font-family: Arial, Verdana, Helvetica;
	padding: 10px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

#commentsForm input.submit {
	height: 59px;
	width: 200px;
	background: url(../img/pigeon-comment.png) no-repeat 50% 50%;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
}

#commentsForm textarea {
	height: 140px;
	width: 670px;
	font-size: 26px;
	border: 0;
	font-family: Arial, Verdana, Helvetica;
	padding: 10px;
}

.urgent {
	font-size: 26px;
	margin-top: 20px;
}

.clr {
	clear: both;
}

#commentsClose {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	font-weight: bold;
	color: red;
}

.object {
	font-size: 12px;
	color: #333;
	background: #fff;
	padding: 10px 20px;
}

.object h2 {
	font-size: 16px;
	color: #222;
}

.object h3 {
	font-size: 14px;
	color: #333;
}

#googleMapSmall {
	width: 400px;
	height: 300px;
}

.left {
	float: left;
}

.right {
	float: right;
}
