/* BEGIN reset */
.iwt-web-chat
{
	margin:115px;
	padding:0px;
    font-size:12px;
	font-weight:normal; 
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
	text-align: justify;
}
/* END reset */

/* BEGIN regular element override styles */
.iwt-web-chat h1.iwt-page-header
{
	/*font-family:Arial, Helvetica, Sans-Serif;*/
	color:#FBA009;
	margin-top: 39px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
    text-align: center;
    font-size: xx-large;
}

.iwt-web-chat .iwt-link
{
	font-size:.8em;
	color:#674703;
	text-decoration:none;
}

.iwt-web-chat .iwt-link:hover
{
	text-decoration:underline;
}

.iwt-web-chat .iwt-link-disabled
{
	color:#333;
}

.iwt-web-chat .iwt-link-disabled:hover
{
	text-decoration:none;
	cursor:default;
}

.iwt-web-chat .iwt-error > span
{
	font-size:1.2em;
	color:#f00;
}

.iwt-web-chat .iwt-error > img
{
	vertical-align:middle;
}

[dir=ltr] .iwt-web-chat .iwt-error > img
{
	padding-right:4px;
}

[dir=rtl] .iwt-web-chat .iwt-error > img
{
	padding-left:4px;
}

.iwt-load-error
{
    margin-top:45px;
}

[dir=ltr] .iwt-load-error
{
    margin-left:30px;
}

[dir=rtl] .iwt-load-error
{
    margin-right:30px;
}

.iwt-load-error > span
{
	font-size:1.2em;
	color:#f00;
}

.iwt-load-error > img
{
	vertical-align:middle;
}

[dir=ltr] .iwt-load-error > img
{
	padding-right:4px;
}

[dir=rtl] .iwt-load-error > img
{
	padding-left:4px;
}

.iwt-web-chat input[type='button']
{
    font-size:Small;
}
/* END regular element override styles */

/* BEGIN .iwt-login-container */
[dir=ltr] .iwt-login-container
{
	margin:0px;
	margin-left:0px;
}

[dir=rtl] .iwt-login-container
{
	margin:0px;
	margin-right:30px;
}

.iwt-login-container .iwt-page-header
{
}

.iwt-login-container .iwt-status > img
{
	display:none;
	vertical-align:middle;
}

[dir=ltr] .iwt-login-container .iwt-status > img
{
	padding:2px 5px 2px 2px;
}

[dir=rtl] .iwt-login-container .iwt-status > img
{
	padding:2px 2px 2px 5px;
}

.iwt-login-container .iwt-status > span
{
	color:#444;
	font-weight:bold;
	font-size:1.0em;
	vertical-align:middle;
}

.iwt-login-container .iwt-status img[status-type='error'],
.iwt-login-container .iwt-status img[status-type='success']
{
	display:none;
}

.iwt-login-container .iwt-status-success img[status-type='success'],
.iwt-login-container .iwt-status-error img[status-type='error']
{
	display:inline;
}

.iwt-login-container .iwt-status-error > span
{
	color:#f00;
}

.iwt-disclaimer
{
    color:#666666;
    font-size:1em;
}

/* END .iwt-login-container */

/* BEGIN .iwt-form-tabs-container .nav-tabs */
.iwt-form-tabs-container .nav-tabs
{
    margin:1em 0 1em 0;
}

