body.chat {
	font-family: PT Sans, arial;
	border: none;
	min-width: 0;
	height: auto;
	padding-top: 10px;
}

body.chat h3 {
	border-bottom: 1px solid #e3e3e3;
    font-size: 20px;
    line-height: 54px;
    margin: 0;
    padding: 0 0 3px 52px;
    vertical-align: middle;
}

.virtualBranch.chatWrapper {
	width: 551px;
	margin: 0 auto;
}

#chatWindow {
	border: 1px solid #e3e3e3;
	padding: 10px;
	height: 210px;
	width: 529px;
	overflow: auto;
	margin-top: 10px;
}

#chatWindow .name {
	display: inline-block;
	font-weight: bold;
	padding-right: 6px;
}

#chatWindow a {
	color: #000;
	text-decoration: underline;
}

#chatWindow > div {
	margin-bottom: 12px;
}

#chatWindow > div.loading {
	color: #666;
}

#chatWindow > div.customer {
	color: #000;
}

#chatWindow > div.support {
	color: #007eb6;
}

#chatWindow > div.writing {
	font-style: italic;
}

form#cb-chatSuccessForm input {
	font-family: "PT Sans", arial;
}

form#cb-chatSuccessForm input[type="text"] {
	width: 529px;
	padding: 0 10px;
}

form#cb-chatSuccessForm input[type="submit"] {
	margin: 0;
	background-position: 72px center;
}

/* -- additional style for chat -- */
form#cb-chatForm #acceptTermsText {
    font-weight:normal;
}
