@charset "utf-8";

body
{
	height:2000px;
}

#askChatWrapper
{
	position:fixed;
	top:-135px;
	left:0px;
	width:100%;
	z-index:100;
}

#askChat
{
	width:330px;
	height:85px;
	padding:6px;
	margin:0 auto;
	background:#FFFFFF;
	border:4px solid #888888;
	text-align:center;
}

#askChat *
{
	font-family:Helvetica, Verdana, Arial !important;
	color:#003366 !important;
}

#askChatHeader
{
	font-weight:bold;
	font-size:24px;
	padding-bottom:5px;
}

#askChatInfo
{
	font-size:14px;
	padding-bottom:10px;
}

#askChatOpts a
{
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	margin-right:10px;
	text-decoration:underline !important;
}

#askChatOpts a:hover
{
	color:#006699 !important;
}

#startChatBRWrap
{
	position:fixed;
	right:10px;
	bottom:0px;
	background:none transparent;
	
}

#startChatBR
{
	display:inline-block;
	width:253px;
	height:52px;
	background:url(/chat/images/diy-chat-link.gif) no-repeat top center;
	border:2px solid #555555;
	border-bottom:0px none;
	
	filter:alpha(opacity=80);
	opacity:0.8;
}

#startChatBR:hover
{
	filter:alpha(opacity=100);
	opacity:1.0;
}