[dir=ltr] .iwt-form-tabs-container .nav-tabs
{
    font:bold 11px verdana,arial,sans-serif;
    list-style-type:none;
    padding:0px 10px;
    text-align:justify;
    border-bottom:0px solid #555;
}
.btn{
  border:none;
  color:#FFF;
  font-size: small;
  border-radius:10px;
}
.btn:hover{
  background-color:#4776B4;
}
.btn-lg{ background-color:#333333;}
.iwt-form-submit-button { 
  height: 40px;
  width: 80px;
  background-color:#333333;
}
.iwt-exit-button{
  height: 40px;
  width: 80px;
  background-color:#333333;
}
[dir=rtl] .iwt-form-tabs-container .nav-tabs
{
    font:bold 11px verdana,arial,sans-serif;
    list-style-type:none;
    padding:0px 10px;
    text-align:right;
    border-bottom:1px solid #555;
}

.iwt-form-tabs-container .nav-tabs > li
{
    display:none;
    margin-bottom:-1px;
}

.iwt-form-tabs-container .nav-tabs > li:not(.active)
{
    margin-bottom:-2px;
}

[dir=ltr] .iwt-form-tabs-container .nav-tabs > li
{
    margin-right:3px;
    float:left;
}

[dir=rtl] .iwt-form-tabs-container .nav-tabs > li
{
    margin-left:3px;
    float:right;
}

.iwt-form-tabs-container .nav-tabs > li > a
{
    border-style:solid solid none;
    display:block;
    text-decoration:none;
    padding:4px 4px 3px;
}

.iwt-form-tabs-container .nav-tabs > li:not(.active) > a
{
    background-color:#DD9609;
    border-color:#666;
    border-width:1px 1px medium;
    color:#704D18;
}

.iwt-form-tabs-container .nav-tabs > li.active > a,
.iwt-form-tabs-container .nav-tabs > li.active > a:hover,
.iwt-form-tabs-container .nav-tabs > li.active > a:focus
{
    background-color:#FBCA48;
    border:1px solid;
    border-color:#666 #666 #FBCA48;
    color:#523B10;
    position:relative;
}

[dir=ltr] .iwt-form-tabs-container .nav-tabs li > a
{
    margin-right:0pt;
}

[dir=rtl] .iwt-form-tabs-container .nav-tabs li > a
{
    margin-left:0pt;
}

/* END .iwt-form-tabs-container .nav-tabs */

.iwt-tab-content
{
    padding:0 2px;
}

/* BEGIN .iwt-form-panel */
.iwt-form-panel
{
    width:600px;
}

.iwt-form-panel input[type='button'],
.iwt-callback-status-panel input[type='button']
{
    height:26px;
}

[dir=ltr] .iwt-callback-disconnect-button
{
    margin-left:-1px;
    margin-top:8px;
    min-width:76px;
    max-width:76px;
}

[dir=rtl] .iwt-callback-disconnect-button
{
    margin-right:-1px;
    margin-top:8px;
    min-width:76px;
    max-width:76px;
}

.iwt-callback-status-panel .iwt-callback-status-indicator
{
    color:#FBCA48;
    background-color:#674703;
    padding:4px;
    width:66px;
    text-align:center;
    margin-bottom:2px;
    font-size:11px;
}

.iwt-callback-status-panel .iwt-callback-status-subject
{
    color:#674703;
    font-size:1em;
    font-weight:bold;
    line-height:24px;
    vertical-align:middle;
}

.iwt-callback-status-subject-div
{
    max-width:430px;
}

[dir=ltr] .iwt-callback-status-subject-div
{
    max-width:430px;
}

[dir=ltr] .iwt-callback-status-panel .iwt-callback-status-fields-container
{
    float:left;
    margin-right:18px;
}

[dir=rtl] .iwt-callback-status-panel .iwt-callback-status-fields-container
{
    float:right;
    margin-left:18px;
}

.iwt-callback-status-panel .iwt-callback-status-failure-container
{
}

[dir=ltr] .iwt-form-panel .iwt-account-indented-panel
{
    margin-left:7px;
}

[dir=rtl] .iwt-form-panel .iwt-account-indented-panel
{
    margin-right:7px;
}

.iwt-form-panel .iwt-form-field-div
{
    margin-bottom:4px;
}

[dir=ltr] .iwt-form-panel .iwt-form-button-div
{
    text-align:right;
}

[dir=rtl] .iwt-form-panel .iwt-form-button-div
{
    text-align:left;
}

.iwt-callback-participant-avatar
{
	width:180px;
	border:none 0px;
	padding:0px;
    margin-top:-23px;
}

.iwt-chat-form-panel .iwt-form-button-div
{
    width:250px;
}

.iwt-chat-form-panel .iwt-form-label,
.iwt-callback-form-panel .iwt-form-label
{
    min-width:100px;
    font-weight:normal;
}

[dir=ltr] .iwt-chat-form-panel .iwt-form-label,
[dir=ltr] .iwt-callback-form-panel .iwt-form-label
{
    margin-right:4px;
}

[dir=rtl] .iwt-chat-form-panel .iwt-form-label,
[dir=rtl] .iwt-callback-form-panel .iwt-form-label
{
    margin-left:4px;
}

.iwt-callback-status-panel .iwt-callback-status-key
{
    min-width:113px;
    font-weight:bold;
}

[dir=ltr] .iwt-callback-status-panel .iwt-callback-status-key
{
    margin-right:6px;
}

[dir=rtl] .iwt-callback-status-panel .iwt-callback-status-key
{
    margin-left:6px;
}

.iwt-callback-status-panel .iwt-callback-status-value,
.iwt-callback-status-panel .iwt-callback-status-value .iwt-callback-status-field
{
    display:inline;
}

.iwt-register-form-panel .iwt-form-label
{
    min-width:150px;
}

[dir=ltr] .iwt-register-form-panel .iwt-form-label
{
    margin-right:4px;
}

[dir=rtl] .iwt-register-form-panel .iwt-form-label
{
    margin-left:4px;
}

.iwt-callback-form-panel .iwt-form-button-div,
.iwt-callback-status-panel .iwt-form-button-div
{
    width:420px;
}

.iwt-register-form-panel .iwt-form-button-div
{
    width:359px;
}

.iwt-form-panel .iwt-radio-button-checkbox-label
{
	font-size:.8em;
	color:#674703;
    cursor:default;	
}

.iwt-form-panel .iwt-create-account-link
{
	font-size:.8em;
	color:#674703;
	text-decoration:underline;
}

[dir=ltr] .iwt-form-panel .iwt-create-account-link
{
	margin-left:12px;
}

[dir=rtl] .iwt-form-panel .iwt-create-account-link
{
	margin-right:12px;
}

.iwt-form-panel .iwt-form-label,
.iwt-callback-status-panel .iwt-form-label,
.iwt-callback-status-panel .iwt-callback-status-key
{
    display:inline-block;
	color:#666666;
    font-size:1em;
}

.iwt-form-panel .iwt-description-label
{
    vertical-align:top;
    margin-top:5px;
}

[dir=ltr] .iwt-form-panel .iwt-optional-label
{
    margin-right:180px;
    float:right;
}

[dir=rtl] .iwt-form-panel .iwt-optional-label
{
    margin-left:180px;
    float:left;
}

.iwt-form-panel .iwt-textbox-container,
.iwt-form-panel .iwt-textbox-container-optional
{
	display:inline-block;
}

.iwt-form-panel .iwt-textbox
{
	width:200px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-width: thin;
    height: 25px;
}

.iwt-form-panel .iwt-textarea
{
	width:400px;
	height:100px;
}

#iwt-chat-form-panel-transcript-option
{
    float:left;
    margin-left:104px;
}

.iwt-form-panel .iwt-button,
.iwt-exit-button
{
  color:#FFF;
	padding-left:8px;
	padding-right:8px;
}

.iwt-form-panel .iwt-subject-textarea
{
    height:80px;
    width:300px;
}

[dir=ltr] .iwt-callback-status-panel .iwt-callback-status-panel
{
    width:600px;
}

[dir=rtl] .iwt-callback-status-panel .iwt-callback-status-panel
{
    width:600px;
}

.iwt-callback-status-panel .iwt-callback-creation-success-panel,
.iwt-callback-status-panel .iwt-callback-disconnected-panel,
.iwt-callback-status-panel .iwt-callback-status-panel
{
    margin-bottom:12px;
}

.iwt-callback-status-panel .iwt-callback-creation-success-panel img,
.iwt-callback-status-panel .iwt-callback-disconnected-panel img,
.iwt-callback-status-panel .iwt-callback-disconnect-failure-panel img,
.iwt-callback-status-panel .iwt-callback-status-failure img
{
    vertical-align:middle;
}

.iwt-callback-status-panel .iwt-callback-creation-success-panel span,
.iwt-callback-status-panel .iwt-callback-disconnected-panel span
{
	color:#444;
	font-weight:bold;
	font-size:1.0em;
	vertical-align:middle;
	line-height:24px;
}

[dir=ltr] .iwt-callback-status-panel .iwt-callback-creation-success-panel span,
[dir=ltr] .iwt-callback-status-panel .iwt-callback-disconnected-panel span
{
	margin-left:7px;
}

[dir=rtl] .iwt-callback-status-panel .iwt-callback-creation-success-panel span,
[dir=rtl] .iwt-callback-status-panel .iwt-callback-disconnected-panel span
{
	margin-right:7px;
}

.iwt-form-panel .iwt-form-section-header
{
	border:solid 1px #CFA73B;
	background-color:#EBBD43;
	margin-bottom:6px;
	width:352px;
}

[dir=ltr] .iwt-form-panel .iwt-form-section-header
{
	padding:2px 0px 2px 2px;
}

[dir=rtl] .iwt-form-panel .iwt-form-section-header
{
	padding:2px 2px 2px 0px;
}

.iwt-form-panel .iwt-form-section-header h2

[dir=ltr] .iwt-form-panel .iwt-formfielderror
{
    margin-left:4px;
}

[dir=rtl] .iwt-form-panel .iwt-formfielderror
{
    margin-right:4px;
}

.iwt-form-panel .iwt-formfielderror > img
{
	height:16px;
	width:16px;
	vertical-align:top;
	margin-top:4px;
}

[dir=ltr] .iwt-form-panel .iwt-formfielderror > img
{
	padding-right:4px;
}

[dir=rtl] .iwt-form-panel .iwt-formfielderror > img
{
	padding-left:4px;
}

.iwt-form-panel .iwt-formfielderror > span
{
	color:#f00;
	font-size:.8em;
	font-weight:bold;
	vertical-align:top;
	margin-top:4px;
	display:inline-block;
}

.iwt-busy-image
{
    border:none;
    height:21px;
    vertical-align:middle;
}

.iwt-form-button-div .iwt-busy-image
{
    margin-right:2px;
    display:inline-block;
}

.iwt-callback-disconnect-button-panel
{
    clear:both;
    margin-bottom:8px;
}

.iwt-callback-disconnect-button-panel img.iwt-busy-image
{
    margin-top:2px;
    margin-left:0px;
    margin-right:0px;
    display:block;
}

[dir=ltr] .iwt-busy-image
{
    float:left;
}

[dir=rtl] .iwt-busy-image
{
    float:right;
}

[dir=ltr] .iwt-chat-form-panel .iwt-busy-image
{
    margin-left:210px;
}

[dir=rtl] .iwt-chat-form-panel .iwt-busy-image
{
    margin-right:210px;
}

[dir=rtl] .iwt-callback-form-panel .iwt-busy-image
{
    margin-right:290px;
}

[dir=ltr] .iwt-callback-form-panel .iwt-busy-image
{
    margin-left:290px;
}

[dir=rtl] .iwt-register-form-panel .iwt-busy-image
{
    margin-right:260px;
}

[dir=ltr] .iwt-register-form-panel .iwt-busy-image
{
    margin-left:260px;
}
/* END .iwt-form-panel */

/* BEGIN .iwt-chat-container-panel */
[dir=ltr] .iwt-chat-container-panel
{
	position:absolute;
	top: 120px;
	left: 20px;
}

[dir=rtl] .iwt-chat-container-panel
{
	margin-right:30px;
}

.iwt-chat-container-panel .iwt-page-header
{
}
/* END .iwt-chat-container-panel */

/* BEGIN .iwt-received-messages-panel */
.iwt-received-messages-panel
{
	padding:1px;
	width:600px;
	height:300px;
	border:solid 1px #666;
	background-color:#fff;
	overflow:auto;
}

[dir=ltr] .iwt-received-messages-panel
{
	margin:0px 4px 0px 0px;
}

[dir=rtl] .iwt-received-messages-panel
{
	margin:0px 0px 0px 4px;
}

.iwt-received-messages-panel .iwt-message
{
	width:auto;
	border:none 0px;
	margin:2px;
    word-break:break-all;
}

.iwt-received-messages-panel .iwt-message-sender-container
{
	font-family:Verdana;
	font-size:0.8em;
	color:#555;
	display:inline;
}

.iwt-received-messages-panel > .iwt-late-message
{
	background-color:#ff6666;
}

[dir=ltr] .iwt-received-messages-panel .iwt-message
{
	padding-left:10px;
	margin-left:8px;
}

[dir=rtl] .iwt-received-messages-panel .iwt-message
{
	padding-right:10px;
	margin-right:8px;
}

.iwt-message .iwt-arrow
{
	background-repeat:no-repeat;
}

[dir=ltr] .iwt-message .iwt-arrow
{
	background-image:url('../img/message_indicator.png');
	background-position:left top;
	padding-left:15px;
}

[dir=rtl] .iwt-message .iwt-arrow
{
	background-image:url('../img/message_indicator_rtl.png');
	background-position:right top;
	padding-right:15px;
}

/* In RTL, IE will swap padding-left and padding-right. */
[dir=rtl] .iwt-message .iwt-arrow-IE-fix
{
	background-image:url('../img/message_indicator_rtl.png');
	background-position:right;
	padding-left:15px;
	background-repeat:no-repeat;
}

.iwt-message > div,
.iwt-message > div > div
{
	display:inline;
}

.iwt-message .iwt-message-text
{
	font-family:Verdana;
	font-size:0.8em;
}

.iwt-message .iwt-message-time
{
	font-family:Verdana;
	font-size:0.7em;
	color:#555;
    display:block;
}

[dir=ltr] .iwt-message .iwt-message-time
{
	margin:3px 4px 0px 0px;
	float:right;
	padding-left:14px;
}

[dir=rtl] .iwt-message .iwt-message-time
{
	margin:3px 0px 0px 4px;
	float:left;
	padding-right:14px;
}

.iwt-message .iwt-message-time-faded
{
	color:#ddd;
}

.iwt-received-messages-panel .iwt-message.iwt-message-from-system
{
	background-color:#f5f5f5;
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}

.iwt-message-from-system > div
{
	color:#666666;
	font-style:italic;
}

.iwt-message-link a:link,
.iwt-message-link a:visited,
.iwt-message-link a:active,
.iwt-message-link a:hover
{
	color:#00f;
}
/* END .iwt-received-messages-panel */

/* BEGIN .iwt-chat-participants-panel */
.iwt-chat-participants-panel
{
	border:solid 1px #666;
	background-color:#fff;
	margin:0px;
	width:600px;
	min-height:34px;
	padding:1px;
}

[dir=ltr] .iwt-chat-participants-panel
{
	left:4px;
}

[dir=rtl] .iwt-chat-participants-panel
{
	right:4px;
}

[dir=ltr] .iwt-chat-participants-panel #iwt-participants-panel-list
{
	margin:0px;
	padding:0px 0px 0px 4px;
}

[dir=rtl] .iwt-chat-participants-panel #iwt-participants-panel-list
{
	margin:0px;
	padding:0px 4px 0px 0px;
}

.iwt-chat-participants-panel #iwt-participants-panel-list .iwt-chat-participant
{
    width:auto;
    height:32px;
    margin:2px 0px;
    padding:0px;
    outline:0px;
}

[dir=ltr] .iwt-chat-participants-panel #iwt-participants-panel-list .iwt-chat-participant .iwt-chat-participant-avatar-cell,
[dir=ltr] .iwt-chat-participants-panel #iwt-participants-panel-list .iwt-chat-participant .iwt-chat-participant-typing-indicator-cell,
[dir=ltr] .iwt-chat-participants-panel #iwt-participants-panel-list .iwt-chat-participant .iwt-chat-participant-name
{
    float:left;
    margin-right:4px;
}

[dir=rtl] .iwt-chat-participants-panel #iwt-participants-panel-list .iwt-chat-participant .iwt-chat-participant-avatar-cell,
[dir=rtl] .iwt-chat-participants-panel #iwt-participants-panel-list .iwt-chat-participant .iwt-chat-participant-typing-indicator-cell,
[dir=rtl] .iwt-chat-participants-panel #iwt-participants-panel-list .iwt-chat-participant .iwt-chat-participant-name
{
    float:right;
    margin-left:4px;
}

.iwt-chat-participants-panel #iwt-participants-panel-list .iwt-chat-participant .iwt-chat-participant-name
{
	width:auto;
	height:32px;
	margin:0px;
	border:0px;
	padding:0px;
	outline:0px;
}

.iwt-send-on-enter-container {
    width:600px;
    padding:1px;
}

.iwt-send-on-enter-checkbox-label {
    float:right;
}

.iwt-send-on-enter-checkbox {
    float:right;
}

.iwt-chat-participant-name,
.iwt-chat-participant-popover-name
{
	font-size:1.2em;
	font-family:Verdana;
	border:none 0px;
	color:#222;
}

.iwt-chat-participant-name
{
    vertical-align:middle;
}

.iwt-chat-participant-popover-name
{
    font-weight:bold;
}

[dir=ltr] .iwt-chat-participant-popover-name
{
    margin-left:8px;
}

[dir=rtl] .iwt-chat-participant-popover-name
{
    margin-right:8px;
}

.iwt-chat-participants-panel .iwt-chat-participant .iwt-chat-participant-typing-indicator-img
{
	width:16px;
	height:32px;
	border:none 0px;
	padding:0px;
	vertical-align:middle;
	background-position:center;
	background-repeat:no-repeat;
    background-size:100%;
}

[dir=ltr] .iwt-chat-participants-panel .iwt-chat-participant .iwt-chat-participant-typing-indicator-img
{
	margin:0px 4px 0px 0px;
}

[dir=rtl] .iwt-chat-participants-panel .iwt-chat-participant .iwt-chat-participant-typing-indicator-img
{
	margin:0px 0px 0px 4px;
}

.iwt-chat-participant-avatar
{
    background-size:cover;
	width:32px;
	height:32px;
	border:none 0px;
	padding:0px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

[dir=ltr] .iwt-chat-participant-avatar
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/user.png', sizingMethod='scale');
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/user.png', sizingMethod='scale')";
    background-image:url('../img/user.png');
}

[dir=rtl] .iwt-chat-participant-avatar
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/user_rtl.png', sizingMethod='scale');
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/user_rtl.png', sizingMethod='scale')";
    background-image:url('../img/user_rtl.png');
}

