@charset "windows-1255";
.frmSend{
	width:470px;
	table-layout:fixed;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#000000;
}
.frmSend td{text-align:right;}
input.inpTxt{width:300px;}
.areaText{
	width:300px;
	height:50px;
}
.sub-send{
	width:100px;
	height:22px;
	border:2px solid #000000;
	background-color:#4477aa;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	margin-left:5px;
}