/*
 "\9" is a hack that makes the rule visible only to IE 7,8,9.
 http://stackoverflow.com/questions/8004765/css-9-in-width-property
*/

* {
        padding: 0;
        margin: 0;
}

body {
    background: none;
}

#rn_ChatContent {
    height:65px;
    width: 275px;
    font-family: arial,helvetica;
    margin-top:5px;
}

#rn_ChatContent.chat-2800 {
    width: 260px;
    margin-top: 7px;
    padding-right: 5px;
}

#rn_PageContent {
    margin-left: 5px;
}

.rn_Padding, .yui-dt- liner {
	color: #0E55AB;
	font-size: 12px;
}
.rn_BasicPadding, .yui-dt- liner {
	color: #0E55AB;
	font-size: 13px;
}

#headerChatLinkTS, #headerChatLinkKS {
	text-align: right;
}

.headerChatLink span {
	margin-top: 10px;
	width: 175px;
	display: block;
	float: left;
	color: white;
	font-size: 12px;
}

.chat-4100 .headerChatLink span {
	margin-top: 15px;
}

#chatButton button {
    background: url("../../../2800/images/rightNowChat/LiveHelp.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    height: 58px;
    margin-top: 0;
    width: 69px;
}

.chat-2800 #chatButton button {
    background: url("../../../2800/images/rightNowChat/LiveHelpHeader.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    width: 56px;
	float: right;
	margin-right: 15px;
}

.chat-4100 #chatButton button {
	float: right;
	margin-right: 15px;
}