@charset "UTF-8";
/* from /include/style/compressed.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit
}
html,body
{
	height:100%
	overflow: hidden;
}
:focus
{
	outline:0
}
body
{
	background-color:#dcdcdc;
	margin:0 auto
}
::-webkit-scrollbar
{
	-webkit-appearance:none;
	width:7px
}
::-webkit-scrollbar-thumb
{
	border-radius:4px;
	background-color:rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)
}
.TextMedium {
	font-size: 14px;
	line-height: 19px;
	font-family: adobe-clean,Helvetica,Arial,sans-serif;
}
textarea {
	font-size: 14px;
	line-height: 19px;
	font-family: adobe-clean,Helvetica,Arial,sans-serif;
}
.Text {
	color: #525257;
}
a .Link a, .Link a:link, a.Link, a.Link:link {
	color: #2b9af3;
}
.Link a, .Link a:link, a.Link, a.Link:link, .Link a:visited, a.Link:visited {
	color: #2b9af3;
}
a:hover {
	color: #33ccff;
}
.chatContainer {
	width: 370px;
	/*height: 706px;*/
	background: #dcdcdc;
	padding: 7px 0 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#titlePanel {
	height: 40px;
	margin: 0 12px 7px;
	border-radius:5px;
	background: #ffffff;
}
#titlePanel .titleLogo {
	background: url("/etc/designs/help/contact-3/img/Adobe_logo_97x24.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	width: 150px;
	height: 40px;
	margin-left: 10px;
}
#titlePanel #closeButton {
	border: 1px solid #c7c5c5;
	border-radius: 5px;
	width: 90px;
	height: 28px;
	line-height: 28px;
	float: right;
	margin: 5px 10px;
	text-align: center;
	cursor: pointer;
}
#titlePanel #closeButton:hover {
	background: #2a78b8;
	color: #ffffff;
}

#caseInfoPanel {
	border: 1px solid #c7c5c5;
	border-radius: 5px;
	background: #ffffff;
	margin: 0 12px 8px;
	width: 344px;
	min-height: 30px;
	//position: absolute;
	position: relative;
}
#caseInfoPanel .infoTitle {
	line-height: 30px;
}
#caseInfoPanel > * {
	padding: 0 10px;
}

#caseInfoPanel .infoDetail > * {
	margin: 10px 0;
}
#caseInfoPanel .infoDetail .userCaseContainer > * {
	display: none;
}
#caseInfoPanel .infoDetail .chooseoptionContainer {
	display: none;
}
#caseInfoPanel .infoDetail .preContactInfoDesc {
	font-weight: bold;
}
/* Accordion */
.selector:hover {
	color: #33ccff;
}
.selector .right {
	float: right;
	font-size: 12px;
	padding-right: 20px;
	display: none;
}
.selector.accordion[name="up"] .close,
.selector.accordion[name="down"] .open {
	display: block;
}
.selector.accordion[name="down"] .close,
.selector.accordion[name="up"] .open {
	display: none;
}
.selector .close {
	background: url("/etc/designs/help/contact-3/img/arrowUp.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.selector:hover .close {
	background: url("/etc/designs/help/contact-3/img/arrowUpHover.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.selector .open {
	background: url("/etc/designs/help/contact-3/img/arrowDown.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.selector:hover .open {
	background: url("/etc/designs/help/contact-3/img/arrowDownHover.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.list {
	display: none;
}

#chatPanel {
	margin: 0px 2px 15px 12px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 3px;
	height: 434px;
	max-height: 434px;
}
#chatPanel > div {
	width: 346px;
}
#chatPanel #chatArea > div, 
#chatPanel #agentTypingContainer {
	border: 1px solid #c7c5c5;
	border-radius: 5px;
	background: #ffffff;
	margin: 0 0 8px;
	padding: 10px;
	line-height: 18px;
}
#chatPanel #chatArea > div:last-child {
	margin: 0;
}
#chatPanel #agentTypingContainer {
	margin: 8px 0 0;
}
#chatPanel #chatArea .visitor {
	background: #e8e8e8
}
#chatPanel #chatArea .system {
	padding: 15px 10px;
}

#chatPanel #agentTypingContainer {
	display: none;
}
#chatPanel .chatLineTitle {
	font-size: 12px;
}
#chatPanel .chatLineTitle .time {
	float: right;
}
#chatPanel .chatLineTitle .name {
	font-weight: bold;
}

#chatInputPanel {
	margin: 0px 12px;
}
#chatInputPanel #chatLineContainer {
	border: 1px solid #c7c5c5;
	border-radius: 5px;
	background: #ffffff;
	margin-bottom: 5px;
	padding: 10px;
	padding-right: 2px;
}
#chatInputPanel textarea#chatLine {
	height: 46px;
	overflow-y: auto;
	width: 100%;
	resize: none;
	padding: 0;
	border: none;
}
#chatInputPanel textarea#chatLine:focus {
	border-color: #2b9af3;
}
#chatInputPanel #sendButton {
	border: none;
	border-radius: 5px;
	background: #2b9af3;
	height: 40px;
	line-height: 40px;
}
#chatInputPanel #sendButton:hover {
	background: #2a78b8
}
#chatInputPanel #sendButton p{
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}
#chatInputPanel #requestEmail {
	margin-top: 20px;
}

#chatInputPanel #requestEmail input {
	margin: 0 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border-color: #c7c5c5;
	display: none;
}
#chatInputPanel #requestEmail label {
	margin-left: 10px;
	padding-left: 26px;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	overflow-x: hidden;
	background: url("/etc/designs/help/contact-3/img/unchecked.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#chatInputPanel #requestEmail.checked input {
	border-color: #2a78b8;
}
#chatInputPanel #requestEmail.checked label {
	font-weight: bold;
	color: #525257;
	background: url("/etc/designs/help/contact-3/img/checked.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
