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

#popoverarea {
	position:fixed;
	left: 50%;
  margin-left: -200px;

	top:150px;
	width:400px;
	background-color:#ffffff;
	z-index:1012;
	border: solid #ffffff;
	display:none;
}

.popoverarea {
	position:fixed;
	left: 50%;
  margin-left: -200px;

	top:150px;
	width:400px;
	background-color:#ffffff;
	z-index:1012;
	border: solid #ffffff;
	display:none;
}
.grayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1011;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	display:none;
}
#popoverarea2 {
	position:fixed;
	left: 50%;
  margin-left: -200px;

	top:150px;
	width:400px;
	background-color:#ffffff;
	z-index:1012;
	border: solid #ffffff;
	display:none;
}

.popoverarea2 {
	position:fixed;
	left: 50%;
  margin-left: -200px;

	top:150px;
	width:400px;
	background-color:#ffffff;
	z-index:1012;
	border: solid #ffffff;
	display:none;
}
.grayBox2 {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1011;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	display:none;
}
#buttons{
position:relative;
width:200px;
height:30px;	
margin-left:auto;
margin-right:auto;
}
#closepopover{
float:left;
}
#closepopovernow{
float:right;
}
#closepopover input {
color:#000000;
font:1em/1.2em Arial,Helvetica,sans-serif;
margin:0;
vertical-align:top;
width:75px;
}

#closepopovernow input {
color:#000000;
font:1em/1.2em Arial,Helvetica,sans-serif;
margin:0;
vertical-align:top;
width:75px;
}
#ccliconlocation{
text-align:center;
}
#cclpoweredby{
margin-top:2px;
font-size:10px;
}
#cclpoweredby a{
color:#0099FF;
}
#quick_contact #chat {
margin:5px 0px !important;
}