﻿body {
	font-family: Tahoma;
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:#fff;
}
.maintable {
	max-width: 390px;
	background: #29a64a;
	margin: 0 auto;
}
.labelcolumn {
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.headercolumn {
	vertical-align: middle;
}
.mainfield {
	border: 1px solid #198736;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #ebeced;
    height: 30px;
    width: 90%;
    padding: 5px;
    box-sizing: border-box;
	border-radius:5px;
}
.mainfieldreq{
	color:red;
}

#ButtonSend{
	background: #4c4c4e;
    border: none;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
	border-radius:5px;
}

textarea.mainfield{
	height:70px !important;
}

.margin {
	width: 25px;
}
.smallmargin {
	width: 14px;
}
.smallermargin {
	width: 12px;
}
.chatcontent {
	height: 280px;
	width: 369px;
	border: solid 1px darkgray;
	overflow: auto;
	background-color: #ebeced;
}
.chatinfo {
	height: 15px;
	width: 300px;
	padding-left: 2px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	border: solid 1px darkgray;
	background-color: #9b9d8f;
}
.chattextuser1 {
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: Black;
}
.chattextuser2 {
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #b02b00;
}
.chatuser {
	border-style: solid none none none;
	border-width: 1px;
	border-color: gray;
	height: 15px;
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	font-weight: bold;
}
.newtextfield {
	border: solid 1px darkgray;
	font-family: Tahoma;
	font-size: 11px;
	width: 265px;
	background-color: #ebeced;
}
.newtextbutton {
	width: 95px;
	margin-left: 8px;
	background-color: #ebeced;
}
.error {
	color: #ebeced;
	font-family: Tahoma;
	font-size: 11px;
}
.style2 {
	color: #D9931A;
}
.history {
	background-color: White;
}
.history .error {
	color: Red;
}
.linkbutton {
	color: #9b9d8f;
}
.buffer {
	height: 152px;
}
.bigbuffer {
	height: 252px;
}
.picture {
	vertical-align: middle;
}
.picture{
	width:100%;
	height:auto;
}
