.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute; top: 0; left: 0; cursor: pointer; }
.vscrollerbar {width: 13px; height: 8px; background: url(images/scroll-gboock.jpg) 0px 50% no-repeat;} /* ползунок */
.vscrollerbase {width: 13px; background: url(images/message_scroll.jpg) 0px 0px repeat-y;} /* полоса прокрутки */
.vscrollerbasebeg {width: 12px;height: 12px !important; background: url(images/up_scroll_bg.jpg) no-repeat;}
.vscrollerbaseend {height: 14px;width: 12px; background: url(images/down_scroll_bg.jpg) no-repeat;}
.hscrollerbase {height: 21px; background-color: white;}
.hscrollerbar {height: 14px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 24px;z-index: 2;}
.scrollerjogbox {width: 14px;height: 14px;top: auto; left: auto;bottom: 0px; right: 0px;}
/* Typical fixed height and fixed width example */
#textareas{
	padding: 0px; margin: 0px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative; text-align: right;
	width: 267px; height: 75px; background: url(templates/gala/images/g_message_bg.jpg) no-repeat 49px 0px;
}
	#textareas textarea{
		width: 204px; height: 300px; background: none; overflow: hidden;
		padding: 0px; margin: 1px 0px 0px 50px; border: 0px;
		font-weight: normal; font-size: 11px; font-family: Century Gothic, Tahoma; color: #46747c;
	}