.iwt-chat-participant-popover
{
    position:absolute;
    z-index:100;
    border:1px solid black;
    padding:8px;
    background-color:#FDE4A3;
}

[dir=ltr] .iwt-chat-participant-popover
{
    margin-left:36px;
}

[dir=rtl] .iwt-chat-participant-popover
{
    margin-right:36px;
}

.iwt-chat-participant-popover td
{
    vertical-align:top;
}

.iwt-chat-participant-popover-supplementalInfo
{
    font-weight:0.8em;
    color:#555555;
}

[dir=ltr] .iwt-chat-participant-popover-supplementalInfo
{
    margin-left:8px;
}

[dir=rtl] .iwt-chat-participant-popover-supplementalInfo
{
    margin-right:8px;
}

[dir=ltr] .iwt-chat-participant-popover-avatar-div
{
    margin:0px 4px 0px 0px;
}

[dir=rtl] .iwt-chat-participant-popover-avatar-div
{
    margin:0px 0px 0px 4px;
}

.iwt-chat-participant-popover-avatar
{
	width:300px;
	height:300px;
    background-size:cover;
}

.iwt-rounded-box
{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}

[dir=ltr] .iwt-chat-participants-panel .iwt-chat-participant.iwt-chat-participant-typing .iwt-chat-participant-typing-indicator-img
{
	background-image:url('../img/typing_16x32.png');
}

