textarea:focus, input:focus, select:focus {outline: none; background: none;}
input:-webkit-autofill{color: #666 !important;background: none !important}
BODY {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
    padding: 0;
        overflow-x: hidden;
}

form {

}

TABLE {
	color: #666666;
}

a, a:active, a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #0068c9;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
    margin-left: 5px;
	font-size: 18px;
	color: #666666;
    font-family: arial;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

UL {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
#greybg {
	background: #EFEFEF;
}

*/
#whitebg {
	background: #dbf0f4;
    width: 100%;
    height: 1000px;
    padding: 10px;
    height: 470px;
}
#whuitebg{
   	background: #dbf0f4; 
    width: 100%;
    height: 1000px;
    
    margin-top: -25px;
}

#toolbar {
	background: #E3E3E3 url('images/toolbar_bg.jpg') repeat-x;
	border-bottom: solid 1px #CCCCCC;
}

#typingdiv, #engineinfo {
	font-size: 11px;
	color: #BB0000;
	margin: 0px 3px;
}


TEXTAREA.message {
	margin: 0px;
	border: solid 1px #CCCCCC;
	padding: 0px 3px;
	width: 100%;
	height: 50px;
	overflow: auto;
}

.message {
	font-size: 11px;
	color: #666666;
	padding: 3px;
	line-height: 15px;
}

.message span.time {
	color: #000000;
}

.message span.nuser {
	color: #B11E23;
	font-weight: bold;
}

.message span.nagent {
	font-weight: bold;
}

.message span.minf {
	color: #1E48B1;
	font-size: 11px;
}

.message span.mevent {
	color: #A1A1A1;
	font-size: 11px;
}

.message span.mhidden {
	color: #A1A1A1;
	font-size: 11px;
}

.message span.mconn {
	color: #A1A1A1;
	font-size: 11px;
}

.submit {
	padding-top: 1px;
}

.text {
	color: #4C4C4C;
}

.text span.grey {
	color: #666666;
}

#form {
	width: 100%;
}

#form TD.text {
	width: 1%;
	white-space: nowrap;
}

#errorimage {
	margin-right: 5px;
}

.field {
	border: 1px solid #CCCCCC;
	color: #666666;
	padding-left: 3px;
}

textarea.field {
	margin: 0px;
	padding: 0px 3px;
	overflow: auto;
}

.dropdown {
	font-size: 11px;
	color: #666666;
}

.tlink1 { visibility:hidden}

.tlink2{ visibility:visible}
.corner5input, .corner5textarea, #ch{
    border:solid 1px white;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 280px;   
    margin: 3px;
} 
.corner5,  .button, #avatarwnd{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
}
.corner5input {

    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.corner5input input {
    width: 286px;
    margin-left: -3px; margin-top: -1px;
    height: 28px;
    line-height: 26px;
}
.corner5input input, .corner5textarea textarea {
    background: none;
    border: none;
    padding: 0 10px; 
    font-size: 13px;
    font-family: Tahoma, Verdana;   
}
.corner5textarea {
    padding: 5px 0;
}
.corner5textarea.big{
    width: 500px;
}
.corner5textarea textarea {
    width: 500px;
    resize:none; 
}
#chatwnd {
    width: 490px;
    background: white;
}
.button {
    display: block;
    margin: 0 0 20px 100px;
    color: white;
    text-align: center;
    background: #0ebdde;
    width: 100px;
    padding: 5px;
}
a.button {
    color: white;
    text-decoration: none;
}
a.button:hover {
    
}
.description {
    margin: 0 0 20px 0;
}
.txt{
    margin: 10px;
}
.warning {
    color: #f92021;
}
.error {
    list-style: none;
    margin-left: 30px;
    color:maroon
}

#chat {
    background: #dbf0f4;
}
.chathistory {
	height: 240px;
   
    background: white;
  

}
#ch {
    background: white; 
    padding: 5px; 
    width: 490px;
}
#avatarwnd {
    position: absolute;
    right: 10px; 
    top:35px;
}
#chat h1 {
    margin-left: 20px; margin-top: 0;
}
.buttons a {
    margin: 5px;
}
.buttons {
    text-align: right; margin-right: 120px;
}
