#formBlock{
	position: absolute;
	top: -10px;
	left: -20px;
	width: 275px;
	height: 335px;
	background: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
	visibility: hidden;}
	
#waiting{
	position: absolute;
	top: 40px;
	left: -10px;
	width: 240px;
	visibility: hidden;
	background: white;
	border: 1px solid #555555;
	padding: 10px 5px;
	font-size: 10px;
	font-weight: bolder;
	z-index: 30;}
	
#messageBox{
	position: absolute;
	top: 40px;
	left: -10px;
	left: expression('0'+'px');
	visibility: hidden;
	background: white;
	border: 1px solid #555555;
	padding: 10px;
	width: 240px;
	font-size: 11px;
	font-weight: bolder;
	z-index: 30;}
	
#messageText{
	display: block;
	width: 220px;
	margin-bottom: 5px;}
	
#close{
	float: right;
	cursor: pointer;
	font-weight: normal; 
	color: #990000}

#sendMsgConteiner { padding: 10px 0px 10px 14px; width: 254px; width: expression('264'+'px'); margin: 30px 0px 0px 0px; background: url('/images/menu_bg.gif') #F1F1F1; }
#sendMsgConteiner select { width: 240px; height: 20px; font-size: 12px; margin-bottom: 5px; }
#sendMsgConteiner input { width: 240px; height: 20px; font-size: 12px; margin-bottom: 5px; border: 1px solid #B4B4B4; background: white; }
#sendMsgConteiner textarea { width: 240px; height: 60px; font-size: 12px; margin-bottom: 5px; border: 1px solid #B4B4B4; background: white; }
#sendMsgConteiner button { width: 120px; padding-top: 2px; height: 19px; font-size: 12px; border: 1px solid #B4B4B4; background: url('/images/button.gif') #EDEDED; }