[dir=rtl] .iwt-chat-participants-panel .iwt-chat-participant.iwt-chat-participant-typing .iwt-chat-participant-typing-indicator-img
{
	background-image:url('../img/typing_16x32_rtl.png');
}

.iwt-chat-participants-panel .iwt-chat-participant .iwt-chat-participant-typing-status
{
    display:none;
}

.iwt-chat-participants-panel .iwt-chat-participant.iwt-chat-participant-typing .iwt-chat-participant-typing-status
{
    display:inline;
    color:#999;
    font-family:Verdana;
    font-size:.7em;
}

[dir=ltr] .iwt-chat-participants-panel .iwt-chat-participant.iwt-chat-participant-typing .iwt-chat-participant-typing-status
{
    margin-left:4px;
}

[dir=rtl] .iwt-chat-participants-panel .iwt-chat-participant.iwt-chat-participant-typing .iwt-chat-participant-typing-status
{
    margin-right:4px;
}

[dir=ltr] .iwt-print-div
{
    float:right;
}

[dir=rtl] .iwt-print-div
{
    float:left;
}

.iwt-print-div a
{
	font-size:.8em;
	color:#666666;
	text-decoration:underline;
	font-size:.8em;
}

[dir=ltr] .iwt-print-div a
{
    margin-right:5px;
}

