﻿.SendDiv
{
	z-index:101;
	left:0px;
	top:0px; 
	width:100px; 
	height:100px;
	position:absolute;
	display:none; 
	border:#999999 1px solid;
}
.SendTB
{
	width:100%;
}
.TDTo
{
	padding-left:10px;
}
.SpanTo
{
	font-size:12px;
}
.LblTo
{
	font-size:12px;
	color:#000000;
}
.TDTxt
{
	padding-left:10px; 
	height:20px; 
	width:100%;
	vertical-align:top;
}
.TDEnd
{
	text-align:right;
	padding-Right:10px;
}
.LblBtn
{
	color:#000000;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	background-color: #F6F6F6;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.BtnSend
{
	color:#000000;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	border:0px;
	height:15px;
	vertical-align:middle;
	background-color:#F6F6F6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.TextMessage
{
	border:0px; 
	background-color:#FFFFFF;
	font-size:12px;
	color:#000000;
	height:20px;
	width:97%;
}