div.jsve {
	border: 1px solid #000000; background: #e9e9e9; width: 100%;
}

div.jsvescreen {
	height: 290px; padding: 5px; overflow: scroll; display: none; background: #ffffff; color: #000000;
}

textarea.jsveform {
	height: 290px; width: 98%; padding-top: 5px; padding-bottom: 5px; margin-left: 2%; background: #e9e9e9; color: #000000; border: 0px;
}

textarea.jsveform:Hover {
	color: #c00000;
}

ul.jsvetools {
	list-style: none; padding: 0px; margin: 0px; background: url('../img/jsve/jsvegrad.gif') 0% 50% repeat-x; padding-top: 2px; padding-bottom: 4px;
}
ul.jsvetools li,ul.jsvetools li.normal {
	display: inline; padding: 2px; cursor: pointer; margin-right: 5px; margin-left: 5px;
}

ul.jsvetools li.active {
	background: #e9e9e9;
}