[dir=rtl] .iwt-print-div a
{
    margin-left:5px;
}
/* END .iwt-chat-participants-panel */

/* BEGIN .iwt-compose-message-panel */
.iwt-compose-message-panel
{
	margin:0px;
	width:602px;
	background-color:#fff;
	border:solid 1px #666;
	padding:0px;
}

.iwt-compose-message-panel .iwt-input
{
    position:absolute;
	margin:0px;
	padding:0px;
	height:61px;
	width:517px;
	display:block;
	vertical-align:top;
	overflow:auto;
	border:0px;
	top:0;
}

[dir=ltr] .iwt-compose-message-panel .iwt-input
{
	left:0;
	margin-right:4px;
}

[dir=rtl] .iwt-compose-message-panel .iwt-input
{
	right:0;
	margin-left:4px;
}

.iwt-compose-message-panel[usehtmleditor='false']
{
    height:61px;
}

.iwt-compose-message-panel[usehtmleditor='false'] .iwt-input
{
	resize:none; /* for safari and chrome */
}

.iwt-compose-message-panel[usehtmleditor='true'] .cke_editor .cke_contents
{
    height:92px;
	padding-right:83px;
	background-color:#fff;
}

.iwt-compose-message-panel
{
    position:relative;
}

.iwt-compose-message-panel .iwt-send-button
{
	position:absolute;
	margin:0px;
	padding:0px;
	height:40px;
	width:80px;
	display:block;
	vertical-align:top;
	bottom:2px;
}

[dir=ltr] .iwt-compose-message-panel .iwt-send-button
{
	right:2px;
	
}

[dir=rtl] .iwt-compose-message-panel .iwt-send-button
{
	left:2px;
background-color:#EEE;
}
/* END .iwt-compose-message-panel */

.containsFloatingChild:after {
    clear:both;
    visibility:hidden;
    display:block;
    content:"&nbsp;";
    height:0px;
}

[dir=ltr] .iwt-form-field-div .iwt-checkbox
{
	margin-left:0px;
}

[dir=rtl] .iwt-form-field-div .iwt-checkbox
{
	margin-right:0px;
}
