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

#parklandchatwindow{
	position:fixed;
	left: 50%;
	margin-left: -200px;
	top:250px;
	width:381px;
	height:321px;
	z-index:3012;
	background-image:url(http://clientchatlive.com/js/site/parklandparrot/pop_up_bg.jpg);
	background-repeat:no-repeat;
	display:none;
}
#chatbuttons{
	margin:275px 0 0 115px;
}
#yeschatstart{
	position:relative;
	float:left;
	width:70px;
	height:32px;
}
#nochatstart{
	position:relative;
	float:left;
	width:70px;
	height:32px;
	padding:0 0 0 15px;
}
#nochatstart a:hover,#yeschatstart a:hover{
	background:none !important;
	border:none !important;
}
#grayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:3011;
	-moz-opacity: 0.50 !important;
	opacity:.50 !important;
	filter: alpha(opacity=50) !important;
	-khtml-opacity: 0.50 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)" !important;

	display:none;
}