@charset "utf-8";
.note {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 10px;
	color: #666666;
}
.note1 {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 14px;
	color: #666666;
}
.note2 {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #666666;
}
.label {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #000000;
}
.required {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #FF0000;
}
.bginput {
	background-image: url(../template2/bg_input.jpg);
	border: 1px solid #a09fa1;
	background-color: #E4E8E9;
	background-repeat: no-repeat;
}
.conversationbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
	height: 230px;
	overflow: scroll;
	text-align: left;
	word-wrap: break-word;
}
.conversationchatbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 305px;
	height: 250px;
	overflow: scroll;
	text-align: left;
	word-wrap: break-word;
}
.mini {
	padding-left: 30px;
}
 
