#guestbook {
	background-color:#000;
	opacity:0.8;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1000;
	filter: alpha(opacity = 80);
	zoom: 1;
}
	#guestbook_content {
		

		
		position:absolute;
		width:100%;
		left:0;
		top:0;
		height:100%;
		text-align:center;
		z-index:1001;
	}
		#guestbook_content #guestbook_wrapper {
			background-color:#FFF;
			padding:4px;
			border: 1px solid #CCC;		
			width:650px;
			text-align:left !important;			
			margin:295px auto 0 auto;
		}
		#guestbook_content h3 {
			font-size:14pt;
		}
		#guestbook_content .close_date {
			padding-bottom:4px;
			border-bottom:2px solid #CCC;
		}
		
	.guestbook_form .col {
		float:left;
		width:150px;
	}
		.guestbook_form dl {
			margin:0;
			padding:5px;
		}
		.guestbook_form .submit {
			padding:5px;
		}
		.guestbook_form p {
			padding-top:5px;
			font-size:9pt;
		}
		.guestbook_form #privacy_policy {
			border:1px solid #CCC;
			padding:5px;
		}
		.close_me {
			float:right;
			width:20px;
			height:20px;
			text-align:center;
			border:1px solid #CCC;
			position:relative;
			top:-10px;
			left:10px;
			background-color:#FFF;
			cursor:pointer;
			font-weight:bold;
		}
