/* 
	Private Chat Design information for Minkoze.com
	Developed by AF-Design, http://www.af-design.com
*/
#ChatAlerter{
	top:0px;
	left:0px;
	padding: 60px 25px 20px 5px;
	position: absolute;
	background: transparent url('http://minkoze.com/private_chat/images/alert_background_vert.png') no-repeat top left;
	width:187px;
	height:341px;	
	z-index:100;
}
#ChatAlerter .Username{ font-weight:bold; color: #336; font-size:18px;}
#ChatAlerter p.Announce{ text-align:center; z-index: 110; color: #000; font-size:18px; }
#ChatAlerter p.Announce:before{ content: url('/private_chat/images/person.gif'); }
#ChatAlerterControl{ position:relative; width: 157px; padding-left:10px; padding-top:15px;}
#ChatAlerterReject,
#ChatAlerterAccept{
	font-weight:bold;
	float: left;
	width: 100px;
	height: 20px;
	text-align: center;
	margin: 5px 5px;
	padding: 5px 20px 5px 20px;
	z-index:150;
}
#ChatAlerterReject{ border: 1px solid red; background: #fcc; color: red; }
#ChatAlerterReject:hover{ background: red; color: white; }
#ChatAlerterAccept{ border: 1px solid green; background: #cfc; color: green; }
#ChatAlerterAccept:hover{ background: green; color: white; }
.ShowAlerter { display: block;}
.HideAlerter { display: none;}