body {
	margin: 0px;
	font-family: trebuchet ms, arial;
	font-size: 11px;
	background: #fff;
	color: #666;
}

form {
	margin-bottom: 0px;
	margin-top: 0px;
}

table {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #666;
}

a, a:active, a:link, a:visited {
	text-decoration: none;
	color: #369;
}

a:hover {
	text-decoration: underline;
	color: #BB0000;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font: bold 13px trebuchet ms, arial;
	color: #000
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 12px trebuchet ms, arial;
	color: #000
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 11px trebuchet ms, arial;
	color: #000
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#greybg {
	background: #efefef;
}

#whitebg {
	background: #fff;
	padding: 10px; 
}

#toolbar {
	background: #ccc url('images/toolbar_bg.jpg') repeat-x;
	border-bottom: solid 1px #CCCCCC;
}

#typingdiv, #engineinfo {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #bb0000;
	margin: 0px 3px;
}

.chathistory {
	width: 100%;
	height: 300px;
	border: solid 1px #ccc;
	overflow:auto
}

textarea.message {
	margin: 0px;
	border: solid 1px #ccc;
	padding: 0px 3px;
	width: 100%;
	height: 50px;
	overflow: auto;
}

.message {
	font: 12px/18px trebuchet ms, arial;
	color: #666666;
	padding: 3px
}

#avatarwnd {
	display: none
}

.message span {
	color:#ccc; 
}

.message span.time {
	color: #000
}

.message span.nuser {
	color: #b11e23;
	font-weight: bold;
}

.message span.nagent {
	font-weight: bold;
}

.message span.minf {
	color: #369;
	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 {
	font: 12px/20px trebuchet ms, arial;
	font-size: 11px;
	color: #4C4C4C;
}

.text span.grey {
	color: #666666;
}

#form {
	width: 100%;
	background: #fff;
	border: solid 1px #fff;
	padding: 20px;
	margin: 0 0 20px ; 
}

#form TD.text {
	width: 10%;
	white-space: nowrap;;
	height: 40px; 
}

#errorimage {
	margin-right: 5px;
}

input.field {
	border: 1px solid #CCCCCC;
	font-family: trebuchet ms, Arial;
	font-size: 19px;
	color: #666;
	padding-left: 3px;
}

textarea.field {
	margin: 0px;
	padding: 0px 3px;
	overflow: auto;
	width: 93.7%; 
	border: 1px solid #CCCCCC;
	font: 12px/20px trebuchet ms,arial; 
}

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.button A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#footer {
  text-align: center;
  font-size: 10px;
  color: #999999;
}

#footer A {
	color: #999999;
	text-decoration: underline;
}
