﻿.error-tip {
    color: #ff0000;
    margin-left: 5px;
    display: none;
}
        
.container {
}
	
.contact-tile-sheet {
	background-image: url('/images/contact-tile-sheet.png');
}
	
.send-blue {
	background-position: -0px -0px;
	width: 121px;
	height: 44px;
	float: left;
	margin-left: 340px;
}
	
.send-blue:hover {
	background-position: -0px -54px;
	width: 121px;
	height: 44px;
}
	
.send-grey {
	background-position: -0px -108px;
	width: 121px;
	height: 44px;
	float: left;
}
	
.text {
	font-size: 14px;
	font-weight: 600;
	color: #444;
}
	
.dot {
	background-position: -340px -180px;
	width: 7px;
	height: 5px;
	margin: 7px 7px 0 0;
	float: left;
}
	
.faq-box {
	border: 1px solid #b5d7ed;
	background: #f7fdff;
	width: 370px;
}
	
.faq-title-text {
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 25px 15px;
}
	
.faq-question {
	font-size: 14px;
	width: 350px;
	float: left;
	margin-top: -10px;
	margin-left: 13px;
	margin-bottom: 5px;
}
	
.faq-answer {
	font-size: 13px;
	color: #777;
	width: 240px;
	margin-left: 28px;
	position: relative;
	overflow: hidden;
}
	
/*.faq-link {
	font-size: 12px;
	color: #1557ad;
	text-decoration: underline;
	cursor: pointer;
}
	
.faq-link:hover {
	color: #ff7e0b;
}*/
	
.answer-link {
	font-size: 11px;
	color: #1557ad;
	text-decoration: none;
	cursor: pointer;
	float: right;
	margin-right: 30px;
	text-decoration: underline;
}
	
.answer-link:hover {
	color: #ff7e0b;
}
	    
.faq-spacer {
	clear: both;
	margin-top: 20px;
}
	 
.chat-online {
    background-image: url('/images/chat.jpg');
    width: 345px;
    height: 99px;
    cursor: pointer;
    display: block;
}
        
.chat-online:hover {
    background-image: url('/images/chat-hover.jpg');
    width: 345px;
    height: 99px;
}