@charset "utf-8";
/* CSS Document */

#ajaxBarContainer {
	width:100%;
	height:25px;
	border-top:#F00 1px solid;
	background-color:#000;
	position: fixed; 
	bottom: 0; 
}
#ajaxBarButtons {
	float:left;
}
#ajaxBarLogo {
	width:126px;
	height:25px;
	background-image:url(../images/ajaxBarLogo.jpg);
	display:block;
	float:right;
}
#ajaxBarPopup1 {
	width:250px;
	height:250px;
	background-image:url(../images/ajaxBarInfoBg.png);
}
#ajaxBarPopup2 {
	width:600px;
	height:250px;
}
.ajaxBarPopup {	
	border:#F00 1px solid;
	background-color:#000;
	background-position:top right;
	background-repeat:no-repeat;
	position:fixed; 
	bottom: 27px;
	left:1px;
}
.ajaxBarPopup h6 {
	font-size:12px;
	color:#C30;
	font-weight:bold;
	margin:2px 0 5px 2px;
}
.ajaxBarPopup p {
	color:#FF0;
	font-size:10px;
	margin:0 0 0 2px;
}

